Very simple, a one liner: System.Diagnostics.Process.Start(“http://www.xplodebackup.com”); Cherio!
How to open a webpage from C# button – Windows Form
Login to multiple skype accounts simultaneously
Simple, create a batch file for each skype account you have and put in the following: start /D “C:Program Files (x86)SkypePhone” Skype.exe /username:YOURUSERNAMEHERE /password:YOURPASSWORDHERE /secondary exit thanks to http://tinkertry.com/skypetwice/ for…
Set the default background color of controls in C# – textbox.BackColor
Very simple: youtextboxname.BackColor = DefaultBackColor; have fun! ? Cherio
Favicon for wordpress
There are a couple of ways to set the favicon for your wordpress blog/site: Upload the favicon to the directory of your currently activated theme. i.e if your current theme…
Insert HTML code into Blogger – 100% working
So all you wanna do is insert some html code into your blogger post, and cannot find a simple method to do it, no stress. Simply go to and paste…
VNC (Remote Access) in Ubuntu 11.10 – 100% working
So you want to remotely access your Ubuntu machine, a couple of easy steps will do the trick for you: Install packages. Code: sudo apt-get install x11vnc vnc-java Set up…
Recover/Reset Windows password before login – 100% working
So uv forgotten your windows password, and think its the end of the world. No stress, two very simple solutions: While looking at your login screen, press ctrl-alt-del twice in…
Signing PPA Key for Ubuntu Source – Ubuntu 11.10
So you’ve added a new software source to your repos and would like to install the software contained at the source destination, but there are all sorts of messages about…
Dynamic DropDownList / Combobox in php
Thanks to this website: http://triaslama.wordpress.com/2008/04/01/dynamic-dropdownlist-just-fill-it-with-array/ for the code! Here is what needs to be done to enable dynamic dropdown boxes / comboboxes in php – well its javascript within php,…
Change WordPress default email address (wordpress@domain.com)
Ok so when your users reset their password or submit a post, they will receive an email from wordpress@yourdomain.com. Obviously for professional reasons (security too) you do not want this…









