Developing multi language web sites using PHP is actually very easy. A common approach is having an include file for every supported language which contains an array that maps string ids to localized text (for example “WelcomeText” => “Welcome to our homepage.” would be included using something like ). However there are several problems with this approach. First of all, when the application is updated and additional strings are added, there is no way to determine which new strings were added and if they are present in every language (unless you write a script for it). What happens if a newly added string is not yet translated into a specific language? …

Full article here.

Posted in Coding at June 26th, 2008. No Comments.


3 Columns. Widget Ready. Minimalist Design. Awesome Menu Hover!

Posted in WP Themes at June 26th, 2008. No Comments.

Blue Block is a two column widget-ready theme. The theme comes build in with banner ad integration. The content are is quite smaller compared to other two column themes.

get the theme here.

Posted in WP Themes at June 25th, 2008. No Comments.

What is it ?
It’s an audio player for MP3 file, intended for the diffusion on websites.
It’s open source, free and customizable.

More info and installation instructions here.

Also take a look on another flash player solution at gardelino.com

Have fun.

Posted in Coding at June 23rd, 2008. 2 Comments.
What is ReMooz?

ReMooz is an open-source widget for great looking and unobtrusive inline-pop-ups, powered
by MooTools. It enables how your vistors browse through content, such as thumbnail images
and HTML. ReMooz features centered or relative-positioned draggable zoomed images, content
preloading, fading captions, with plenty of options and is highly configurable:
Add a simple image zoom or create a fancy design element for any graphic that needs to
be enlarged on your site.

Screenshots

An example gallery. This is 2 opened Images on a default wordpress installation.

How to use

Put WP-ReMooz folder to Plugins directory in Wordpress and Activate it. (No Admin Config menu supported)
To be able to see the effect put a div tag or ul tag around your images with id:
remooz-photos (for normal image handling with center full screen zoom.)
remooz-stream (for smaller zoom ideal for Flickr stream thumbnails etc…)

Example


<div id="remooz-photos">
<a href='http://nullfix.com/wp-content/uploads/2008/06/screenshot2.jpg'>
<img src="http://nullfix.com/wp-content/uploads/2008/06/screenshot2-167x116.jpg" alt="An example gallery." />
</div>

Expert Mode
If you don’t want to include the CSS and JavaScript in each and every page do this:
* open “ReMooz.php” and set “INCLUDE_JS_AND_CSS_EVERYWHERE” to false
* add a custom field “remooz” to those posts/pages that actually use ReMooz

This way the CSS/JS will only be included if the custom field is present.

Compatibility

Fully compatible with all A-Grade Browsers (Internet Explorer 6+, Opera 9, Firefox 1.5+ and Safari 2+)

Credits

This Original Mootools project has made by Harald Kirschner at digitarald.de/project/remooz

Download

DOWNLOAD Link!

Posted in WP PlugIns, WordPress, myCode at June 20th, 2008. 2 Comments.