How to Create 404 Page Not Found Custom Error Pages in PHP
Google’s Official Blog has been talking about 404 server response codes (Page Not Found errors) this week, and since I just wrote about 301 Redirect... more »
0 commentsSave Tags: how-to, php, web design
Javascript makes me see Red
Just to prove that Canadians don’t have a monopoly on coolness, check out Jesse Sielaff’s Red library. Red is like sass for javascript files. Rather... more »
2 commentsSave Tags: frameworks, javascript, ruby
Curl is now in the Top 4
It's been rewarding watching the Curl customer base grow and seeing its adoption gaining more speed as each month passes by. When people talk about... more »
4 commentsSave Tags: flash-flex, open source, other languages, ria
Your Weird Ruby Item of the Day
Ok. I don’t really pretend to know why this is happening, but Chad and I have verified this on several operating systems. And, yes, the number we... more »
0 commentsSave Tags: ruby
mySQL DBA: What should I use MYISAM or INNODB?
I get this question allot, and my response is "it depends", people rarely like this general response. To pick a storage engine, the user must... more »
0 commentsSave Tags: database
Dear Adobe, can we please have a 64-bit Flash player?
The single biggest blocker to using a 64-bit browser is the absence of a compatible Flash player. If you open the 64-bit version of IE and click... more »
1 commentsSave Tags: flash-flex, opinion, tools, trends
Is Firefox 3 a buggy browser?
I am using the Firefox version 3, which I downloaded during the Download day. I was impressed with the features that were promised by the Firefox team... more »
4 commentsSave Tags: css-html, standards, usability, web 2.0
Would you put cartoons on your software startup's website?
We have strong opinions against stock photography for a corporate website, and went with an unconventional strategy for a software development firm.... more »
2 commentsSave Tags: microsoft, opinion, web 2.0, web design
Scaling Ruby on Rails to 1 Billion Page Views a Month
A while ago I blogged about how F5 was making mongrels better with a Side of Mayo. I referenced a blog post on Joyent's wonderful Joyeur blog on why... more »
0 commentsSave Tags: security, web 2.0, web services
GitHub: Erlang Supercharged git-daemon
Over the past several weeks Github has been working on a secret Erlang project that will allow us to grow GitHub in new and novel ways. The project is... more »
1 commentsSave Tags: open source, other languages, tools, trends
Stop Using FTP
This is going to sound a little weird at first considering what I do for a living, but I want you to stop using FTP. FTP is a 23 year old protocol.... more »
1 commentsSave Tags: opinion
grep is a beautiful tool
Following is a simple tutorial that will help you realize the power of this simple and most useful command. If you are on Windows and haven’t already,... more »
0 commentsSave Tags: how-to, methodology, unix-linux, windows
A close look at three Rails 2.1 bugs
Rails 2.1 introduces three annoying bugs. Let's fix them.
0 commentsSave Tags: database, frameworks, ruby, web 2.0
Rails: Where to put the 'other' files
When starting a Rails project, four golden folders are predefined: Models, Views, Controllers, Helpers. Could we possibly need anything more? In my... more »
0 commentsSave Tags: frameworks, opinion, ruby
jQuery Column Filters
I built this jQuery plugin for a quick way of allowing table columns to be filtered by the user. It will add text box's to the top of each column in a... more »
0 commentsSave Tags: frameworks, javascript
Nginx (Apache Alternative) Configuration & Migration Tips
Nginx is a much faster alternative to apache server. Here is a compilation of tips for migrating from Apache to Nginx with focus on virtual website... more »
1 commentsSave Tags: how-to, server, unix-linux
Extended Model for CodeIgniter
The extended model helps make any developers life easy with a number of handy functions - a MUST check for CodeIgniter devs.
0 commentsSave Tags: frameworks, php
RESTful URIs
Once in a while I come across someone talking about RESTful URIs. A URI is just a name. What can be RESTful about it? Then there are threads like... more »
0 commentsSave Tags: opinion
3 Reasons not to use Apache mod_rewrite
After reading this discussion on Slashdot regarding an anti-virus agent pretending to be Internet Explorer and flooding sites with requests I waited... more »
3 commentsSave Tags: open source, security, server, tools
Flash 10 will support P2P network and UDP
In the latest beta release of Flash Player 10, Adobe introduced the RTMFP support. This technology will allow P2P communication between players and... more »
1 commentsSave Tags: flash-flex, web 2.0
mysql_close(); Do I need it? Is it necessary?
The other day I was working on an app when I got an error message that this practice was causing a conflict. Apparently, the page I was working on... more »
0 commentsSave Tags: php
Fast prototyping and sketching with Pencil
Duong Thanh An, has just released Pencil, a simple and efficient open source tool to create user interface prototypes with native Windows and Linux... more »
0 commentsSave Tags: announcement, tools
Tweaking Rails app with jQuery part I
How to tweak simple rails application using some jQuery.
0 commentsSave Tags: javascript, ruby
SWFUpload, Paperclip and Ruby on Rails
A short guide about how to use SWFUpload along with the Paperclip plugin inside your Ruby on Rails applications
3 commentsSave Tags: flash-flex, javascript, ruby
How To Setup MySQL Replication in 10 minutes
MySQL is an excellent open source database system. Replication is a great way to keep data redundant in case of a server crash. However, replication... more »
0 commentsSave Tags: database, how-to
via