Calendar
February 2012 M T W T F S S « May 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 -
Latest Wiki.
- fetch the records through ajax and jquery in json format using kohana
- Set user as idle in PHP using jquery
- What is XML-RPC?
- Empty image src can destroy your site
- High Performance Ajax Applications
- Performance Research, Part 3: When the Cookie Crumbles
- Best Practices for Speeding Up Your Web Site
- 15+ Tips to Speed Up Your Website, and Optimize Your Code!
- How to manage languages in kohana
- Define variable in Kohana using Config File
-
What people said about wiki?
- Steve on fetch the records through ajax and jquery in json format using kohana
- Dehmers on fetch the records through ajax and jquery in json format using kohana
- Another Title on Auth Module with SPRIG Library in Kohana
- Frederics on fetch the records through ajax and jquery in json format using kohana
- sasder on fetch the records through ajax and jquery in json format using kohana
Technical Archive
-
Read RSS feed XML using CURL in PHP
Posted on March 17, 2010 | No Comments// create a new cURL resource $ch = curl_init(); $url = “http://witslog.com/wiki/?feed=rss2″; // set URL and other appropriate options curl_setopt($ch, CURLOPT_URL, $url); // you have to set the url of the website of which you want to get the rss data curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_HEADER, 0); // grab URL and pass... -
Create a Basic Web Service Using PHP, MySQL, XML, and JSON
Posted on March 17, 2010 | No CommentsWeb services are taking over the world. I credit Twitter’s epic rise to the availability of a simple but rich API. Why not use the same model for your own sites? Here’s how to create a basic web service that... -
Make a custom helpers in kohana for encrypt data
Posted on March 16, 2010 | No CommentsFirst of all, we make a helper file in helper folder under system directory. Suppose my helper name is encryptdata.php then class name must be encryptdata_Core. _Core will be added in class name when you want to use as a helper file. Script for Custom Helper... -
Auth Module with SPRIG Library in Kohana
Posted on March 15, 2010 | 1 CommentHi Guys please take a look on following article for working with auth module with sprig in koahana. Basic Process Download and install the Sprig Module Create a users table in your database Set up your template controller to redirect users who are not logged in Create and... -
get and set kohana config value during real time manipulation
Posted on March 15, 2010 | 2 CommentsYou can now directly set and get the config value of Kohana by this way: Set Config value in Kohana: Kohana::config_set(filename.variablename, value); for example: suppose we want to change language from Danish to English Kohana::config_set(‘locale.language’, array(‘en-us’,'United States’)); here locale is config filename while language is variable which lies in locale.php. You... -
Top 10 Jquery Examples with Live Demos
Posted on March 6, 2010 | No CommentsWhat is jquery? A example is more worth than 100 words how many lines of code you might need to achieve this? Please upgrade your browser Answer: Only four lines and that too without knowing any regular expressions….. Yes. Using a library called jquery and its validate... -
100 Popular jQuery Examples, Plugins and Tutorials
Posted on March 6, 2010 | 1 Comment1. jQuery Lavalamp Menu – It is the jQuery plugin that is based of Guillermo Rauch plugins for mootools and Ganesh Mawwaha’s jQuery 1.1.x plugins. Through the Sliding Doors CSS/Javascript method, you are able to... -
JQuery Tutorials and examples
Posted on March 6, 2010 | No CommentsLearn jQuery and master it in no time. Introduction to jQuery jQuery is great library for developing ajax based application. jQuery is great library for the JavaScript programmers, which simplifies the development of web 2.0 applications. Downloading ... -
50+ Amazing Jquery Examples- Part1
Posted on March 6, 2010 | No Comments/* */ if(window.OA_zones === undefined) { var OA_zones = []; } OA_zones['Content Ad'] = 11; /* // */ // OA_show('Content Ad'); // * This post is regularly updated. * Many of us have been using a good deal of... -
Netbeans
Posted on March 6, 2010 | No CommentsNetBeans refers to both a platform framework for Java desktop applications, and an integrated development environment (IDE) for developing with Java, JavaScript, PHP, Python, Ruby, Groovy, C, C++, Scala and Clojure. The NetBeans IDE is written in Java and runs everywhere where a JVM is installed,...