WordPress PHP Exec Plugin
Simple php calendar with any day offset
I am coding a quite huge calendar script for various works I have in progress. The barebones of this calendar I have coded today represent a php function that returns a calendar into an html table of any month of any year (according to php limits) with any day offset. This means your calendar could … Simple php calendar with any day offset
Finally a nice WP theme!!
I was about to give up, but finally I found a WP theme that fits my needs!!! And it’s easy to modify too! I am talking about blog.txt, an elastic, two-column layout for WordPress 2.0+. It’s styled, but light with less than 300 lines of CSS. With its (somewhat) unique theme options, you can easily … Finally a nice WP theme!!
Check cookies with php
Today, an interesting script to check cookies with php. I had to used it because a bad configuration on the server turned off cookie settings, and I have on my server various shopping cart using cookies. You may get different results according to your register_globals settings. Remember to reload the script to have the correct … Check cookies with php
dafont.com – a big font collection
dafont.com is a wonderful site if you are looking for free fonts. At the time I am writing, there are more than 6,000 fonts and the list is growing every day. http://www.dafont.com/ Fonts are archived by look, serif, category and so on. Very interesting the preview system where you can type a phrase and see … dafont.com – a big font collection
Javascript chronometer/stopwatch
I needed a javascript chronometer/stopwatch to be inserted in a project, and I didn’t find anything on the web that fit my idea, so I created one almost from scratch, with all functions a chronometer should have, such as milliseconds measurement, start, stop, lap time and so on (well… that’s all). Time: Lap: Let’s see … Javascript chronometer/stopwatch
How to crop a Flash Movie
Sometimes we may need for some reason to “crop” a Flash Movie, but unlike Photoshop, there is not “crop” command. How can we do? Using the ‘size’ button, set a new height and width for the flash movie based on your flash design. At this point probably some of your movie images will be off … How to crop a Flash Movie
Know which POST (or GET) method variables are available with php
Very easy script for a very important need: handle all variables coming with POST or GET methods. With this script you can manage all data coming for every kind of form. This script prints all passed variables with their values. There is nothing more to say, just remember that changing $_POST with $_GET you will … Know which POST (or GET) method variables are available with php
WordPress in two (or more) languages
Browsing the internet, I noticed the necessity to have a blog in two or more languages. It’s a necessity I’m having too, so the first thing I did was a search into the official WordPress plugin repository, convinced that the solution to my problem was a few clicks away. I was much, much wrong. Anyway … WordPress in two (or more) languages