Well, let me put it straight this tutorial also applies to any other native languages like latin, spanish etc. But, since I have tried for Indian languages I am writing exclusive for it. Okay, so before we say code I must tell you this tutorial intends, a thought provoking stuff
Archive for July, 2010
3 jQuery Twitter Plugins – Add Tweets To Your Website
July 14th, 2010
narayanvj Integrating social profiles with websites is a very popular trend as they represent a content. For Twitter, if you have an account and want to add tweets to your website, these 3 jQuery Tweeter plugins will help you for sure:
Manufacturers Data Update Bug Has Resloved
July 9th, 2010
Mouli Krishna When Working with Manufacturer Update if the image field is empty then the previous uploaded image is deleting Its Resolved Now Find This Line At nearly Line NO:41 if ($manufacturers_image =new upload(‘manufacturers_image’,DIR_FS_CATALOG_IMAGES)) { After The above Line add these two lines if($manufacturers_image->filename != ”) { Find this line Nearly at line NO:44 tep_db_query(“update ” . [...]
mysql query
July 7th, 2010
harishkumar there are total 3 tables tablenames: mdl_course_categories mdl_role_assignments mdl_context fields: id , categoryname userid , contextid id , [...]
Rounded Corners in Internet Explorer Using JQuery
July 6th, 2010
Ram Recently I wrote an article on CSS3: Rounded CSS Corners, which is a great solution for creating rounded corners. However, Internet Explorer doesn’t yet support it, but there is a solution which this article explains. The following two links demonstrate a working version and also a zip file so you can download everything you need [...]
Drag & Drop with PHP & jQuery
July 6th, 2010
saikamal The ability to drag and drop content on a page and have it save the order can make for a great user interface and is actually relatively easy to execute with a few lines of jQuery. Refere this url: http://papermashup.com/drag-drop-with-php-jquery/
Add to Favorites using Js
July 5th, 2010
Mouli Krishna Code For Add to Favorites using Java script <html> <head> <script language=”JavaScript1.2″ type=”text/javascript”> function CreateBookmarkLink() { title = “Car Parts”; url = “http://www.google.com/”; if (window.sidebar) { // Mozilla Firefox Bookmark alert(“FIREFOX!”); window.sidebar.addPanel(title, url,””); } else if( window.external ) { // IE Favorite alert(“YES IE”); window.external.AddFavorite( url, title); } else if(window.opera && window.print) { // Opera Hotlist [...]
Php Mysql Chat
July 5th, 2010
Mouli Krishna Php Mysql Simple Chat Create A database named “chat_old” In That Database Run These two queries ———————————————————————————– CREATE TABLE IF NOT EXISTS `members` ( `memid` varchar(255) NOT NULL, `memname` varchar(30) NOT NULL, PRIMARY KEY (`memid`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; CREATE TABLE IF NOT EXISTS `members` ( `memid` varchar(255) NOT NULL, `memname` varchar(30) NOT NULL, PRIMARY KEY (`memid`)) [...]

Posted in
Tags:












































