Skip to Navigation

Posts Tagged ‘web development’

Pesky Directory Alphabet Filters Made Easy (PHP) 2

I have built quite a few directory systems in my years as a web developer and one thing that has always annoyed me is building letter filters to return results depending on the first letter of a title.
Normally I would waste a lot of time actually typing out the entire alphabet string:
$alphabet = ‘abcdefghijklmnopqrstuvwxyz’;
which can [...]

Tags: , , , , ,

Categories: IT, Tech & Internet

Why do IT Pros have so much free time? 0

eviljaymz.com

Tags: , , ,

Categories: Mistfits & Humour

Get your PHP on the right Trax 0

Original Article on The Register
Hands on Ruby on Rails has become a popular framework for developing database-based web applications using the Model-View-Controller (MVC) pattern.
Before Ruby on Rails, though, PHP was hogging the web-development limelight. Problem was, there was no Model-View-Controller (MVC) framework for PHP.
With Ruby on Rails, though, PHP developers have come to realize the [...]

Tags: , , , ,

Categories: IT, Tech & Internet