Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dalar
  • Order by date
  1. dalar

    Cross Checking

    Hi all... in the office we recently transfered over from our network share drive to our sharepoint directory via a URL in Internet Explorer... During the transfer, there were errors in some files being transfered - since we have soo many files its impossible to guess what hasn't been...
  2. dalar

    Flash Site Architecture

    Hey guys, Been a long time xhtml/css developer, and now want to develop my flash skills a little futher. I want to revamp one of my older sites into a flash site. The thing is, there are around 30 xhtml pages... So the problem is, I need to find a way of ensuring that the SWF file isnt going...
  3. dalar

    system is reading my p4 3Ghz as 1.60Ghz?!?

    I'm saying it matches my description, Like the user in that post, I bought mine on ebay where it said nothing about it being a Mobile version, it strictly said "INTEL P4-3.06 GHz, L2 Cache 512k, CPU " which is why it was never mentioned in the first post because I didnt know. I checked the...
  4. dalar

    system is reading my p4 3Ghz as 1.60Ghz?!?

    ok guys I think I got it... have a quick read of this article, it reflects my problem and I think the answer has been provided.... http://72.14.203.104/search?q=cache:XklHdvPNO1kJ:www.experts-exchange.com/Hardware/Q_21578841.html+&hl=en&gl=uk&ct=clnk&cd=1 Basically my P4 is a mobile version...
  5. dalar

    system is reading my p4 3Ghz as 1.60Ghz?!?

    OK, I found out that my memory is infact DDR 512MB 400Mhz ... all I have is 1 strip so what pc class is this?
  6. dalar

    system is reading my p4 3Ghz as 1.60Ghz?!?

    hey martin, Im pretty sure its SDRAM, but cant be certain, not even sure what the PCxxx value is, how can I find this out, is it on the memory itself? or could I find it under System Information in windows? The manual says... Versatile Memory Support: Three 184-pin DIMM slots to support max...
  7. dalar

    system is reading my p4 3Ghz as 1.60Ghz?!?

    ok, I managed to find a new bios - only 1 update ever created?!?! and upgraded it, went fine but still sees the CPU at 1.60Ghz... I have uploaded the PDF manual, if you want take a look through it, from what I see it should support the chip properly, but maybe there is something I havent...
  8. dalar

    system is reading my p4 3Ghz as 1.60Ghz?!?

    Thanks guys, I will post a link to the motherboard manual, Shuttle AV49VN. I found an interesting link on their FAQ: http://www.shuttle.com/share/fae/hq/faq/top10/top10ans/Q6.htm I see the same thing as explain in the article above in my setup... but can you explain if this is good/bad -...
  9. dalar

    system is reading my p4 3Ghz as 1.60Ghz?!?

    Hi, hope you can help me out here... I decided to upgrade my processor from a celeron 2.0Ghz to a nice P4 3Ghz (generic). Here some info: PROCESSOR: Pentium 4 3Ghz Generic FSB: 533Mhz Socket: 478 MOTHERBOARD: SHUTTLE Socket: 478 FSB: 533Mhz Here is what the system properties looks like in...
  10. dalar

    How to get the value of a selected list item

    Hi guys, here is a simple form... <form id="myForm" name="myForm" method="post" action=""> <p> <select name="Names" size="4" id="Names"> <option value="bob" selected="selected">bob</option> <option value="andy">andy</option> <option value="mike">mike</option>...
  11. dalar

    creating custom functions

    Hi guys, i recently started working with Director and Lingo and also come from a programming background... My problem is this, I need to generate 6 random numbers and store them each in a variable num1...num6 the number range for the random function will be from 1 to 49. what I want to do is...
  12. dalar

    For In.... Frustration!!

    Hi guys, been working on this problem for a while now and Im exhausted. I understand that the 'For In' loop can print out the properties and methods for a given object. I would like to do this for the 'event' object... Using the code below I am able to extract the properties for the...
  13. dalar

    redirecting based on subdomain

    Thank for that. Can anyone help me build an expression that can extract the word between http:// and (.) so that I can have the actual subdomain word in a variable, then I can test it with an IF query thank you
  14. dalar

    redirecting based on subdomain

    Hi, is there a way in Javascript that we can read the URL that user entered? This is so, that we can see if the url contains a subdomain other than www. and if it does, then I would like the option to redirect the user to another link. the most common subdomain will be forum...
  15. dalar

    ASP.NET Lang

    Hi, Im currently a web developer, but only have experience in using PHP (includes MySQL integration). I've decided to start learning ASP.NET - I have no knowledge of ASP either, so this will be totally new to me. I am looking for books to buy, but I am confused as to which ones to buy, in...
  16. dalar

    Open Window - Compatability

    hey dan Thanks for your thoughts .... I presumed the main annoyance of a popup was when it is initiated automatically (hence onload event). Where as a user click a link, and opening the page in a new customized window wouldnt be so rude as the conventional spamming popups - but yeah I guess...
  17. dalar

    Open Window - Compatability

    HI, in recent months I have had some trouble with the classic window.open..... command for opening and customizing new windows with content.... the problem is all these new "popup blockers" that soo many users seem to have. My particular popup will be invoked by a click on a link instead of...
  18. dalar

    Textfield Colour Changer

    Hi, Bit confused on the code for this... I am working on a application where I have a table with one cell (1X1) - Next to the table I have 1 Textfield... I wish to allow the user to enter a #hex code into the textfield, so the data input example would be: INPUT: #cccccc Once he/she has...

Part and Inventory Search

Back
Top