Know Your Environment: PHP Server Module Reporter
Knowing your hosting environment's limitations before developing a website is a must. This practical script by David Walsh analyzes your host 's... more »
0 commentsSave Tags: php, tools
Morphing Elements Using MooTools and CSS
Morphing an element between CSS classes is another great trick the MooTools javascript library enables you to do. Morphing isn’t the most practical... more »
0 commentsSave Tags: css-html, frameworks, javascript, web 2.0
Six Degrees of Kevin Bacon Using MooTools 1.2
I love movies and movie trivia so naturally I’m enamored with the Six Degrees of Kevin Bacon game. To bring that to the web, I felt that drag and... more »
0 commentsSave Tags: css-html, frameworks, javascript, web 2.0
Load Your Static Content the Dynamic Way
Jeremy Martin discusses his strategy for loading remote static content into both a live server and localhost without difficulty.
1 commentsSave Tags: css-html, php, web 2.0, web services
Facebook Sliders With Mootools and CSS
A slider allows the user to drag a slider across a given plain to set a value instead of the boring, tedious text box. I’ve created a very simple... more »
0 commentsSave Tags: css-html, frameworks, javascript, web 2.0
NSFW Blocker Using MooTools and CSS
One of my guilty pleasures is scoping out the latest celebrity gossip. Unfortunately, these sites post occasionally post NSFW pictures which makes... more »
0 commentsSave Tags: css-html, frameworks, javascript, web 2.0
Basic Ajax Requests Using MooTools 1.2
Ajax has become a huge part of the modern web and that wont change in the foreseeable future. MooTools has made Ajax so simple that a rookie developer... more »
0 commentsSave Tags: ajax, css-html, javascript, php
Build a Slick and Simple MooTools Accordion
In speaking with designers, I frequently hear how much they'd like to use an accordion on their site but they think it's either too time-consuming or... more »
0 commentsSave Tags: css-html, frameworks, javascript, web 2.0
MooTools 1.2 OpenLinks Class
One of the tips I tell my customer is "whenever you create links to PDFs, Excel XLS', Word DOCs, or JPG/GIF/PNG images, make the link open in a new... more »
0 commentsSave Tags: css-html, frameworks, javascript, web 2.0
PHP Woot Checker - Standard, Wine, and Shirt Woot
Needless to say, Woot is an interesting website. I've created a PHP script that returns the product's name, price, and image.
0 commentsSave Tags: css-html, php, web 2.0, web services
Get Slick with MooTools Kwicks
When it came time for my employer to redo their website, I made it my goal to really jazz up the site with MooTools. Nothing too fancy and nothing too... more »
2 commentsSave Tags: css-html, frameworks, javascript, web design
April Fools! Change Your PHP Pages to ASP...Or Not
I don't know a lot of PHP developers that think very much of ASP. This, of course, sets the stage for a great April fools trick: we're going to change... more »
0 commentsSave Tags: how-to, humor, microsoft, php
Does Open Source Mean You Can't Bitch?
You didn't pay for it. You didn't have to steal it. You didn't need to search hard to find it. And you probably didn't contribute. It's there, free... more »
4 commentsSave Tags: css-html, open source, opinion, research
CSS Image Filters in Internet Explorer
Internet Explorer provides for some really interesting CSS image effects. Of course, these effects are useless in any other browser (just how... more »
0 commentsSave Tags: css-html, microsoft, standards, web design
Understanding Loose Typing in JavaScript
This article is a top level discussion of loose typing in JavaScript. Since there may be subtle differences in loose typing from language to language,... more »
0 commentsSave Tags: javascript, methodology
Building Your First jQuery Plugin
jQuery is an amazing javascript library that allows developers to do a lot with just a little code. If you've been thinking about trying to create a... more »
0 commentsSave Tags: ajax, css-html, frameworks, javascript
MooTools Zebra Tables Class
Tabular data can oftentimes be boring, but it doesn't need to look that way! With a small MooTools class, I can make tabular data extremely easy to... more »
1 commentsSave Tags: ajax, css-html, frameworks, javascript
Easy Multi Select Transfer with jQuery
Jeremy Martin demonstrates using jQuery to move options between two select boxes at the click of a link!
2 commentsSave Tags: css-html, frameworks, javascript
PHP Email Validator - Email MX DNS Record Check
Validating an email address is one of the hardest feats on the web. A valid email can be marketing gold, but an invalid email address is dead weight.... more »
0 commentsSave Tags: how-to, php, security
DWRequest: MooTools 1.2 Ajax Listener & Message Display
Though MooTools 1.2 is in its second beta stage, its basic syntax and theory changes have been hashed out. The javascript library continues to improve... more »
0 commentsSave Tags: css-html, frameworks, how-to, javascript
PHP Force Download - Keep Up With What's Going Down
A force-download script can give you more control over a file download than you would have providing a direct link. Using a force-download script,... more »
1 commentsSave Tags: how-to, php
Combine Your CSS Media Styles Into One File
I use a single CSS file to make editing easier — no switching buffers, and how often do you set specific styles for print and screen per a CSS class? ... more »
0 commentsSave Tags: css-html, how-to, web design
Change Text Size On Click With Javascript
A lot of blogs and websites that have a wide range of users tend to have buttons or images that change the text size for easier readability. This can... more »
0 commentsSave Tags: css-html, javascript, usability, web design
PHP Security - Block Access to Include Files Using .htaccess
Even if my scripts are secure (meaning I use proper validation to make sure they've been called correctly), a user/hacker has no business calling an... more »
2 commentsSave Tags: how-to, php, security, server
Initiating PHP Sessions without Sacraficing Your Page Rank
To save you the trouble in the future please learn from my mistake and use the following code before starting any session variable.
0 commentsSave Tags: how-to, php, server