Posts

Showing posts with the label Programming

How to add jQuery pagination to any table in minute?

Image
Pagination is one of most common things we face everywhere, wherever there is no infinite scrolling. Pagination can be achieved server side with php as well, but those is bit slower and require multiple request again and again to site or you need to precisely use ajax, but what if you want simpler solution, that’s going to be great for you and user as well. What’s my idea? Instead of downloading list of 10 row per request from server each time user navigate through pages, why not download 100 or even more list once, that will need just moment to download and no additional effort to server, and using pagination hide rest of 90 rows, using client side pagination of tables we can navigate to those 100 records without making much effort, and even if user want more, only in that case we can download further list. Simple, users don’t have to wait again and again to refresh page, get 10 more data, again refresh, and so on. Instead user will be having lightning access to all 100 record or what...

Faster your web development with Helper_model in codeigniter.

Image
Hi folks out there, Dheeraj here with a complete new series of coding course on Intelligent computing. During these time i was proceeding on programming and with as you know, programmers are too lazy to write same code again, i solved problem by creating few function that helped me to reduce development and coding time straight by 30%. Continue reading..

How do i begin learning code?

Image
Hello people! We Intelligent Computing are about to start a whole new section on Programming but before we start on that I would highly recommend you to read this article first if you are just starting to learn. Continue reading..

How to create your own chrome app to launch a website

Image
Google chrome is awesome with great bookmark manager and even chrome app stores which can give you everything you need, and all you can do it on Google chrome. Learn how you can create your own Google chrome application to launch a website from Chrome new-tab page. Continue reading..

How to Code/Compile and Run C/C++ in Windows 7 & Windows 8

Image
C language is one of the best programming language to start your coding experience, but it’s scary to use Turbo C/C++ on Window 7 onwards, learn how to start coding compiling C/C++ program in Windows 7 or Windows 8 without Turbo C++. Continue reading..

How to Make Better Android Apps: Expert Guide

Image
Its awesome using Android devices, but making apps for Android devices are even better. Here I collected some stats of Android developer and Expert guide to make Android Apps better. Continue reading..

9 Pain Killer Tips For Newbie Programmer

Image
Are you one of newbie programmer who starts but fell to step ahead, or feeling lots of pain in programming? Here I got 9 tips for you to make your coding life alive and enjoyable. Continue reading..