line

Add to any feed reader

Back and Backing Backhand on top of that!

Since I got married last year, I haven’t had much motivation to blog. The good news is that since the previous year, I’ve accumulated a list of accomplishments and experiences that i feel are worthwhile sharing.

Recently, my company implemented our first mod_backhand implementation. Mod_backhand is a load-balancing and clustering solution that runs on Apache. Let’s say you have 3 web servers that you need to load balance in a cluster. When a server goes down, it will auto-detect that server is down and route subsequent http requests to other servers. Yo (more…)

End Query with \G instead of ;

You can use \G instead of ; for tables with lots of fields.

mysql> SHOW STATUS LIKE ‘Qcache%’;
+————————-+———–+
| Variable_name | Value |
+————————-+———–+
| Qcache_queries_in_cache | 6990 |
| Qcache_inserts | 6990 |
| Qcache_hits | 3987 |
| Qcache_lowmem_prunes | 0 |
| Qcache_not_cached | 621 |
| Qcache_free_memory | 176329432 |
| Qcache_free_blocks | 1 (more…)

How to change the options of a dropdown list dynamically using javascript

If you have two dropdown List (combo box) and need to dynamically change the contents of the second combo box , depending on the option selected by the user in the first combo box, then tis tutorial is for you.

(more…)

Developer Day Scotland 2008


 


Developer Day Scotland


 


  It’s been a long time in the planning, but it’s great to see that Developer Day Scotland is now off the ground and will be held in Glasgow on 10th May 2008.   This event is based on the highly successful “Developer! Developer!  Developer!”  series of one day events that have been run in Reading over the past few years.


  You can get all the up to date info on the event by clicking on the image above.(more…)

Optimizing a Web Site`s SEO Ranking

No one has time to surf all the sites listed in a search engine. Most people just click on the sites listed topmost and surf through them. This is the reason sites listed at the top gain huge traffic. This is the reason sites use Search Engine Optimization SEO . Keep reading to find out how to optimize a website s SEO ranking….

Automate Software Builds with Visual Build Pro Easily create an automated, repeatable process for building and deploying software. (more…)

Next Page »