<tutorialjinni.com/>

Morris JQuery Charts by Example

Posted Under: Programming on Feb 10, 2013
Morris JQuery Charts by Example
In this tutorial we will look in to a light weight jquery charting library namely morris.js which uses Raphael which is used to simplify work of making vector graphics.

PHP Convert String SEO Friendly

Posted Under: Programming on May 25, 2012
PHP Convert String SEO Friendly
This tutorial explains how to create SEO friendly URL using PHP. Friendly URLs improves your site's search engines ranking. To make a SEO friendly URL a string must be sanitized for certain things like...

PHP Session by Example

Posted Under: Programming on Apr 9, 2011
PHP Session by Example
When run application on your computer, the computer know who you are, what are you doing, what data you alter, when you close your application and so forth, this is called session. In web communication we use Hyper Text Transfer Protocol (HTTP), which is a stateless protocol that does not retain information on server and treat all request as independent request. To make it remember user information we use SESSION.

HTML to PDF Converter Using PHP

Posted Under: Programming on Mar 11, 2011
HTML to PDF Converter Using PHP
Generating PDF from HTML using PHP is fairly simple and easy using HTML2FPDF. Lets get straight to point, who has time to read and "write" the obvious stuff.

Symfony Doctrine Delete Row

Posted Under: Programming on Jan 12, 2011
Symfony Doctrine Delete Row
In this tutorial we will delete a Row from database using Doctrine, lets do it with a simple example.