EllisLab's plugins

If you are looking for EllisLab’s plugins, you can find from http://ellislab.com/expressionengine/user-guide/index.html#available-for-download

JSON Overview

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: ...

Tumblr style blog with ExpressionEngine

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.

Standard Global Variables in ExpressionEngine

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...

Object Oriented Programming with JavaScript

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...

Session v/s Cookies

We know that HTTP request is stateless which means any request doesn’t know anything about the user who is sending request i.e each HTTP transaction is fresh without having any knowledge of any...