no

How to Get the Local Directory of an Executing Assembly in C#

I used this code in C# to get the local directory of an executing assembly or application. var uri = new Uri(Assembly.GetAssembly(typeof(M...

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 Setup Egit With Eclipse

This is how I setup my eclipse to install egit plugin and use it. 1.) Install EGIT -> http://download.eclipse.org/egit/updates. 2.) C...

How to Generate Ssh Keys for Git on Windows

Just follow this tutorial: http://help.github.com/win-set-up-git/

Build a Dynamic Search Paging Using Pagedlist in C#

Basically there's a great tutorial from this site: Unboxed solutions. -I've copied the codes and add some comments. I'll jus...

How to Increase Php Upload Size-upload_max_filesize

There are 2 things in which increasing the file size for upload can be achieve. These methods are both applicable for Linux OS but not for W...

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...

How to Insert Dynamic Html Injection C#

While creating a plugin for IE, I've encountered several problems like how to create a popup form when a certain condition has been met....

How to Change the Svn Password on Eclipse

Just delete the files in this directory: C:\Documents and Settings\[username]\Application Data\subversion\auth\svn.simple

archive