WordPress Useful Functions

Followings are list of helpful functions for wordpress developers: 1 . Basic Pagination By default WordPress displays previous/next links at the end of your post list. This can actually be done with a little work using the paginate_links() functions. The following example from the codex shows how you can add it to a default loop … Continue reading WordPress Useful Functions

Ember.js Introduction

What is Ember.js Ember is a JavaScript front-end framework designed to help you build websites with rich and complex user interactions. It allows building client side JavaScript applications by providing a complete solution which contains data management and an application flow. EmberJS was developed by Yehuda Katz. It was initially released in December 2011. EmberJS … Continue reading Ember.js Introduction

Meteor Introduction

What is Meteor.js MeteorJS is a javascript framework to create web applications. It is built on the top of NodeJS and uses MongoDB as a storage layer. Meteor includes a key set of technologies for building connected-client reactive applications, a build tool, and a curated set of packages from the Node.js and general JavaScript community. … Continue reading Meteor Introduction

Polymer.js Introduction

What is Polymer.js Polymer.js is a JavaScript library created by Google that allows reusing the HTML elements for building applications with components. Polymer.js is a library that allows web developers to build custom html elements on top of primitive ones. They have their own attributes, properties, methods, and events. So polymer acts as a bridge … Continue reading Polymer.js Introduction