Customize WordPress menus in own way
Creating WordPress Navigation Menus is much easy from Dashboard -> Appearance -> Menu. Most of the time, it requires to customize these menus according to theme design and it can be...
Creating WordPress Navigation Menus is much easy from Dashboard -> Appearance -> Menu. Most of the time, it requires to customize these menus according to theme design and it can be...
If you are looking for setting all the configuration variables within the config file “/system/expressionengine/config/config.php”, you can find at Devot-ee: ExpressionEngine Configuration Variables.
ExpressionEngine provides the feature to add new emoticon images. I looked at ExpressionEngine user guide for Emoticon Development which doesn’t seem working for me while adding new set of emoticons. I found the...
In the ExpressionEngine, we can have second or multiple database connections with default active database. In add-on development, it may be required to fetch the data/records from the external database rather...
If you are looking for EllisLab’s plugins, you can find from http://ellislab.com/expressionengine/user-guide/index.html#available-for-download
JSON (JavaScript Object Notation) is the light weight data interchange format like XML i.e like the XML it’s also platform independent and its great alternative to XML due to followings: ...
I found 2 very useful tutorials to build Tumblr-style blogs in ExpressionEngine: - http://web-agent.appspot.com/leereamsnyder.com/blog/building-a-tumblr-style-blog-with-expressionengine - http://web-agent.appspot.com/shapingthepage.com/journal/how-to-build-a-simple-tumblr-blog-with-expressionengine I hope, it would be useful for someone who would like to build Tumblr-style blogs.
There are a few third party add-ons for managing multi language website. Here I would like to share an easy way to manage multi-language website without using any third party add-on...
ExpressionEngine is having a large number of Standard Global Variables which can be used within the templates. You can find all these from http://ellislab.com/expressionengine/user-guide/templates/globals/single_variables.html. The available member variables can be much...
I found a very nice weblog “Guide to 404 Pages with ExpressionEngine”. This weblog is well written and easy to understand for setting up 404 pages.
Below are my favorite 10 add-ons which I used in mostly in website development in ExpressionEngine: Structure SEO Lite Wygwam ...
The Object Oriented web application can be written by using JavaScript. JavaScript supports inheritance as well as re-usability and encapsulation. Unlike other programming languages (JAVA, C++, PHP etc), JavaScript doesn’t contain...