Latest Posts
-
Landing page triggers WP plugin free version
This plugin redirects users of your WordPress website to any page you like after they publish a new post or log out. You can provide any URL, so the page…
-
WP Plugin: Recent comments widget with excerpts
I wrote a WordPress plugin to modify the behavior of the recent comments widget. Since WP version 2.8.0, popular widgets have been included as core functionality. I don’t like how…
-
Disable WordPress New User Email Notification
When a new user creates an account on a wordpress.org blog, the administrator is sent a notification email. Websites that have a large number of signups each day can generate…
-
WordPress Sidebar Stats Widget
I wrote a WordPress plugin that displays a small collection of site stats in a sidebar widget. Here is a screen shot of sample output: Widget options screen shot The…
-
Clear default text from input boxes using Javascript
Providing labels is a great way to help users interact with your website properly. I like to put instructional text inside text boxes to save space. Users get annoyed when…
-
Get Longitude and Latitude from Bing Maps
To get longitude and latitude coordinates from Bing Maps, follow these steps: Position the map center on your point of interest Type this into your web browser’s address bar: javascript:map.GetCenter()…
-
Why are craigslist ads flagged flowchart
Today, I made a simple flowchart to describe how and why craigslist ads are flagged and removed. http://www.gliffy.com/publish/1892404/
-
Classic ASP and Server.GetLastError in IIS7
My classic ASP error logging scripts were dead in the water when I moved them to a Windows Server 2008 with IIS 7.0. Some code like this is useful to…
-
I made a Keyword Multiplier
While revamping a PPC advertising account last week, I discovered the lack of a convenient keyword multiplier. I am sure there is some fancy pants way of combining keyword lists…
-
Disguise Email Addresses for online publishing
Disguise your email address or any text with this character obfuscation. This code corey@example.com will show up on a web page as [email protected]. You can share your email address without…
-
Hide posts from WP home page
Hiding posts from showing up on the home page is something I have been thinking about all week. Last night I finally dug into the WP Codex and figured out…
-
Display WP Post Category without link
Here is a small piece of code that will display the category name of a WordPress post without a hyperlink to the category page. Typically, the category data is retrieved…