Tutorials Page 226
![Convert Key => Value Arrays Into Standard Variables In PHP]()
Convert Key => Value Arrays Into Standard Variables In PHP
I don't mind using arrays -- in fact, I love them. They're easy to use and hold collections of information well.I don't always want to use arrays though. Why use:when you could simply use:So how can we get rid of the array part of...
![The First Year of IE7 — Still Hated]()
The First Year of IE7 — Still Hated
The IEBlog posted The First Year of IE7 today and lets just say that the comments are anything but positive. Check out the scathing comments:http://blogs.msdn.com/ie/archive/2007/11/30/the-first-year-of-ie7.aspx...
![Using PHP Generic Objects To Organize Your Code]()
Using PHP Generic Objects To Organize Your Code
I like using PHP classes to keep my code organized and easy to maintain. I know that they consume more memory than simply using an array or variable system, but if memory is an issue, I'd get more memory. Saving time by coding in...
![5 Usability Suggestions For DZone.com]()
5 Usability Suggestions For DZone.com
DZone.com has quickly become one of my favorite programming-related internet websites. DZone provides a wealth of fresh, interesting development-related links to articles, announcements, and code snippets. DZone also provides bloggers a great way to get their articles the credit and attention they deserve.
![Create Your Own Custom JavaScript Dollar Function To Select An Element]()
Create Your Own Custom JavaScript Dollar Function To Select An Element
The "dollar" function has become famous in recent years due to its inception in many popular JavaScript frameworks. MooTools, for example, uses the dollar function to select a single element from the DOM. This functionality is extremely helpful as it allows you to keep...
![Weekend Links – MooTools Calendar, PHP JavaScript Search, Website First Impressions, Dynamic CSS Class, jQuery HeatColor]()
Weekend Links – MooTools Calendar, PHP JavaScript Search, Website First Impressions, Dynamic CSS Class, jQuery HeatColor
MooTools CalendarA really suave MooTools class to place inline, accessible, and unobtrusive calendars intro your page.http://www.electricprism.com/aeron/calendar/PHP.net API Search In Firefox Using JavaScriptIf you're like me, you visit the PHP.net website daily. This scriptlet is used like a bookmark -- click it, enter...
![(Ab)Using Google To Find Free MP3 Files]()
(Ab)Using Google To Find Free MP3 Files
I'm not one for posting hacks to illegally attain warez, mp3s, and eBooks, but a coworker showed this to me and I wanted to share it.You can find MP3s using Google's advanced search capabilities. Say you're looking for some great Rod Stewart music. You'd...
![Prevent Double Margin & Padding In IE6 When Using CSS Float]()
Prevent Double Margin & Padding In IE6 When Using CSS Float
My thoughts on Internet Explorer have been well documented; for those that don't already know, I think IE hinders the internet's progress and represents another embarrassment for Microsoft. That said, a majority of users still browse with Internet Explorer 6 so...
![How To Create A JavaScript Print Link]()
How To Create A JavaScript Print Link
Oftentimes a novice web user wont think to do something unless they are presented with the option to do so. I've found this to be true of many of the websites I make. I've added "email to a friend" functionality to customer websites and...
![How To Create A JavaScript Close Link]()
How To Create A JavaScript Close Link
Whenever I create a small JavaScript popup window, I offer a "close" link. Since I'm responsible for the new window, I feel it's my job to help them easily get rid of it. The XHTML Create an anchor with the JavaScript "close" call in the "href" attribute: Do...








