Tag Archives: TaskForest

Google Now Considers Website Speed In Its Ranking

Written by Aijaz Ansari. Filed under Computers. Tagged , , , , , , , , . 1 Comment.
PageSpeed Results After Optimization
Google reported yesterday that their search engine will now include a website’s speed in the list of factors it uses to decide how high to rank the site in its search results.  In this post I consider what this means for web developers and what steps you can take to make your site faster.

TaskForest Write-up at SourceForge

Written by Aijaz Ansari. Filed under Computers. Tagged , , . 3 Comments.
TaskForest Logo
SourceForge.net has a blog in which they feature a different hosted project every day.  Today’s blog entry features my open-source job scheduler, TaskForest.  I’d like to take this opportunity to thank SourceForge for their support of open source software.

The Performance Cost of Using WordPress

Written by Aijaz Ansari. Filed under Computers. Tagged , , , , , , , , , , , , , . 4 Comments.
Safari's Web Inspector
I recently tried to switch a website over from a homegrown content management system to WordPress. The results were thoroughly disheartening. This post illustrates the steps I took, and how I managed to move in the opposite direction and optimize my site even more.

Sometimes Text Files Are Better Than Databases

Written by Aijaz Ansari. Filed under Computers. Tagged , , , , , , , , , , , , . No comments.
A File
There are many classes of applications for which text files are the preferred means of storing data. One of the main reasons is that when data is stored in a relational database, editing it is not a trivial task. A well-normalized database is not easily updated via an SQL command line. More often than not, a dedicated, graphical editor is needed to model the complex relationships.

Why Should I Use CPAN?

Written by Aijaz Ansari. Filed under Computers. Tagged , , , . 1 Comment.
Getting the Camel to Do What You Want
Why should a program depend on so many external modules when it could implement what it needs itself?