Posted inGeneral Top Search Engine Rankings Posted by By Haneef Puttur July 15, 2009 12 Proven Steps for Top Search Engine Rankings Use these steps to get a top…
Posted inGeneral Replace ; with Line Break Posted by By Haneef Puttur July 13, 2009 Open MS Word. Insert the text. 1. Select: Edit/Find then go to the Replace…
Posted inGeneral Script for synchronizing two tables Posted by By Haneef Puttur July 7, 2009 Script for synchronizing two tables table 1 : rec_exp table 2 : tm …
Posted inGeneral Mysql Query to Excel Export Posted by By Haneef Puttur June 28, 2009 SELECT * INTO OUTFILE 'C:\\my_excel_table.csv' FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"' LINES TERMINATED BY '\r\n' FROM mytable;.
Posted inGeneral Updating mysql field Posted by By Haneef Puttur June 17, 2009 Syntex to update multiple records for a specific condition UPDATE table_name SET `column_name` = value…
Posted inGeneral Insering Bulleted Text – Single Cell Excel Posted by By Haneef Puttur June 10, 2009 Bullets can be inserted by using ALT + 0149 from the NumPad To get…
Posted inGeneral ASP Code to Disable Browser Cache Posted by By Haneef Puttur June 8, 2009 ASP Code to Disable Browser Cache .
Posted inGeneral Radio Button Demo Posted by By Haneef Puttur May 25, 2009 Untitled Document Kustar ProgramsEnoc Programs .
Posted inGeneral Resetting MYSQL Auto increment Posted by By Haneef Puttur May 17, 2009 ALTER TABLE theTableInQuestion AUTO_INCREMENT=1 .
Posted inGeneral Uploading more than 2mb file in asp – AspMaxRequestEntityAllowed Posted by By Haneef Puttur May 5, 2009 Uploading Large files under IIS6.0 For IIS6.0 users, the AspMaxRequestEntityAllowed property specifies the maximum number…