your query returned 1 results
URL
(Universal Resource Locator) This is an address, or tag which provides a way to identify and distinguish between which internet resource is needed. The beginning of the address indicates the type of resource: http: for Web pages, ftp: for file transfers or mailto: for e-mail addresses.
DEVELOPER LINKS
CHMOD interactive tutorial
Dave Eisenberg’s most excellent contribution to the online community of learning! This is a super great tutorial for anyone who wants to learn (or has forgotten and needs to relearn) the ways of the chmod command. Good stuff don't leave your files at 777.
Removing pop ups from spyware
Hey, your computer has been infected! It's windows (what do you expect)? Anyways, here is a little writeup that I referenced in cleaning a computer at the office that was infected with one of the Top 10 of 2008.
Dynamic Content with DOM2
This is a great article to get started with DOM2 ( aka: Document Object Model Level 2). It explains why the 'document.write()' property is bad and should be avoided. It takes the concepts behind the technology and breaks them down into understandable chunks. THis article does pre-suppose a basic understanding of the document object model and parent/child node relationships.
There is also
second part to this article!