Category Archives: Computers

Computer hardware and software

In Search Of A Good Alarm Clock App

Written by Aijaz Ansari. Filed under Computers, Reviews. Tagged , , , , . No comments.
Android Phone
When I recently switched from the iPhone to HTC Evo running Android, I found the Evo's Alarm Clock app surprisingly primitive. I looked for replacements on the Android Market and found mobitobi's Gentle Alarm, one of the best-written Android applications I've seen so far.

Processing A List Of Files In bash

Written by Aijaz Ansari. Filed under Computers. Tagged , , . 1 Comment.
Under the tracks at Washington and Canal
When you’re working in Unix or Linux or even Mac OS X, there are often times when you need to apply the same command to a list of files.  In this post I’ll show you a couple of quick ways to do this using the bash shell. Let’s assume you have a command called that [...]

Backing Up Data With rsync

Written by Aijaz Ansari. Filed under Computers. Tagged , , , . 1 Comment.
The Agra Fort
This post shows you how to use the 'rsync' command to back up data from one directory to another (or one drive to another).

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.

Firefox Search Shortcut

Written by Aijaz Ansari. Filed under Computers. Tagged , , . 1 Comment.
Adding a Keyword to the CPAN Search Box
Wow.  This cool Firefox feature has been around since 2005, but I just found out about it a few months ago!  I swear I haven’t been living in a cave all this time.  So if you’re like me and don’t know about this yet, listen up:  In Firefox, you can bookmark a search with a [...]

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.

Communicating During A Crisis

Written by Aijaz Ansari. Filed under Computers. Tagged , , , , , , , , . 1 Comment.
Question
A couple of recent outages in the internet industry got me thinking about the importance of communicating with clients during a crisis. I write about the four key points to consider when trying to communicate with clients during crises.

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.

Adding A Grid To Your Websites

Written by Aijaz Ansari. Filed under Computers. Tagged , , , . No comments.
190 S. La Salle St.
The #grid website has a great tool for web designers -it “inserts a layout grid in web pages, allows you to hold it in place, and toggle between displaying it in the foreground or background.”  Go to their website and have a look.  It’s pretty impressive.  Simple, but impressive.  I think I’m gonna give this [...]