Earn $$ with WidgetBucks!
Host unlimited websites for only $7.95 a month!
Sign up for PayPal and start accepting credit card payments instantly.

Archive for the ‘Programming’ Category

Guest Posts And the_author() In Your WordPress Blog

August 18th, 2008

As you may have seen I have a guest post on this blog written by Matt from phuketvogue.com. Since I am the only registered writer/author on this site, all posts are marked as ‘written by Toxane’ or something similar. I thought it would be just fair for the guest writer, to mark these posts with [...]

PayPal donation form with CSS and jQuery for WordPress

August 3rd, 2008

Learn how to create a PayPal donation form, beautify it with a little bit CSS and validate the input with jQuery. You can also integrate the form into WordPress as a page template.

Wordpress Themes and the functions.php file

July 30th, 2008

Loads of good free WordPress Themes are out there. And the most of them don’t make use (or at least no good use) of the ‘functions.php‘ file. This is how the WordPress Codex describes the file:
A theme can optionally use a functions file, which resides in the theme subdirectory and is named functions.php. This file [...]

Freeware : NetSwitcher

June 14th, 2008

Here is another utility for Windows XP I have written a long time ago. NetSwitcher will export your current settings from the installed network adapters (LAN, WLAN etc.). You can create locations for different environments such as Home, Office, Public etc.
This software works very basic. It uses the ‘netsh’ command to export/import the settings and [...]

PACextract - Extract the contents of Sony restore discs (*.pac files)

June 14th, 2008

A cool utility to extract the .pac files of Sony restore discs. .NET Framework 2.0 is required. Runs on Windows XP, Vista not tested. Source code (VB.NET) is available.