This time I will show you some UI goodies using my favourite jQuery. With highly interactive web applications, graphs are must for any application, and jQuery is just the right tool for this.
In this tutorial I will show you how to use the jQuery and Ajax inside the Code Igniter framework. We will create a page where we will create a drop down of states coming from the database. And once a state is selected, the list of cities will come through Ajax.
This is a continuation of the previous tutorial. In this part I will show you how to separate business logic from views and use models inside Codeigniter
CodeIgnitor is one of the easiest of all the PHP framework available and definitely it is one of the most well documented one compared to a few other famous frameworks. It has a huge list of helper functions and big library of useful features.
So, let's dive in and check out how this framework works.
Drupal CMS comes with a very basic editorial workflow structure. You can create roles and give different permissions to those roles for example: A writer will only be able to write articles but he may not be able to publish them. Editor can write articles and can also publish articles. And Super Admin who on top of the two jobs can also delete any article.
Jquery is one of the most common thing on any website. The amazing library let's us do a hell lot of things in a very simplified manner. But there is yet another very very powerful library the jQuery UI which we can use to get some amazing functionalities to our website very easily. http://jqueryui.com is the website that I am talkig about.
Ganpatipule reminds me of clean beach, blue sky and the best part – when you stand in water you can see your feet (yes, that is my way of measuring how clean the beach is).
Drupal cache is very important when you are working on a site which will have a lot of visitors daily and performance becomes a crucial part. In this tutorial I will demonstrate how you can use the cache_set() drupal function to save something in cache and retrieve that on user request instead of unnecessary processing if the content has not changed.
Using ajax can really improve the user experience of your site. In this tutorial we will see how using the powerful voting api we can create a simple like dislike module and use ajax for that.