Tags
Categories
Follow GuideCloud.com
Functions
Links
Author Archives: GuideCloud.com
Remove WordPress version from RSS and head tags
By default your WordPress blog is showing which version of WordPress it is running on. This information can be found on these two places: In a head tag: <meta name="generator" content="WordPress 2.9.2" /> In a “generator” tag in your RSS … Continue reading
Create wireframes in Google Docs
A while ago I found this awesome free wireframe templates for Google Drawings, the latest member of the Google Docs suite. A big thanks to Morten Just who shared his templates. I also recommend that you checkout the I ♥ … Continue reading
Writing your own iframe shortcode plugin for WordPress
When you want simplify publishing of specific elements or code chunks, WordPress Shortcodes might come in handy. Basically it replaces a piece of text that you insert via the editor with something else, defined in your template or in a plugin. Continue reading
WordPress 3.0 – now available!
One of the most interesting updates of WordPress was launched this evening – WordPress 3.0. Continue reading
Posted in Web Development
Tagged Custom Post Types, PHP, Thelonious, WordPress, WordPress MU
Leave a comment
Share code snippets and texts on Twitter via Snipt
Share code snippets and texts with this nifty little service! Continue reading
How to setup 301 Permanent Redirect on a specific page
Redirect pages or folders to a new location using “301 Permanent Redirect”. Code samples and instructions for ASP.Net, PHP, ASP Classic, Apache .htaccess and Internet Information Server (IIS). Continue reading
Posted in Search Engine Optimization (SEO), Web Development
Tagged .htaccess, 301, Apache, ASP Classic, ASP.Net, HTTP Status Codes, IIS, Permanent Redirect, PHP, SEO
Leave a comment