Editable Content Using MooTools 1.2, PHP, and MySQL
Having a website that allows for editable content blocks is the dream of many customers. I've taken a few hours to develop a system for in-page,... more »
0 commentsSave Tags: ajax, css-html, javascript, web 2.0
CSS Adjacent Sibling Selectors
Among the types of CSS selectors, one that is often overlooked is the CSS Adjacent Selector. I will talk about this often unused but very useful CSS... more »
0 commentsSave Tags: css-html
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
Don't Be A #f00! Get the Red Out!
In my opinion, there are too many websites that display information to users in a crude fashion. That got me to thinking of better ways to display... more »
0 commentsSave Tags: css-html, how-to, usability, web design
PHP DZone Story Information Grabber
It's important to keep track of the information about your article provided by DZone. Luckily, using some quick PHP code, you can grab relevant... more »
0 commentsSave Tags: css-html, how-to, php, web services
Hidden Accessibility Message Using CSS
A hidden accessibility message is shown to the visually-impaired user and no one else. This message also shows your visually-impaired user that you... more »
0 commentsSave Tags: css-html, how-to, trends, usability
Enterprise Ajax Book Review
Positive review of my coworkers new book "Enterprise Ajax". I guess this is shameless promo in a sense but it really is a useful book if you're... more »
0 commentsSave Tags: ajax, books, javascript, reviews
Basic PHP File Handling -- Create, Open, Read, Write, Append, Close, and Delete
I don't do a great deal of file handling in my PHP code — most of my customers don't have a need for it or there's no room for file creation in the... more »
0 commentsSave Tags: how-to, methodology, php, server
Return Random Records in MySQL
The ability to return random records from a MySQL table is invaluable.Returning random records is helpful when: featuring items without showing... more »
2 commentsSave Tags: database, how-to, other languages, php
PHP/Javascript Shorthand If / Else Examples
In looking at my Google Analytics statistics, I see a lot of visitors searching for PHP shorthand if/else (ternary) information. I've gone through my... more »
2 commentsSave Tags: how-to, javascript, other languages, php
PHP Alexa Rank Fetcher
Alexa provides information in many useful formats, including XML. Using the XML provided by Alexa, we can gain access to Alexa information within our... more »
1 commentsSave Tags: how-to, php, web services, xml
Download a URL's Content Using PHP CURL
Downloading content at a specific URL is common practice on the internet, especially due to increased usage of web services and APIs offered by... more »
1 commentsSave Tags: how-to, php, web services, xml
Using PHP Generic Objects To Organize Your Code
I like using PHP classes to keep my code organized and easy to maintain. I've written a very generic, flexible PHP class that I use in my PHP code... more »
0 commentsSave Tags: frameworks, php, tools, trends
5 Usability Suggestions For DZone.com
My appreciation for the DZone website doesn't prevent me from seeing some big holes in DZone. Usability is a major concern among DZone users and it's... more »
1 commentsSave Tags: opinion, reviews, usability, web design
Default Search Input Message — Show & Replace
We hope that it's fairly obvious to a web user that an input box followed by a search icon symbolizes a search box. Unfortunately, making assumptions... more »
0 commentsSave Tags: frameworks, javascript, usability, web design
(Ab)Using Google To Find Free MP3 Files
You can find MP3s using Google's advanced search capabilities. Say you're looking for some great music from your favorite artist. You'd go to Google... more »
4 commentsSave Tags: how-to, humor, other languages
Yahoo's NoScript Compatibility Saved My Fantasy Football Team
Using cool javascript frameworks like MooTools, YUI, Dojo, Prototype, etc. is a lot of fun, but not always functional. Without Yahoo maintaining page... more »
1 commentsSave Tags: ajax, javascript, usability, web 2.0
Horizontally Center Your Website Structure Using CSS
I prefer to create my websites using a fixed width so that I can have complete control over the website layout. A fixed width website looks the same... more »
2 commentsSave Tags: css-html, gui, usability, web design
8 Ways For A Programmer To Stay Sane
With all of the rewards that come from being a programmer, the job can still be overwhelming. Dealing with the stress that our job creates is an... more »
0 commentsSave Tags: how-to, humor, methodology
MooTools 1.2 beta 1
The first beta for MooTools 1.2 is finally here! After months in the making, we can confidently say that MooTools 1.2 is now feature complete.... more »
1 commentsSave Tags: ajax, frameworks, javascript
Tips for Choosing The Right Web Host
Having created over 100 websites at my current employer, I've worked with probably close to 50 different hosting companies. I use the term worked with... more »
0 commentsSave Tags: research, server, web services
Advanced CSS Printing - Using Javascript Double-Click To Remove Unwanted Content
What if a person could double-click on a DIV and make the DIV disappear? Double-clicking serves no special function in any web browser (as far as the... more »
0 commentsSave Tags: ajax, css-html, frameworks, usability
PHP / MySQL Database Optimization Function
After frequent record deletion from your MySQL database tables, your tables can acquire overhead. Overhead is empty space left inside the database... more »
0 commentsSave Tags: database, methodology, php, tools
CSS horizontal menu
From this tutorial you will find out how simple is to create awesome horizontal menus for your website using CSS and HTML.
0 commentsSave Tags: css-html, how-to, web 2.0, web design
via