Rewrite .php extension with .html using .htaccess | URL rewriting using .htaccess.
Posted by anoopsachari in articles, misc on August 21, 2010
Share
I had to implement URL rewriting in my last project . After some browsing found that it can be implemented using .htaccess file .
Ok fine . we can start from the basics of creating a .htaccess file .
In windows one cannot create .htaccess file directly . You can either create a “htaccess” [...]
Update Timeline using Jquery as in Twitter | Live Twitter Search using PHP
Posted by anoopsachari in ajax, javascript, php on August 20, 2010
Share
Hello friends back to blogging after sometime . Recently i got a mail from one of my friend asking about how can we update a timeline using an animation effect as in twitter timeline .
Here i am giving you a code in jquery that would help you to implement the same .
I have also added [...]
Thumbnail Creation using uploadify.php
Posted by anoopsachari in ajax on June 14, 2010
Share
Hello friends i came across a good jquery flash file up-loader here . Do use it its simple and powerful .
The next main thing was generation of thumbnail using the same flash uploader after some homework found a solution for it . Do some simple updations in your existing code .
1. Create a folder named [...]
How To Make An Intel Processor
Posted by anoopsachari in articles on June 12, 2010
Share
Sharing with you the Amazing Process of making an Intel Processor .
Sand. Made up of 25 percent silicon, is, after oxygen, the second most abundant chemical element that’s in the earth’s crust. Sand, especially quartz, has high percentages of silicon in the form of silicon dioxide (SiO2) and is the base ingredient for semiconductor manufacturing.
After [...]
Live Character Counter as in Twitter using Jquery
Posted by anoopsachari in javascript on May 29, 2010
Share
In this tutorial i would explain how to implement live character counter using Jquery . I have included a live demo and the complete source code .
The package contains only a single file with 3parts a css part , javacript part and an html part
#bar
{
background-color:#5fbbde;
width:0px;
height:16px;
}
#barbox
{
float:right;
height:16px;
background-color:#FFFFFF;
width:100px;
border:solid 2px #000;
margin-right:3px;
-webkit-border-radius:5px;-moz-border-radius:5px;
}
#count
{
float:right; margin-right:8px;
font-family:’Georgia’, Times New Roman, Times, serif;
font-size:16px;
font-weight:bold;
color:#666666
}
#contentbox
{
width:450px; height:50px;
border:solid [...]
Set Credentials using security.yml in Symfony 1.4
Posted by anoopsachari in symfony on May 28, 2010
Share
Symfony provides some cool configuration features that would allow you to minimize your coding part . In this tutorial i would explain how to configure security.yml to set credentials for a different users .
Create a class file named account.class.php under apps/frontend/lib folder with content .The class below checks weather the user is admin and sets [...]
Create Twitter alert style using Jquery.js and CSS
Posted by anoopsachari in javascript on May 27, 2010
Share
In this tutorial i would explain to you how to create twitter alert style using jquery.js and simple css . The alert drop downs from top of the screen to display what is in a PHP $_SESSION variable .
I have included a live demo also . Hope this would help you .
Here is the [...]
Generation of same SQL even after changing Schema.yml | Symfony | Doctorine
Posted by anoopsachari in symfony on May 15, 2010
Share
Symfony have updated its ORM to doctrine and me too have update myself to new ORM . I was able to follow the jobeet tutorial
- wrote yml schema
- generated the model
- generated sql and successfully completed the project .
When i tried to customize the schema.yml by updating the schema , deleting and adding new tables [...]
Pagination | Using Pager with Doctrine | sfDoctrinePager | Symfony | PHP | MVC Framework
Posted by anoopsachari in symfony on May 14, 2010
Share
As symfony is updated frequently i decided to update my skills too . I have been into many symfony project but the ORM used was Propel but the latest version supports Doctrine , so planned to do a project using doctrine .
As i like yml than xml , wrote schema using in yml and succeeded [...]








Recent Comments