Archives
-
Recent Posts
-
Category Archives: PHP
CRUD using jQuery and Codeigniter – III
Learning Objectives In Part 3 you will learn: How to filter form values to prevent XSS attack. What jQuery serialize method do and how to use it. How to send Ajax call to perform UPDATE operation using POST method. How … Continue reading
Posted in Blog, JavaScript, PHP
21 Comments
CRUD using jQuery and Codeigniter – II
Learning Objectives In Part 2, you will learn: Displaying Ajax loader animation when an Ajax call is made. How to inject Update/Delete link in each record using jQuery. How to use jQueryUI dialog widget. How to send Ajax request to … Continue reading
Posted in Blog, JavaScript, PHP
19 Comments
CRUD using jQuery and Codeigniter – I
Learning Objectives In this tutorial you will learn: How to use jQuery with Codeigniter. How to send Ajax request to perform READ operation. How to use jQuery UI tabs widget. How to use Microsoft’s jQuery templating plugin.
Posted in Blog, JavaScript, PHP
27 Comments
Get Flickr Images Using SimpleXML
What is it about? In this article you will learn two main things: How to parse XML using SimpleXML? How to get Flickr images from RSS feed and display them on your web page?
Posted in Blog, PHP
6 Comments
Read More Link for WordPress Page
What is it about? To generate a Read More… link in WordPress post, you have to write <!–more–> (in HTML view of WordPress wysiwyg text editor) in place where you want to display the link as shown below: Now I … Continue reading