Archive for July, 2010

How to store UTF8 (indian language) data in mysql?

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

3 jQuery Twitter Plugins – Add Tweets To Your Website

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

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

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

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

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

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

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`)) [...]

jQuery Plugins For A Better Photo Gallery And Slideshow

Photo Gallery, picture gallery, or slideshow are the best way to showcase your images/photos to your readers. There are a lot of different methods to create them and today we are going to look into different jQuery plugins that can be used to create a better photo gallery.