<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Good-Tutorials.com: chetan.akarte's Submitted Tutorials</title>
    <link>http://www.good-tutorials.com/user/chetan.akarte</link>
    <description>chetan.akarte's submitted tutorials on Good-Tutorials.com.</description>
    <language>en-us</language>
    <item>
      <title>Image based hit counter in PHP to keep track of visitor. </title>
      <description>Here we are going to design simple image based hit counter to keep track of visitor. We are going to keep record in a text file so we do need any kind of database. We are going to keep whole record in counter.txt file. In the same directory where you putting the PHP file for this counter, create a file 'counter.txt' and CHMOD it to 0777. Initially put 0 in it and save the file. As this counter is image based we are putting our Image in &amp;quot;imgs&amp;quot; folder.</description>
      <author>chetan.akarte</author>
      <pubDate>Wed, 30 Apr 2008 05:26:21 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/27713/image-based-hit-counter-in-php-to-keep-track-of-visitor-</link>
      <guid>http://www.good-tutorials.com/tutorial/27713/image-based-hit-counter-in-php-to-keep-track-of-visitor-</guid>
    </item>
    <item>
      <title>Directory Listings, list files and subfolder using php </title>
      <description>Directory Listings, list files and subfolder using php. This is the simple example to list contents of any Directory. To do this we are going to define function DirDisply( ) which will read the current directory contents and display it as a list.

We first open current directory by $TrackDir=opendir(&amp;quot;.&amp;quot;);
The opendir function returns a directory handle resource on success, or FALSE on failure.
</description>
      <author>chetan.akarte</author>
      <pubDate>Sun, 27 Apr 2008 13:14:52 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/27655/directory-listings-list-files-and-subfolder-using-php-</link>
      <guid>http://www.good-tutorials.com/tutorial/27655/directory-listings-list-files-and-subfolder-using-php-</guid>
    </item>
    <item>
      <title> The Evolution of HTML</title>
      <description>HTML first appeared in the early 1990s&#8212;based on the preexisting Standard Generalized Markup Language (SGML)&#8212;and was created specifically for marking up documents for use on the newly born World Wide Web. Since its inception, HTML has gone through many changes and enhancements. New features have been added, while other features have become outdated and removed from the specifications. The formal act of retiring a feature from standard specifications is known as deprecation;</description>
      <author>chetan.akarte</author>
      <pubDate>Sat, 12 Apr 2008 14:55:45 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/27271/-the-evolution-of-html</link>
      <guid>http://www.good-tutorials.com/tutorial/27271/-the-evolution-of-html</guid>
    </item>
    <item>
      <title> Photoshop Pink Neon Text Effect</title>
      <description>&lt;img src="http://www.good-tutorials.com/images/icons/27235.jpg" height="40" width="40" /&gt; In this Photoshop text effects tutorial, we're going to learn how to use Photoshop's Layer Styles to easily make text look as if it's made out of Pink Neon. To create the effect, we're going to be using some &amp;quot;contours&amp;quot; that we'll be loading in, since they're not readily available to us by default, but don't worry, loading them is easy, and so is everything else we'll be doing.</description>
      <author>chetan.akarte</author>
      <pubDate>Fri, 11 Apr 2008 18:30:02 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/27235/-photoshop-pink-neon-text-effect</link>
      <guid>http://www.good-tutorials.com/tutorial/27235/-photoshop-pink-neon-text-effect</guid>
    </item>
    <item>
      <title> Getting Browser details and Version Detection using JavaScript</title>
      <description>In this article we will go to get browser details of the web browser using JavaScript. We are going see how to get it. We can used that data to store in database and used for analyze it, we can modify our site structure to make it more compatible with different version of web browser. Here we are not going to store it in database, we just going to display it in web browser itself. Here navigator object will play an important role. The navigator Object describes more modern ways to accomplish it.</description>
      <author>chetan.akarte</author>
      <pubDate>Fri, 11 Apr 2008 18:00:16 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/27233/-getting-browser-details-and-version-detection-using-javascript</link>
      <guid>http://www.good-tutorials.com/tutorial/27233/-getting-browser-details-and-version-detection-using-javascript</guid>
    </item>
    <item>
      <title> Printable Document Generation with PHP</title>
      <description>This article focuses on the document that can be generated using PHP namely Rich Text Format (RTF). Rich Text Format (RTF) is a file type used to transfer formatted text documents between applications, even those that run on different platforms, such as IBM and Macintosh. RTF is a file format that many word processing programs understand; it is often used when a document is created in one word processing program but is expected to be edited in another word processing program.
</description>
      <author>chetan.akarte</author>
      <pubDate>Fri, 21 Mar 2008 12:30:01 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/26803/-printable-document-generation-with-php</link>
      <guid>http://www.good-tutorials.com/tutorial/26803/-printable-document-generation-with-php</guid>
    </item>
    <item>
      <title> PHP Database Integration With MySQL</title>
      <description>One of the defining features of PHP is the versatility it offers for connection to, and manipulation with, databases. In this article, we look at some features of the PHP and MySQL combination. We shall go through the following steps:- 

Connect to MySQL Database Server 
Create new Database 
Select MySQL Database 
Add data to table 
Retrieve data 
Error Handling 
</description>
      <author>chetan.akarte</author>
      <pubDate>Thu, 20 Mar 2008 05:00:02 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/26780/-php-database-integration-with-mysql</link>
      <guid>http://www.good-tutorials.com/tutorial/26780/-php-database-integration-with-mysql</guid>
    </item>
    <item>
      <title> JavaScript Status clock - Advance</title>
      <description>We are going to manipulate data which we get from Date object constructor. Using the date object and some of its methods, you can create your own JavaScript clock customized to our needs. First of all we define variable var currentDate=new Date() and create a date object. An advantage of using objects is that objects can hold multiple values, where variables can only keep one value at a time. And then using above method get the required parameter stored in variable.
</description>
      <author>chetan.akarte</author>
      <pubDate>Tue, 18 Mar 2008 13:30:02 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/26729/-javascript-status-clock-advance</link>
      <guid>http://www.good-tutorials.com/tutorial/26729/-javascript-status-clock-advance</guid>
    </item>
    <item>
      <title> Text input with background image</title>
      <description>In this article we are going to see how to add Text input with background image. We're now going to see how you can create an input box. All we need in order to create an input box like above we required image which we want to use as background and some CSS code.
</description>
      <author>chetan.akarte</author>
      <pubDate>Tue, 18 Mar 2008 10:00:03 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/26730/-text-input-with-background-image</link>
      <guid>http://www.good-tutorials.com/tutorial/26730/-text-input-with-background-image</guid>
    </item>
    <item>
      <title> JavaScript Status Bar Left to right Text scroll</title>
      <description>In this article we are going to design a JavaScript Left to right text scroll at windows Status Bar. Now we define a function MsgFLY() and going to call it through Window object supports methods setTimeout() to call same function after every 1000 milliseconds. The Window object supports methods for setting timers that we might use to perform a variety of functions.</description>
      <author>chetan.akarte</author>
      <pubDate>Tue, 18 Mar 2008 09:30:01 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/26725/-javascript-status-bar-left-to-right-text-scroll</link>
      <guid>http://www.good-tutorials.com/tutorial/26725/-javascript-status-bar-left-to-right-text-scroll</guid>
    </item>
    <item>
      <title>http://www.xfunda.com/index.php?option=com_content&amp;amp;view=article&amp;amp;id=61&amp;amp;catid=38&amp;amp;Itemid=46</title>
      <description>&lt;img src="http://www.good-tutorials.com/images/icons/26732.jpg" height="40" width="40" /&gt; In this Photoshop text effects tutorial, we're going to learn how to use Photoshop's Layer Styles to easily make text look as if it's made out of Pink Neon. To create the effect, we're going to be using some &amp;quot;contours&amp;quot; that we'll be loading in, since they're not readily available to us by default, but don't worry, loading them is easy, and so is everything else we'll be doing.</description>
      <author>chetan.akarte</author>
      <pubDate>Mon, 17 Mar 2008 09:38:50 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/26732/http-www-xfunda-com-index-php-option-com-content-view-article-id-61-catid-38-itemid-46</link>
      <guid>http://www.good-tutorials.com/tutorial/26732/http-www-xfunda-com-index-php-option-com-content-view-article-id-61-catid-38-itemid-46</guid>
    </item>
    <item>
      <title>CSS Date blocks</title>
      <description>On many blog site you have see date in block format, A square contains month, date and year. Now we are going to design such CSS date block here.
For that purpose define class &#8216;dateblock&#8217; which will define structure of block like size, background color, border etc. and to improve look of month, date and year we define class dateblock_mon, dateblock_day, dateblock_year respectively.
</description>
      <author>chetan.akarte</author>
      <pubDate>Mon, 17 Mar 2008 09:34:02 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/26731/css-date-blocks</link>
      <guid>http://www.good-tutorials.com/tutorial/26731/css-date-blocks</guid>
    </item>
    <item>
      <title> JavaScript Status clock - Basic</title>
      <description>In this article we are going to see the ways to add different effects at the status bar of a web browser. The status bar is the small text area in the lower-left corner of a browser window where messages are typically displayed indicating download progress or other browser status items. It is possible to control the contents of this region with JavaScript. Many developers use this region to display short messages. The benefit of providing information in the status bar is debatable, particularly </description>
      <author>chetan.akarte</author>
      <pubDate>Mon, 17 Mar 2008 09:26:17 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/26728/-javascript-status-clock-basic</link>
      <guid>http://www.good-tutorials.com/tutorial/26728/-javascript-status-clock-basic</guid>
    </item>
    <item>
      <title>JavaScript Status Text Clock</title>
      <description>Here we are going to display Text Clock at status bar of browser. First of all we have define variable var currentDate=new Date() and create a date object. Then define function NumToText() which take input as number which is output of method supported by date object. 
</description>
      <author>chetan.akarte</author>
      <pubDate>Mon, 17 Mar 2008 09:24:51 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/26727/javascript-status-text-clock</link>
      <guid>http://www.good-tutorials.com/tutorial/26727/javascript-status-text-clock</guid>
    </item>
    <item>
      <title> JavaScript Digital Clock</title>
      <description>In this article we are going to design a JavaScript based Digital Clock. Here we are see use a HTML Form to show our Digital Clock. Here we have defined HTML form. And use input and assign a class frm to it. Class frm will take care of representation of clock. Now we have to add JavaScript which will generate Digital clock for us. Now we define a function Display() and going to call it through Window object supports methods setTimeout() to call same function after every 1000 milliseconds.</description>
      <author>chetan.akarte</author>
      <pubDate>Mon, 17 Mar 2008 09:23:05 +0000</pubDate>
      <link>http://www.good-tutorials.com/tutorial/26726/-javascript-digital-clock</link>
      <guid>http://www.good-tutorials.com/tutorial/26726/-javascript-digital-clock</guid>
    </item>
  </channel>
</rss>
