Category Archives: php

Save your code snippets with Snippely

I am currently waiting for FeedReader to finish downloading some enclosures from a feed I am subscribed to. In the meanwhile I though it would be nice letting you know what a great tool Snippely is. Though it is in its developing stage it comes handy for all developers, designers, etc. out there that have [...]
Also posted in css, programs, scripts | Tagged , , , , , | 2 Comments

Best way to inspect dead links using your 404 page

I searched for some instructions on how to easily find dead links on my blog. I found some plugins that do just that but instead of using a plugin to do it why not use this cool method that can also provide you with a custom 404 page ? The WordPress Codex directory is way cool [...]
Also posted in scripts, tips and tricks, wordpress | Tagged , , | 2 Comments

Speed up your WordPress blog with PHP Speedy !

PHP Speedy is a script that minimizes your js and css files in order to reduce your blog’s load time. If you don’t believe it check out the links below: Test page without compression Test page with compression As you can see (you might want to check your Net Firebug stats) the page on which PHP Speeedy is [...]
Also posted in scripts, wordpress | Tagged , , | Leave a comment

Standalone PHP script for displaying random images

What this script basically does is to display random images from a given folder. You can use this script to display some rotating affiliates banners, ads, sponsors banners, or even display a random header for your WordPress blog. Here you have three examples of scripts. The first one displays random pictures, without links, just for [...]
Also posted in scripts | Tagged , , | 5 Comments

Latest posts standalone script for phpbb3 and phpbb2

I have tested this script on phpbb2 and phpbb3 and it works like a charm. If you have one, make sure you exclude your private section (for example t.forum_id != 4, where 4 is your private forum’s number). You can include this in your blog’s sidebar, a portal or a website. You can apply different [...]
Also posted in phpbb3, scripts | Tagged , | 74 Comments