I had a bit of a dilemma today as I needed to create a widget to house the BT.com widget (which you can now see on the sidebar) and for this I decided the easiest way would be to knock up a standalone plugin for this. While looking into this I discovered a very handy little WordPress…
Category: Scripts
How to disable WordPress wp-cron
[ad name=”postsqrRight”]Recently I have been noticing that this blog has been eating its way through the servers ram like no bodies business, easily using more than 150mb before its automatically killed. By default the wp-cron.php is run every single time a page is loaded, this includes admin pages. This can lead if you have a…
How to duplicate input value to another using jQuery
Just thought I would post this little jQuery snippet which simply updates the value of input field based on value of another. This can be particularly useful in some situations where information can be duplicated for example perhaps on a billing and shipping address form etc. Example for standard text based input field: $(“#src-field”).change(function () {…
Server Monitoring “SwinServe” Script Coming soon…
I have began to write a server monitor script, keeping what I’m going to call it secret until its finished 🙂 I guess i will need to think of a code name like “Longhorn” (Vistas code name) for the moment I might go with SwinServe (I live in Swindon, and is a Server monitor script……
Coupon Redirect
Hello, i thought i might start posting about some of the scripts i have made 🙂 Ok i coded this script for someone who strangely enough wanted a system where user enters a “coupon” and it redirects to a URL which is associated with that “coupon”. I knocked this system up with a admin bit…
Old PHP scripts! YUK!
I got a script to day which i am moding up (alot!) into a simple host script so users can sign up, login upload files to a dir and manage those files. Got this script which has the idea, needs alot of work but i mean DIDNT PEOPLE KNOW HOW TO CODE?! its hidious! :p…