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…
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.
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:
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 [...]
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 [...]
DisplayEditor is a simple class that allow to add a WYSIWYG object editor to your flash projects.
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 gets a couple of new methods a some bug fixes.
Let’s get started with a live example.
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.
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.
Comments