Cvermule

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Thursday, 23 March 2006

JavaScript Tip

Posted on 14:26 by Unknown
When dynamically creating an anchor in javascript, be sure to set not only the innerText (the text that appears between the open and closing tags), but also the innerHTML. Otherwise, if you try to view the said anchor in Firefox, it doesn't render.

Example:

var linkClose = document.createElement("A");

linkClose.href = "javascript:void(null)";
linkClose.innerText = "Close Window";
linkClose.innerHTML = "Close Window";
Read More
Posted in | No comments

Wednesday, 15 March 2006

Why Computers Sometimes Crash! by Dr. Seuss.

Posted on 07:07 by Unknown
If a packet hits a pocket on a socket on a port, and the bus is interrupted at a very last resort, and the access of the memory makes your floppy disk abort, then the socket packet pocket has an error to report.

If your cursor finds a menu item followed by a dash, and the double-clicking icon puts your window in the trash, and your data is corrupted cause the index doesn't hash, then your situation's hopeless and your system's gonna crash!

If the label on the cable on the table at your house, says the network is connected to the button on your mouse, but your packets want to tunnel to another protocol, that's repeatedly rejected by the printer down the hall...

And your screen is all distorted by the side effects of gauss, so your icons in the window are as wavy as a souse; then you may as well reboot and go out with a bang, 'cuz sure as I'm a poet, this whole sucker's gonna hang.

When the copy on your floppy's getting sloppy in the disk, and the macro code instructions's putting everything at risk, then you'll have to flash the memory and you'll want to RAM your ROM, and then quickly switch the power off and go and tell your Mom!

Well, that certainly clears things up for me. How about you?
Read More
Posted in | No comments
Newer Posts Older Posts Home
Subscribe to: Comments (Atom)

Popular Posts

  • Musicovery
    I found this site courtesy of http://www.i-am-bored.com . The name of the site is Musicovery . This is a site where you can listen to musi...
  • EL OR LA COMPUTER
    A Spanish teacher was explaining to her class that in Spanish, unlike English, nouns are designated as either masculine or feminine. "H...
  • Oracle Tuning
    For most efficient access, the order that tables are specified can make a difference. The optimiser will re-order table access based on the ...
  • Eclipse can detect null pointer reference
    Eclipse has the ability to detect null pointer reference but it's not enable by default. To do so, go to the preferences. In the Java...
  • Can you use JavaScript to read and write to a file?
    Now I was searching high and low for the answer to this question. The big answer that I got was, JavaScript cannot read or write to files. H...
  • Capturing the close event.
    When programming a thin-client application using HTML and JavaScript and you want to capture the closing event, it is not as easy as one thi...
  • Introducing...
  • SQL index tip
    This where clause can be made more simple and avoid unnecessary formatting by Oracle if you use the default Oracle format for the date test....
  • Security Warning on MSDN
    I got this warning when trying to go to MSDN from a search. How comical is this!?
  • My approach to drop down menus using JavaScript
    Drop down menu <div> <iframe></iframe> <div></div> </div> Hide outer div by setting the Style.Visibility...

Categories

  • amazon
  • browser specific
  • coding
  • Eclipse
  • error
  • example
  • funny
  • google
  • grep
  • hacks
  • javascript
  • jott
  • music
  • null
  • phone
  • search
  • search engine
  • tip
  • tool
  • unix
  • web development
  • yui

Blog Archive

  • ►  2008 (5)
    • ►  September (1)
    • ►  August (1)
    • ►  July (1)
    • ►  June (1)
    • ►  January (1)
  • ►  2007 (6)
    • ►  December (1)
    • ►  September (1)
    • ►  July (1)
    • ►  June (1)
    • ►  March (2)
  • ▼  2006 (10)
    • ►  November (1)
    • ►  August (1)
    • ►  May (2)
    • ►  April (4)
    • ▼  March (2)
      • JavaScript Tip
      • Why Computers Sometimes Crash! by Dr. Seuss.
  • ►  2005 (10)
    • ►  August (3)
    • ►  June (2)
    • ►  February (5)
  • ►  2004 (9)
    • ►  October (2)
    • ►  September (7)
Powered by Blogger.

About Me

Unknown
View my complete profile