Sathish K.

2 Followers
0 Blog Followers
1 Blog Reviews
Following:
Following Blogs: 0

Latest Activity

Documentation on handling larger database

Sathish K. posted an article on - Dec 19, 2011, 1:19 pm
Hi Techies,       I created a documentation for handling larger database. Make use of it & share any other tips which I missed out. Database server: Buy a server that can handle larger data's Database engine: We can use either MyISAM or INNODB. Stick to your basics right:1)     Create table...
Comment - Like

Database Class using PHP

Sathish K. posted an article on - Aug 2, 2010, 8:30 am
Hi PHP Developers, I wrote a Database utility class, which is used mostly in any projects. If you've this class, then you don't need to write queries each & every time when a new project comes. You can just copy this file & paste it in your class directory & can call it anytime. The class written ...
Comment - Like

Detect Firebug console using Javascript

Sathish K. posted an article on - Jul 26, 2010, 12:54 pm
Hi Developers, Nowadays Firebug console is one of the best tool to debug html or javascript or AJAX or css. In the same time it allows any user to see the datas passed in between the pages. It is not a secure method for our website. Gmail has blocked firebug console because of this activities. You...
Comment - Like

Mysql Query Tips & Tricks

Sathish K. posted an article on - Sep 2, 2009, 1:27 am
For Mysql Novice, this topic would be useful for you to build a website with minimizing number of queries. 1) Mysql for getting Date,Day, Monthname & year: select MONTHNAME(datefield),DAYNAME(datefield), YEAR(datefield), DAY(datefield), MONTH(datefield) from tablename USAGE: This query will...
Comment - Like

Avoid ugly border around images & links using css

Sathish K. posted an article on - Aug 18, 2009, 7:08 am
Every web developer would come across this issue. In Firefox, when you'd clicked a image or link there you'll see a dotted border around the image or link. It makes ugly to the website. I googled around this issue & found a way to resolve it. If you see the image below you could easily identify the ...
Comment - Like

Send Free SMS using PHP

Sathish K. posted an article on - Jun 10, 2009, 4:43 am
Hi Friends, Yesterday i read one article for sending free sms using php(http://www.aswinanand.com/2008/07/send-free-sms-web-service/). Using SOAP method they are sending sms using WAY2SMS.COM You just need to have the following requirements 1) Need to register your mobile number to WAY2SMS.COM 2...
Comment - Like

Remove malware,iframe.inf virus from your website

Sathish K. posted an article on - May 7, 2009, 2:21 pm
Hi Developers, For the past few months you would be plucking your hair for removing some of the malwares from your site. I too suffered a lot with these and now i learnt the lesson from them how to safeguard our website from these hackers. The iframe virus are redirecting to chinese d...
Comment - Like

Easy Multi-Language for your website

Sathish K. posted an article on - May 1, 2009, 6:28 am
Hi Friends & Techies, I came after a long back time with more tips & i'll share you more frequently in coming months. Now in the post i'll start sharing about how to create Multi-language website using php. First we must plan for the multilingual website 1) Every time when we add new languag...
Comment - Like

Video Conversion Dynamically Using FFMPEG,PHP

Sathish K. posted an article on - Oct 10, 2008, 3:13 am
Every programmer has an idea to convert the video file types dynamically into any formats on the fly. They all know there is a tool called FFMPEG to convert video formats to their desired formats which they want. In this tutorial i'll let you know how to use the FFMPEG tool during file upload dynami...
Comment - Like

FAQ

Sathish K. posted an article on - Aug 30, 2008, 12:25 am
Frequently Asked Questions 1. How to create multiple rows using javascript? 2. Is it possible to integrate Highslide codings in the website? 3. What is the syntax for getting the url value? 4. What is the procedure to read the xml file using php? 5. How to create rss feeds using php? 6. How to use p...
Comment - Like

Add Multiple rows dynamically by clicking Add New Button

Sathish K. posted an article on - Aug 29, 2008, 3:26 am
Copy the javascript coding & paste it in head. function AddRow() { var dcname =document.getElementById("dcname"); var dqty =document.getElementById("dqty"); var dstype =document.getElementById("dstype"); var dnature =document.getElementById("dnature"); var morerow=document.getElementById("tbl") var ...
Comment - Like

Read XML Using PHP DOM

Sathish K. posted an article on - Aug 28, 2008, 9:17 am
This tutorial is for PHP starters as well as for those who are using XML parser functions to read/write XML files. This tutorial will not go into details on XML. The focus will be more on the Document Object Model (DOM) extension. This should not be confused with DOM XML extension, which is not pack...
Comment - Like

Get the current page url using php

Sathish K. posted an article on - Aug 28, 2008, 7:15 am
//This function returns the full url of the current page function getcurrentpageurl() { $pageURL = 'http'; if ($_SERVER["HTTPS"] == "on") {$pageURL .= "s";} $pageURL .= "://"; if ($_SERVER["SERVER_PORT"] != "80") { $pageURL .= $_SERVER["SERVER_NAME"].":".$_SERVER["SERVER_PORT"].$_SERVER["REQUE...
Comment - Like

Sathish K.'s Blogs:

Sathish K.'s Followers

Sathish K. is Following

Invite Your Friends

Invite your contacts to blogged from:
gmail yahoo