content top
you are browsing category: Coding Move Blog from Subdirectory to New Domain using ht...
wordpress.gif
Lets say you have wordpress blog sitting in the following domain and directory: http://www.domainA.com/blog But now, you want to move the blog to: http://www.domainB.com However,...
View the Full Article Here
WordPress Set Thumbnail Images...
wordpress-set-thumbnail
Recently wordpress with release 2.9 of their software put in a new function called “post-thumbnails” which offers the the wordpress admin the...
View the Full Article Here
Redirecting Old WordPress Site to New WordPress Si...
I have been asked this a few times. How do I redirect my old wordpress web site to a new domain but maintain all the same pages? I dont want to lose my serps because of the domain change. Here is a nice seo friendly 301 redirect which will redirect all...
View the Full Article Here
SQL Injection and Sanitising User Input...
I think the comic below sums up the issue perfectly. ALWAYS sanitise the users inputs otherwise expect your database to be corrupted. Thanks to XKCD for the clip See http://xkcd.com/327/
View the Full Article Here
Execute a remote page using VB Script...
Quite often I need to execute a remote page on a web server somewhere, maybe to trigger an update or send an email on a timely basis. The easiest and simplest way I have found is by using Microsoft.XMLHTTP. You can use it to execute php pages, asp or...
View the Full Article Here
Tinyurl API and Classic ASP...
If you wanted to link to the tinyurl.com api in order to create tinyurl’s with ASP then here is the code I am successfully using with my ASP twitter...
View the Full Article Here
3 Web Design Tips to Help You Sell...
You can increase your share of mouse clicks when you put enough attention to web design. However, having brilliant content or amazing products is not enough. Site...
View the Full Article Here
How CSS Makes Your Site Google-Friendly...
Cascading Style Sheets (CSS) is a simple and convenient tool for web developers. CSS allows developers to separate the aesthetic elements of a page including...
View the Full Article Here
ASP Date Formats and Functions...
Here are some useful code snippets for ASP dates. 1/21/2001 <%= FormatDateTime(theDate) %> Sunday, January 21, 2001 <%= FormatDateTime(Date, 1)...
View the Full Article Here
ASP 301 Redirect...
A “301 redirect” is more commonly called a “301 moved permanently” status. It tells a visitor or search engine that the page has...
View the Full Article Here