CSS CacheBuster
I’m sure just about every web developer is familiar with client-side stylesheet caching. You know how it goes, you’re making changes to a stylesheet... more »
0 commentsSave Tags: css-html
Why I Am No Longer Supporting IE6
In the recent relaunch of my site, I gave it some thought and made some decisions about supporting IE6. I'm not going to support it. Not on this site... more »
1 commentsSave Tags: css-html, opinion, standards, web design
23 Essential Tools For Web Development on a Mac
Every web developer has their own favorite platform, for whatever reason. Some prefer Linux, while other prefer Windows or Mac. One thing is for... more »
0 commentsSave Tags: tools
50+ Articles to Make You a Better Web Designer
"This post is a collection of some of the best articles that I’ve come across on various topics related to web design. These are excellent,... more »
0 commentsSave Tags: css-html, how-to, web design
76 real-world scripts that solve frequent PHP problems
This is a review of the Wicked Cool PHP book that presents solutions for frequently encountered problems during PHP Web site development.
1 commentsSave Tags: books, open source, php, reviews
Conditional-CSS
Conditional-CSS allows you to write maintainable CSS with conditional logic to target specific CSS statements at both individual browsers and groups... more »
0 commentsSave Tags: css-html, tools
25 Awesome tutorials for web designers
Most used CSS Tricks, calendar with date range component, rating boxes, navigation bar with tabs using CSS and sliding doors effect, calendar with... more »
0 commentsSave Tags: ajax, css-html, javascript, web design
14 Ways to Learn From Creative Programmers
The common stereotype for programmers is this: nerdy, pocket-protector wielding, and very, very boring. One doesn’t typically link a programmer as a... more »
0 commentsSave Tags: opinion, reviews, usability
"News Ticker" with horizontal scroller using Mootools
This tutorial is another version of my News Ticker with Mootools I published yesterday. I want to reply to all that wrote me asking for information... more »
0 commentsSave Tags: frameworks, gui, how-to, web 2.0
More about heterogeneous MulticolumnTreeViews
wrote before about heterogeneous hierarchies in the WPF Elements MulticolumnTreeView (aka TreeListView). In that example, I assumed that, although the... more »
0 commentsSave Tags: frameworks, microsoft
Developer Lessons from Open Source CMSs
The report focuses on "open source publication-oriented content management systems in use on the web." Anything you can download and use to create a... more »
0 commentsSave Tags: open source, opinion, reviews
Fantastic News Ticker Newsvine-like using Mootools
This tutorial explains how to implement a News Ticker (Newsvine LIVE panel - like), with news vertical scrolling, using mootools. It's very simple and... more »
0 commentsSave Tags: frameworks, how-to, javascript, web design
10 essential tricks for admins
Learn these 10 tricks and you'll be the most powerful Linux® systems administrator in the universe...well, maybe not the universe, but you will need... more »
0 commentsSave Tags: how-to, unix-linux
Performance Tuning Best Practices for MySQL
In this lecture Mr. Pipes talks about core concepts of profiling and benchmarking, about the most common sources of performance problems, about... more »
1 commentsSave Tags: database
Face detection with PHP
The headline does say facedetection - but what does this mean? Easy said, this article focus on how to find faces on images with PHP. Faces have a... more »
1 commentsSave Tags: php
Confessions of an Eccentric Web Developer II
I have a lot of controversial views and I'm not afraid to stir the pot. Since we last spoke, I've compiled another list of confessions and feel like... more »
1 commentsSave Tags: css-html, frameworks, opinion, web 2.0
My Precious...
One of the important themes running through Tolkien’s The Lord of the Rings, and that story’s associated foundational histories, is corruption. The... more »
0 commentsSave Tags: opinion, web design
Useful tips to enrich your HTML Forms
In this post I want to share some simple tips useful to enrich your forms with various elements such as suggest messages, autosuggest feature instead... more »
2 commentsSave Tags: ajax, css-html, javascript, web design
You May Want To Avoid Project Proposal Requests Like This
This describes a very vague Ruby on Rails project proposal request from an unknown source and the response. Even this response was probably too much... more »
0 commentsSave Tags: humor, methodology, ruby
MySQL Database Optimization
Mysql database tutorial including query optimization, database design and schema selection etc.
0 commentsSave Tags: database, how-to, web 2.0
PHP: Securing Your Input Forms From MySQL Injection Attacks
How to secure your php site from MySQL injection attacks.
12 commentsSave Tags: database, how-to, php, security
Extra Light PHP Framework BETA 2 RC1
Extra Light php Framework, the opensource PHP-MVC framework has finally reached beta 2 rc 1version. Features: Caching system, URL Routing system,... more »
2 commentsSave Tags: frameworks, open source, php, tools
How to Theme any CMS Using Firebug
Often in my career as a web ninja, I've been asked to skin or theme open source projects to bring them in line with my clients brand. Depending on the... more »
0 commentsSave Tags: css-html, web design
Simple config management for PHP
When doing complex applications it’s often nice to have some sort of system for handling settings. PHP has a nice function called parse_ini_file which... more »
2 commentsSave Tags: php, tools
10 Object Oriented Design Principles
Every now and then when I review code, I see developers write code that does not conform to the basis OO design principles and this eventually make it... more »
1 commentsSave Tags: java, methodology, opinion
via