no

How to update Node in Linux using NVM

The following commands will update Node installed on Linux using NVM. NVM is a Node version manager. Instead of uninstall/install-ing a new ...

How to Implement Rowclick on Flexigrid Using Codeigniter'

The objective of this writing is to update the flexigrid library so that it can handle the rowClick event. To do this we need to download t...

How to Fix Magento Email to a Friend Not Working

After we have successfuly setup our magento store, we've been testing its functionality and found out that email to a friend is not work...

Introduction to Apache Php Mysql

Everytime I setup a new unit I have to set the following up and it takes time. So I'm writing a walkthrough and hopefully I don't ne...

How to Integrate Uploadify With Codeigniter

Googling around I've found several solutions, but not to my liking some even suggest to edit the fla. Well there's no problem with t...

Learn Lightbox Preview Image Onmouseover

Usually the image is being previewed with anchor's onclick event. But what if we want to change the event to onmouseover. Here's wh...

How to Send Email Using Codeigniter in 1and1 Server

I get a timeout at first try. Using the default mail type from codeigniter will not, to use the built in email feature from codeigniter we h...

How to Wait for All the Images to Be Loaded in Jquery

Recently I've just wanted a nice rollover caption implemented on our wedding invitation website, such on a list of wedding invitations, ...

How to Change Jquery's Dialog Button Label at Run Time

Recently I've used a 3rd party jquery library that pops up a jquery dialog with form content. However if has a default button Save and C...

How to Add a Jquery Datepicker on Jquery Dialog Box Via Load Method

Recently I've worked on a form that requires a jquery datepicker to be rendered inside jquery's dialog element. Where I encountered ...

How to Enable Jquery Lavalamp's Links

I've used lavalamp's menu in my project several times and have experienced the same problem 2 or 3 times after copying the code from...

How to Create a Magento Extension

Long time ago I was assigned to modify magento, add an expiry date and check if the costumer is expired during login. Those times resource w...

How to Download a Zipped File of a Magento Extension

There are times when you want to see the code behind of a magento extension, but using magento connect would not give you all the files that...

How to Install and Setup Magento on a Windows 7 Machine

This tutorial will try to install and setup magento on a local pc running windows 7.  Requirements (I'm using the following versions, ...

How to Show Only the Month and Year in Jquery Datepicker

I have created a report search form that filter the monthly record of sales. So I don't really care about the specific day but the month...

How to Copy Form Values Into Another Form Using Jquery

Recently I have a requirement to have two form on a single page. Why? It's because I have a search form that query records from the da...

How to Copy Form Values to Another Using Jquery

$("#SubmitButton").click(function () { $(':input[name]', "#searchForm").each(function () { $...

How to Install Selenium on Firefox

Unfortunately it seems selenium doesn't support the latest version of firefox yet. To get around this security issue do the following: ...

How to Create a Facebook Like Button and Twitter Share Button

1.) To create a twitter share button, simply go to this URL: http://twitter.com/about/resources/tweetbutton. Customized the look of the widg...

How to Add Yahoo Messenger Icon With Status on Your Webpage

As I was working on our prints and favors website: www.kalidadprintsandfavors.com, I've decided to add a yahoo messenger icon with statu...

index