Archive

WordPress empty P in shortcode issue

January 26, 2012 by fMajakovskij

Are you trying to find the definitive solution to the annoying empty html paragraph tag in shortcode generated html? Maybe this post is for you…

Simple Banner Rotator with JQuery tutorial

November 10, 2011 by fMajakovskij

In this tutorial we will see how it is easy create a basic banner rotator with JQuery library.

We are making maybe the simplest rotator out there.
So let’s get started.

Conditional check for active sidebar in WordPress

October 31, 2011 by fMajakovskij

After a lot of search on how to get is_active_sidebar() works, here the tip that just works.

If you need to check whether a particular sidebar is active (means has at least one widget registered) you should put on your theme the following code:

Simple PHP authentication class

October 21, 2011 by fMajakovskij

Here a tiny present for everyone wants to implement a basic authentication system in their applications. This class simply check from a POST request the username/password credentials, creating a session variable and optionally a cookie to remember the login. Here [...]

The rebirth of DisplayEditor class

February 18, 2011 by fMajakovskij

Ok, the previous DisplayEditor class has been discontinued. I started to write it without make any search on what has already been done out there. It turns out the outstanding TransformTool by Senocular, which makes any further development of DisplayEditor [...]

Introducing DisplayEditor class

February 9, 2011 by fMajakovskij

DisplayEditor is a simple class that allow to add a WYSIWYG object editor to your flash projects.

XMLDisplayManager 004

February 7, 2011 by fMajakovskij

Here a quick update of the XMLDisplayManager with the addition of a couple of useful methods.
This update could be an excuse because there is also a first draft of a front-end, which could be named XMLDisplayViewer.

XMLDisplayManager 003

February 4, 2011 by fMajakovskij

XMLDisplayManager gets a couple of new methods a some bug fixes.
Let’s get started with a live example.

XMLDisplayManager 002

February 3, 2011 by fMajakovskij

Ok, a quick update to the XMLDisplayManager class.

In the previous post I’d explained the first method, to get the xml object from a DisplayObjectContainer.

Get XML definition from DisplayObject

I always thought xml in AS3 is powerful to handle data and configuration.
But sometimes it is a pain in the ass design classes that have to be configured by xml files.