<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-5084765285108567661</atom:id><lastBuildDate>Mon, 28 Nov 2011 00:33:45 +0000</lastBuildDate><category>linux</category><category>powerpoint</category><category>mysql</category><category>java</category><category>swing</category><category>php</category><category>iframes</category><category>directory</category><category>editors</category><category>functions</category><category>links</category><category>gui</category><category>dyanmic allocation</category><category>c</category><category>matlab</category><category>excel</category><category>select statement</category><category>data types</category><category>sql</category><category>multi dimensional arrays</category><category>software</category><category>resources</category><category>concepts</category><category>html</category><category>contact us</category><category>code</category><category>ddl</category><category>strings</category><category>file</category><category>programs</category><category>utilities</category><category>ms office</category><title>Computer Languages</title><description>Programming is Fun</description><link>http://programming-tutor.blogspot.com/</link><managingEditor>noreply@blogger.com (Basis-Consultant)</managingEditor><generator>Blogger</generator><openSearch:totalResults>34</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/learncomputerlanguages" /><feedburner:info uri="learncomputerlanguages" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5084765285108567661.post-1604397318749831308</guid><pubDate>Mon, 17 Jan 2011 03:21:00 +0000</pubDate><atom:updated>2011-01-16T19:21:41.559-08:00</atom:updated><title>Dress up games</title><description>just found an amazing &lt;a href="http://dressup.webege.com/"&gt;dressup &lt;/a&gt;games site...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5084765285108567661-1604397318749831308?l=programming-tutor.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/learncomputerlanguages/~4/qbP1P87Y_oM" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/learncomputerlanguages/~3/qbP1P87Y_oM/dress-up-games.html</link><author>noreply@blogger.com (Basis-Consultant)</author><thr:total>0</thr:total><feedburner:origLink>http://programming-tutor.blogspot.com/2011/01/dress-up-games.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5084765285108567661.post-2116700252669854112</guid><pubDate>Fri, 13 Mar 2009 21:51:00 +0000</pubDate><atom:updated>2009-03-13T14:51:20.340-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">editors</category><category domain="http://www.blogger.com/atom/ns#">utilities</category><title>General: Editors for Programming</title><description>Using a good editor helps in reducing time. IF youa coding or programming things for some custom programs like matlab is suggest you use the editor provided by them since it always have all features required. But for coding other programing languages like php,html,c ,c++ i suggest notepad++.&lt;br /&gt;
There are lots of attractive features that make notepad++ appealing.&amp;nbsp; &lt;br /&gt;
I like the tabbed interface.&lt;br /&gt;
There are other plugins like function list and auto-completion which makes coding easy and faster.&lt;br /&gt;
To enable auto-completion you have to press ctrl+space.&lt;br /&gt;
&lt;a href="http://notepad-plus.sourceforge.net/uk/site.htm"&gt;Get Notepad++ here&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5084765285108567661-2116700252669854112?l=programming-tutor.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/learncomputerlanguages/~4/7uTMwSO_Z_8" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/learncomputerlanguages/~3/7uTMwSO_Z_8/general-editors-for-programming.html</link><author>noreply@blogger.com (Basis-Consultant)</author><thr:total>1</thr:total><feedburner:origLink>http://programming-tutor.blogspot.com/2009/03/general-editors-for-programming.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5084765285108567661.post-2237350016441602561</guid><pubDate>Fri, 09 Jan 2009 19:45:00 +0000</pubDate><atom:updated>2009-01-09T11:48:59.987-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">iframes</category><category domain="http://www.blogger.com/atom/ns#">html</category><title>How to stop iframe from scrolling</title><description>How to stop scrolling in IFRAME?&lt;br /&gt;you have to add scrolling="no" in the iframe tag to stop iframe from scrolling.&lt;br /&gt;&lt;br /&gt;Example&lt;br /&gt;&lt;blockquote&gt;&amp;lt;iframe src="http://www.google.com" scrolling="no" width="400" height="400"&amp;gt; &amp;lt;/iframe&amp;gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;Here is the output&lt;br /&gt;&lt;br /&gt;&lt;iframe src="http://www.google.com" scrolling="no" width="400" height="400"&gt; &lt;/iframe&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5084765285108567661-2237350016441602561?l=programming-tutor.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/learncomputerlanguages/~4/0a3ncNO3yEA" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/learncomputerlanguages/~3/0a3ncNO3yEA/how-to-stop-iframe-from-scrolling.html</link><author>noreply@blogger.com (Basis-Consultant)</author><thr:total>0</thr:total><feedburner:origLink>http://programming-tutor.blogspot.com/2009/01/how-to-stop-iframe-from-scrolling.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5084765285108567661.post-7986656541884723709</guid><pubDate>Thu, 01 Jan 2009 00:59:00 +0000</pubDate><atom:updated>2008-12-31T17:02:46.769-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">sql</category><category domain="http://www.blogger.com/atom/ns#">concepts</category><title>SQL: What is Null Value</title><description>In SQL a null value is undefined or inapplicable or the field has no value assigned or defined. It is not equal to zero or space. Zero is a number and space is a character. Null is undefined value. Any rows of any data type can contain a null unless the column defined has primary key or is set not null ( which means the column cannot contain null values).&lt;br /&gt;              If a table field is null you see a value like &lt;span style="font-weight: bold;"&gt;null&lt;/span&gt; when you run a query which fetches data from that table.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5084765285108567661-7986656541884723709?l=programming-tutor.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/learncomputerlanguages/~4/lPcx1K9TNrc" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/learncomputerlanguages/~3/lPcx1K9TNrc/sql-what-is-null-value.html</link><author>noreply@blogger.com (Basis-Consultant)</author><thr:total>0</thr:total><feedburner:origLink>http://programming-tutor.blogspot.com/2008/12/sql-what-is-null-value.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5084765285108567661.post-1827012965465928359</guid><pubDate>Wed, 31 Dec 2008 19:22:00 +0000</pubDate><atom:updated>2008-12-31T11:31:45.532-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">sql</category><category domain="http://www.blogger.com/atom/ns#">select statement</category><category domain="http://www.blogger.com/atom/ns#">ddl</category><title>SQL: The Select Statement tutorial 1</title><description>SELECT statement falls under DQL (Data Query Language ) of SQL. It is used to query or retrieve data from sql. Here is a sample table for use to practise. The table name is &lt;span style="font-weight: bold;"&gt;trees&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;+-----------------------------------------Table--------------------------------------+&lt;br /&gt;&lt;br /&gt;&lt;table border="1" cellpadding="5" cellspacing="0"&gt;&lt;tbody&gt; &lt;tr&gt; &lt;th&gt;&lt;small&gt;PlotID&lt;/small&gt;&lt;/th&gt; &lt;th&gt;&lt;small&gt;TreeTagNumber&lt;/small&gt;&lt;/th&gt; &lt;th&gt;&lt;small&gt;SpeciesID&lt;/small&gt;&lt;/th&gt; &lt;th&gt;&lt;small&gt;DBH&lt;/small&gt;&lt;/th&gt; &lt;th&gt;&lt;small&gt;Height&lt;/small&gt;&lt;/th&gt; &lt;th&gt;&lt;small&gt;Researcher&lt;/small&gt;&lt;/th&gt; &lt;th&gt;&lt;small&gt;Date&lt;/small&gt;&lt;/th&gt;  &lt;/tr&gt; &lt;tr&gt; &lt;td align="right"&gt;110&lt;/td&gt; &lt;td align="right"&gt;461&lt;/td&gt; &lt;td align="right"&gt;5&lt;/td&gt; &lt;td align="right"&gt;3.00&lt;/td&gt; &lt;td align="right"&gt;4.00&lt;/td&gt; &lt;td align="left"&gt;Fernando&lt;/td&gt; &lt;td align="right"&gt;1999-01-01&lt;/td&gt;  &lt;/tr&gt; &lt;tr&gt; &lt;td align="right"&gt;110&lt;/td&gt; &lt;td align="right"&gt;462&lt;/td&gt; &lt;td align="right"&gt;51&lt;/td&gt; &lt;td align="right"&gt;19.30&lt;/td&gt; &lt;td align="right"&gt;25.73&lt;/td&gt; &lt;td align="left"&gt;Fernando&lt;/td&gt; &lt;td align="right"&gt;1999-01-01&lt;/td&gt;  &lt;/tr&gt; &lt;tr&gt; &lt;td align="right"&gt;110&lt;/td&gt; &lt;td align="right"&gt;465&lt;/td&gt; &lt;td align="right"&gt;76&lt;/td&gt; &lt;td align="right"&gt;4.10&lt;/td&gt; &lt;td align="right"&gt;5.46&lt;/td&gt; &lt;td align="left"&gt;Fernando&lt;/td&gt; &lt;td align="right"&gt;1999-01-01&lt;/td&gt;  &lt;/tr&gt; &lt;tr&gt; &lt;td align="right"&gt;110&lt;/td&gt; &lt;td align="right"&gt;466&lt;/td&gt; &lt;td align="right"&gt;76&lt;/td&gt; &lt;td align="right"&gt;4.50&lt;/td&gt; &lt;td align="right"&gt;6.00&lt;/td&gt; &lt;td align="left"&gt;Fernando&lt;/td&gt; &lt;td align="right"&gt;1999-01-01&lt;/td&gt;  &lt;/tr&gt; &lt;tr&gt; &lt;td align="right"&gt;110&lt;/td&gt; &lt;td align="right"&gt;467&lt;/td&gt; &lt;td align="right"&gt;76&lt;/td&gt; &lt;td align="right"&gt;4.40&lt;/td&gt; &lt;td align="right"&gt;5.86&lt;/td&gt; &lt;td align="left"&gt;Fernando&lt;/td&gt; &lt;td align="right"&gt;1999-01-01&lt;/td&gt;  &lt;/tr&gt; &lt;tr&gt; &lt;td align="right"&gt;110&lt;/td&gt; &lt;td align="right"&gt;468&lt;/td&gt; &lt;td align="right"&gt;76&lt;/td&gt; &lt;td align="right"&gt;9.50&lt;/td&gt; &lt;td align="right"&gt;12.66&lt;/td&gt; &lt;td align="left"&gt;Fernando&lt;/td&gt; &lt;td align="right"&gt;1999-01-01&lt;/td&gt;  &lt;/tr&gt; &lt;tr&gt; &lt;td align="right"&gt;110&lt;/td&gt; &lt;td align="right"&gt;469&lt;/td&gt; &lt;td align="right"&gt;76&lt;/td&gt; &lt;td align="right"&gt;5.30&lt;/td&gt; &lt;td align="right"&gt;7.06&lt;/td&gt; &lt;td align="left"&gt;Fernando&lt;/td&gt; &lt;td align="right"&gt;1999-01-01&lt;/td&gt;  &lt;/tr&gt; &lt;tr&gt; &lt;td align="right"&gt;110&lt;/td&gt; &lt;td align="right"&gt;470&lt;/td&gt; &lt;td align="right"&gt;62&lt;/td&gt; &lt;td align="right"&gt;7.20&lt;/td&gt; &lt;td align="right"&gt;9.60&lt;/td&gt; &lt;td align="left"&gt;Fernando&lt;/td&gt; &lt;td align="right"&gt;1999-01-01&lt;/td&gt;  &lt;/tr&gt; &lt;tr&gt; &lt;td align="right"&gt;110&lt;/td&gt; &lt;td align="right"&gt;471&lt;/td&gt; &lt;td align="right"&gt;62&lt;/td&gt; &lt;td align="right"&gt;3.40&lt;/td&gt; &lt;td align="right"&gt;4.53&lt;/td&gt; &lt;td align="left"&gt;Fernando&lt;/td&gt; &lt;td align="right"&gt;1999-01-01&lt;/td&gt;  &lt;/tr&gt; &lt;tr&gt; &lt;td align="right"&gt;110&lt;/td&gt; &lt;td align="right"&gt;472&lt;/td&gt; &lt;td align="right"&gt;62&lt;/td&gt; &lt;td align="right"&gt;7.10&lt;/td&gt; &lt;td align="right"&gt;9.46&lt;/td&gt; &lt;td align="left"&gt;Fernando&lt;/td&gt; &lt;td align="right"&gt;1999-01-01&lt;/td&gt; &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;+-------------------------------------------+------------------------------------------+&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;span style="font-weight: bold;"&gt;SELECT * from trees;&lt;/span&gt;&lt;/blockquote&gt;&lt;br /&gt;GENERIC SYNTAX below&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;blockquote&gt;SELECT * from TABLENAME&lt;/blockquote&gt;&lt;/span&gt;This is show all the columns and rows in table trees. If you want to see only specific columns you have to issue the sql command like this&lt;br /&gt;&lt;br /&gt;[GENERIC FORMAT]&lt;br /&gt;&lt;br /&gt;&lt;blockquote style="font-weight: bold;"&gt;SELECT column1,column2 from TABLENAME&lt;/blockquote&gt;&lt;br /&gt;column1 &amp;amp; column2 are column names in the table.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;span style="font-weight: bold;"&gt;SELECT PlotID,TreeTagNumber from trees;&lt;/span&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;This command displays only PlotID and TreeTagNumber from above table. The output will be like this&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;+------------------------------------OUTPUT------------------------------------------+&lt;br /&gt;&lt;br /&gt;&lt;table border="1" cellpadding="5" cellspacing="0"&gt;&lt;tbody&gt; &lt;tr&gt; &lt;th&gt;&lt;small&gt;PlotID&lt;/small&gt;&lt;/th&gt; &lt;th&gt;&lt;small&gt;TreeTagNumber&lt;/small&gt;&lt;/th&gt;       &lt;/tr&gt; &lt;tr&gt; &lt;td align="right"&gt;110&lt;/td&gt; &lt;td align="right"&gt;461&lt;/td&gt;       &lt;/tr&gt; &lt;tr&gt; &lt;td align="right"&gt;110&lt;/td&gt; &lt;td align="right"&gt;462&lt;/td&gt;       &lt;/tr&gt; &lt;tr&gt; &lt;td align="right"&gt;110&lt;/td&gt; &lt;td align="right"&gt;465&lt;/td&gt;       &lt;/tr&gt; &lt;tr&gt; &lt;td align="right"&gt;110&lt;/td&gt; &lt;td align="right"&gt;466&lt;/td&gt;       &lt;/tr&gt; &lt;tr&gt; &lt;td align="right"&gt;110&lt;/td&gt; &lt;td align="right"&gt;467&lt;/td&gt;       &lt;/tr&gt; &lt;tr&gt; &lt;td align="right"&gt;110&lt;/td&gt; &lt;td align="right"&gt;468&lt;/td&gt;       &lt;/tr&gt; &lt;tr&gt; &lt;td align="right"&gt;110&lt;/td&gt; &lt;td align="right"&gt;469&lt;/td&gt;       &lt;/tr&gt; &lt;tr&gt; &lt;td align="right"&gt;110&lt;/td&gt; &lt;td align="right"&gt;470&lt;/td&gt;       &lt;/tr&gt; &lt;tr&gt; &lt;td align="right"&gt;110&lt;/td&gt; &lt;td align="right"&gt;471&lt;/td&gt;       &lt;/tr&gt; &lt;tr&gt; &lt;td align="right"&gt;110&lt;/td&gt; &lt;td align="right"&gt;472&lt;/td&gt;      &lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;+-------------------------------------------+------------------------------------------+&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5084765285108567661-1827012965465928359?l=programming-tutor.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/learncomputerlanguages/~4/E8Go4BOxhJg" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/learncomputerlanguages/~3/E8Go4BOxhJg/sql-select-statement-tutorial-1.html</link><author>noreply@blogger.com (Basis-Consultant)</author><thr:total>0</thr:total><feedburner:origLink>http://programming-tutor.blogspot.com/2008/12/sql-select-statement-tutorial-1.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5084765285108567661.post-9082420059791938596</guid><pubDate>Tue, 30 Dec 2008 20:40:00 +0000</pubDate><atom:updated>2008-12-31T01:46:28.352-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">sql</category><category domain="http://www.blogger.com/atom/ns#">concepts</category><title>SQL: Types of sub languages in SQL</title><description>All commands of sql fall in one of the following categories.&lt;br /&gt;&lt;ol&gt;&lt;li&gt;DDL (Data Definition Language)&lt;/li&gt;&lt;/ol&gt;                     These statements are used to create tables and databases and define field properties or table properties. Examples of commands that fall in this category are CREATE,ALTER and DROP statements&lt;br /&gt;&lt;br /&gt;    2. DML (Data Manipulation Language)&lt;br /&gt;               The statements that falls under this category are used to update data or add or remove data from tables. UPDATE, DELETE and INSERT commands fall under this category.&lt;br /&gt;     &lt;br /&gt;    3. DCL (Data Control Language)&lt;br /&gt;                   It is used to control who access the data. The commands that come under this category are GRANT and REVOKE&lt;br /&gt;&lt;br /&gt;4. TCL (Transaction Control Language)&lt;br /&gt;        This language is used to commit data  and restore data. COMMIT and ROLLBACK falls under this category.&lt;br /&gt;&lt;br /&gt;5. DQL (Data Query Language)&lt;br /&gt;         This is to retrieve data from sql server. SELECT statement falls in this category.&lt;br /&gt;&lt;br /&gt;All above languages are SQL. They are just categories of SQL. they are not different from SQL.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5084765285108567661-9082420059791938596?l=programming-tutor.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/learncomputerlanguages/~4/QpgYtvcyKbo" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/learncomputerlanguages/~3/QpgYtvcyKbo/sql-types-of-sub-languages-in-sql.html</link><author>noreply@blogger.com (Basis-Consultant)</author><thr:total>0</thr:total><feedburner:origLink>http://programming-tutor.blogspot.com/2008/12/sql-types-of-sub-languages-in-sql.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5084765285108567661.post-5602859972226538598</guid><pubDate>Mon, 29 Dec 2008 08:52:00 +0000</pubDate><atom:updated>2008-12-29T00:54:42.317-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">sql</category><title>SQL:What is sql statement</title><description>To retrieve or manipulate data present in tables of a database we issue some commands to the server. They are called sql statements. One of the sql statement is&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;SELECT * from titles;&lt;/blockquote&gt;&lt;br /&gt;In above statement we are calling for all rows in the table to be displayed.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5084765285108567661-5602859972226538598?l=programming-tutor.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/learncomputerlanguages/~4/2mSyKyICFIs" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/learncomputerlanguages/~3/2mSyKyICFIs/sqlwhat-is-sql-statement.html</link><author>noreply@blogger.com (Basis-Consultant)</author><thr:total>0</thr:total><feedburner:origLink>http://programming-tutor.blogspot.com/2008/12/sqlwhat-is-sql-statement.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5084765285108567661.post-4547812541051433209</guid><pubDate>Mon, 29 Dec 2008 04:16:00 +0000</pubDate><atom:updated>2008-12-28T20:53:35.704-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">sql</category><title>SQL: What is SQL</title><description>SQL stands for Structured Query Language. It is used to retrieve and manipulate data in database. SQL can enter data into database&lt;br /&gt;SQL can update data in database&lt;br /&gt;SQL can remove data from database&lt;br /&gt;SQL can add tables in database&lt;br /&gt;remove or add fields in a table&lt;br /&gt;retrieve data using specific criteria in database etc&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5084765285108567661-4547812541051433209?l=programming-tutor.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/learncomputerlanguages/~4/E-1ltuRSoC8" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/learncomputerlanguages/~3/E-1ltuRSoC8/sql-what-is-sql.html</link><author>noreply@blogger.com (Basis-Consultant)</author><thr:total>0</thr:total><feedburner:origLink>http://programming-tutor.blogspot.com/2008/12/sql-what-is-sql.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5084765285108567661.post-6825159736107954061</guid><pubDate>Sun, 28 Dec 2008 23:54:00 +0000</pubDate><atom:updated>2008-12-28T15:58:07.711-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">sql</category><category domain="http://www.blogger.com/atom/ns#">concepts</category><title>SQL: What is a table</title><description>Table is a set of values arranged in rows and columns as shown in figure. Each values is place in an area called field and vertical list of values is called column. Horizontal List of values is called a row. In database server normally we store information in tables as shown in below figure. Table contains information in very easily presentable format. You can access information from these tables using sql commands. &lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_wirJcuzvVzE/SVgRxdhjSxI/AAAAAAAAAig/2QIxay9KrB0/s1600-h/table.GIF"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 228px;" src="http://3.bp.blogspot.com/_wirJcuzvVzE/SVgRxdhjSxI/AAAAAAAAAig/2QIxay9KrB0/s400/table.GIF" alt="" id="BLOGGER_PHOTO_ID_5284993704155892498" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5084765285108567661-6825159736107954061?l=programming-tutor.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/learncomputerlanguages/~4/NhFNwd42uBM" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/learncomputerlanguages/~3/NhFNwd42uBM/sql-what-is-table.html</link><author>noreply@blogger.com (Basis-Consultant)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_wirJcuzvVzE/SVgRxdhjSxI/AAAAAAAAAig/2QIxay9KrB0/s72-c/table.GIF" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://programming-tutor.blogspot.com/2008/12/sql-what-is-table.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5084765285108567661.post-2084233686511252109</guid><pubDate>Sat, 27 Dec 2008 07:01:00 +0000</pubDate><atom:updated>2008-12-31T12:07:04.342-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">resources</category><category domain="http://www.blogger.com/atom/ns#">java</category><category domain="http://www.blogger.com/atom/ns#">links</category><title>JAVA: Tutorials List and Resources</title><description>1)  Very Comprehensive Tutorials by the official java developers. No need for any book. Just learn all you want to know about java with ample example for each concept.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://java.sun.com/docs/books/tutorial/information/download.html"&gt;Download Them&lt;/a&gt;&lt;br /&gt;&lt;a href="http://java.sun.com/docs/books/tutorial/"&gt;View These Tutorials Online&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;2) This is a huge list of comprehensive tutorials&lt;br /&gt;&lt;a href="http://www.java2s.com/Tutorial/Java/CatalogJava.htm"&gt;http://www.java2s.com/Tutorial/Java/CatalogJava.htm&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;3)IF you don't like ads n all go here. It just plain list of tutorials on a single page&lt;br /&gt;&lt;a href="http://www.cafeaulait.org/javatutorial.html"&gt;http://www.cafeaulait.org/javatutorial.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;4)Lee point's  Java Notes. This notes is useful in practical problems and you will need to refer this at least once in your project work&lt;br /&gt;&lt;a href="http://www.leepoint.net/notes-java/index.html"&gt;http://www.leepoint.net/notes-java/index.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;5)Java Boot Camp&lt;br /&gt;&lt;a href="http://www.javapassion.com/javaintro/"&gt;http://www.javapassion.com/javaintro/&lt;/a&gt;&lt;br /&gt;NO programming experience required to read this tutorials. Really good ones&lt;br /&gt;&lt;br /&gt;6) Java Swing Tutorials.&lt;br /&gt;&lt;a href="http://java.sun.com/developer/onlineTraining/GUI/Swing1/shortcourse.html"&gt;http://java.sun.com/developer/onlineTraining/GUI/Swing1/shortcourse.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Very Simple and Straight forward. Easy to understand with lots of examples&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5084765285108567661-2084233686511252109?l=programming-tutor.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/learncomputerlanguages/~4/XmQTIw0Jta0" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/learncomputerlanguages/~3/XmQTIw0Jta0/java-tutorials-list-and-resources.html</link><author>noreply@blogger.com (Basis-Consultant)</author><thr:total>2</thr:total><feedburner:origLink>http://programming-tutor.blogspot.com/2008/12/java-tutorials-list-and-resources.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5084765285108567661.post-8450128654477552810</guid><pubDate>Thu, 25 Dec 2008 19:15:00 +0000</pubDate><atom:updated>2008-12-25T20:31:21.129-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">software</category><category domain="http://www.blogger.com/atom/ns#">utilities</category><category domain="http://www.blogger.com/atom/ns#">php</category><title>PHP: Software for php Development</title><description>\&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.apachefriends.org/en/xampp.html"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 200px; height: 59px;" src="http://4.bp.blogspot.com/_wirJcuzvVzE/SVPb-vv0LGI/AAAAAAAAAfo/fYv-HtheZPY/s400/1240.jpg.gif" alt="" id="BLOGGER_PHOTO_ID_5283808658851114082" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;I just found this  XAMPP. This is preconfigured apache,php + mysql. You can just download the zip file and extract it and use it any where. No installation required. It has all configured. You can use notepad++ to edit your php files. Place you files in htdocs folder and run xampp_start. Xampp will be running after mysql and apache has started.  I have been carrying this in my usb drive for one month i can use it on any computer. Just go to the xampp folder and run xampp_start.exe file and your PHP development environment is running :)&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_wirJcuzvVzE/SVRcviD1y9I/AAAAAAAAAf4/I1DsvEm5BPs/s1600-h/xampp+folder.GIF"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 312px;" src="http://2.bp.blogspot.com/_wirJcuzvVzE/SVRcviD1y9I/AAAAAAAAAf4/I1DsvEm5BPs/s400/xampp+folder.GIF" alt="" id="BLOGGER_PHOTO_ID_5283950234478955474" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;After running the xampp_start.exe file you will see the following screen if xampp starts succesfully. If the screen disappears then there must be some problem. Then run &lt;span style="font-weight: bold;"&gt;setup_xampp.bat&lt;/span&gt; to reconfigure xampp for that system. Now run xampp_start.exe again.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_wirJcuzvVzE/SVRcvyj_zBI/AAAAAAAAAgA/x3DzQIMltUk/s1600-h/xampp+started.GIF"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 198px;" src="http://1.bp.blogspot.com/_wirJcuzvVzE/SVRcvyj_zBI/AAAAAAAAAgA/x3DzQIMltUk/s400/xampp+started.GIF" alt="" id="BLOGGER_PHOTO_ID_5283950238908795922" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;This is the quote from their website about windows version&lt;br /&gt;&lt;blockquote&gt;The distribution for Windows 98, NT, 2000, 2003, XP and Vista. This version contains: Apache, MySQL, PHP + PEAR, Perl, mod_php, mod_perl, mod_ssl, OpenSSL, phpMyAdmin, Webalizer, Mercury Mail Transport System for Win32 and NetWare Systems v3.32, Ming, JpGraph, FileZilla FTP Server, mcrypt, eAccelerator, SQLite, and WEB-DAV + mod_auth_mysql.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Run xampp_control.exe to see the current status of applications running. Here apache and mysql must be running for you to create advanced applications in php that use database.&lt;br /&gt;&lt;br /&gt;Make sure that apache is running.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_wirJcuzvVzE/SVRcvWLnQrI/AAAAAAAAAfw/K_j_kwLtQSI/s1600-h/xampp+control.GIF"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 316px;" src="http://3.bp.blogspot.com/_wirJcuzvVzE/SVRcvWLnQrI/AAAAAAAAAfw/K_j_kwLtQSI/s400/xampp+control.GIF" alt="" id="BLOGGER_PHOTO_ID_5283950231290331826" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;a href="http://www.apachefriends.org/en/projects.html"&gt;Get Xampp Here&lt;/a&gt;&lt;br /&gt;&lt;a href="http://notepad-plus.sourceforge.net/uk/site.htm"&gt;Get Notepad++ Here&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5084765285108567661-8450128654477552810?l=programming-tutor.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/learncomputerlanguages/~4/tI9Z3Yl7epE" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/learncomputerlanguages/~3/tI9Z3Yl7epE/php-software-for-php-development.html</link><author>noreply@blogger.com (Basis-Consultant)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_wirJcuzvVzE/SVPb-vv0LGI/AAAAAAAAAfo/fYv-HtheZPY/s72-c/1240.jpg.gif" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://programming-tutor.blogspot.com/2008/12/php-software-for-php-development.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5084765285108567661.post-8336257617579636630</guid><pubDate>Thu, 25 Dec 2008 18:51:00 +0000</pubDate><atom:updated>2008-12-25T11:07:02.053-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">strings</category><category domain="http://www.blogger.com/atom/ns#">php</category><category domain="http://www.blogger.com/atom/ns#">functions</category><title>PHP: Function to replace pattern of characters in a String</title><description>The functions &lt;span style="font-weight: bold;"&gt;str_replace&lt;/span&gt; is used to replace particular sequence of characters in a string.&lt;br /&gt;Usage&lt;br /&gt;&lt;br /&gt;str_replace(find,replace,str)&lt;br /&gt;here&lt;br /&gt;find --&gt; sequence of characters to be replaced&lt;br /&gt;replace --&gt; sequence of characters with which it is to be replaced&lt;br /&gt;str --&gt; the string inwhich modifications must be done.&lt;br /&gt;&lt;br /&gt;example&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;str_replace("ad","br","google ads");&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;the out put will be&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;google brs&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5084765285108567661-8336257617579636630?l=programming-tutor.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/learncomputerlanguages/~4/vkPuw2pitvc" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/learncomputerlanguages/~3/vkPuw2pitvc/php-function-to-replace-pattern-of.html</link><author>noreply@blogger.com (Basis-Consultant)</author><thr:total>0</thr:total><feedburner:origLink>http://programming-tutor.blogspot.com/2008/12/php-function-to-replace-pattern-of.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5084765285108567661.post-4075149449590929830</guid><pubDate>Thu, 25 Dec 2008 02:08:00 +0000</pubDate><atom:updated>2008-12-24T18:08:49.046-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">php</category><category domain="http://www.blogger.com/atom/ns#">concepts</category><title>PHP: Passing Variables from One Page to Another</title><description>There are two methods by which one can pass variables from one page to another. One is GET method and the other is POST method.&lt;br /&gt;In GET method we pass the variables and their value in the url like&lt;br /&gt;&lt;br /&gt;http://urtl.com/video.php?var1=xxx&amp;amp;var2=xxx2 &lt;br /&gt;&lt;br /&gt;etc and you fetch the variables using $_GET&lt;br /&gt;&lt;br /&gt;$title = $_GET["var1"];&lt;br /&gt;$title2 =  $_GET["var2"];&lt;br /&gt;&lt;br /&gt;Post method is used in form. When form is submitted the values are passed from the text fields to the destination page. We retrieve the values as&lt;br /&gt;&lt;br /&gt;$title = $_POST["varl1"];&lt;br /&gt;&lt;br /&gt;where var1 is the name or id of the form text element or the element of the form which contains specific data we are requesting.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5084765285108567661-4075149449590929830?l=programming-tutor.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/learncomputerlanguages/~4/8m6mnz8LRZ0" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/learncomputerlanguages/~3/8m6mnz8LRZ0/php-passing-variables-from-one-page-to.html</link><author>noreply@blogger.com (Basis-Consultant)</author><thr:total>0</thr:total><feedburner:origLink>http://programming-tutor.blogspot.com/2008/12/php-passing-variables-from-one-page-to.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5084765285108567661.post-1471294332130086771</guid><pubDate>Wed, 24 Dec 2008 06:06:00 +0000</pubDate><atom:updated>2008-12-23T22:17:19.456-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">java</category><category domain="http://www.blogger.com/atom/ns#">data types</category><category domain="http://www.blogger.com/atom/ns#">concepts</category><title>JAVA: The values boolean can be assigned</title><description>Boolean is one of the data type in java.&lt;br /&gt;&lt;br /&gt;I has only two values &lt;span style="font-weight: bold;"&gt;true&lt;/span&gt; and &lt;span style="font-weight: bold;"&gt;false&lt;/span&gt;.&lt;br /&gt;True &amp;amp; False or TRUE and FALSE are different from &lt;span style="font-weight: bold;"&gt;true and false&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;the boolean values are defined constants in java language&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5084765285108567661-1471294332130086771?l=programming-tutor.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/learncomputerlanguages/~4/gOja69fYXC4" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/learncomputerlanguages/~3/gOja69fYXC4/java-values-boolean-can-be-assigned.html</link><author>noreply@blogger.com (Basis-Consultant)</author><thr:total>0</thr:total><feedburner:origLink>http://programming-tutor.blogspot.com/2008/12/java-values-boolean-can-be-assigned.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5084765285108567661.post-6279033883597296465</guid><pubDate>Mon, 22 Dec 2008 17:47:00 +0000</pubDate><atom:updated>2008-12-22T09:53:11.341-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">java</category><category domain="http://www.blogger.com/atom/ns#">file</category><category domain="http://www.blogger.com/atom/ns#">functions</category><title>JAVA:Renaming Files</title><description>To rename a file in java you first declare the file variable with oldname and next one with newname and&lt;br /&gt;file1.rename2(file2);&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;pre&gt;&lt;br /&gt;   public static void renamedirectory(String oldname,String newname){&lt;br /&gt;           // File (or directory) with old name&lt;br /&gt; &lt;br /&gt;   File file = new File(oldname);&lt;br /&gt;&lt;br /&gt;   // File (or directory) with new name&lt;br /&gt;   File file2 = new File(newname);&lt;br /&gt; &lt;br /&gt;   // Rename file (or directory)&lt;br /&gt;   boolean success =false;&lt;br /&gt;   if(file.isDirectory()){&lt;br /&gt;   success = file.renameTo(file2);&lt;br /&gt;   } else {&lt;br /&gt;   System.out.println("The file is not a directory "+oldname) ;&lt;br /&gt;   }&lt;br /&gt;   if (!success) {&lt;br /&gt;      System.out.println("File was not successfully renamed");&lt;br /&gt;   } else {&lt;br /&gt;   System.out.println("File Renamed from "+oldname+" to "+newname);&lt;br /&gt;   }&lt;br /&gt;   }&lt;br /&gt;&lt;/pre&gt;&lt;/blockquote&gt;The above function prints out if it doesnot rename succesfully.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5084765285108567661-6279033883597296465?l=programming-tutor.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/learncomputerlanguages/~4/Z32fy12imZw" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/learncomputerlanguages/~3/Z32fy12imZw/javarenaming-files.html</link><author>noreply@blogger.com (Basis-Consultant)</author><thr:total>0</thr:total><feedburner:origLink>http://programming-tutor.blogspot.com/2008/12/javarenaming-files.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5084765285108567661.post-3551036188606479923</guid><pubDate>Mon, 22 Dec 2008 07:56:00 +0000</pubDate><atom:updated>2008-12-22T00:09:24.157-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">file</category><category domain="http://www.blogger.com/atom/ns#">php</category><category domain="http://www.blogger.com/atom/ns#">functions</category><title>PHP: Renaming File</title><description>To rename a file in php use&lt;br /&gt;rename();&lt;br /&gt;&lt;br /&gt;you use the function like&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(102, 0, 0);"&gt;rename("oldname", "newname");&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;you have to include the path to file if it is present in sub directories where your php script is present.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5084765285108567661-3551036188606479923?l=programming-tutor.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/learncomputerlanguages/~4/OvhRGOga68A" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/learncomputerlanguages/~3/OvhRGOga68A/php-renaming-file.html</link><author>noreply@blogger.com (Basis-Consultant)</author><thr:total>0</thr:total><feedburner:origLink>http://programming-tutor.blogspot.com/2008/12/php-renaming-file.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5084765285108567661.post-4494308005691192029</guid><pubDate>Mon, 22 Dec 2008 01:06:00 +0000</pubDate><atom:updated>2008-12-21T17:11:48.785-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">matlab</category><category domain="http://www.blogger.com/atom/ns#">concepts</category><category domain="http://www.blogger.com/atom/ns#">functions</category><title>Matlab: Inline Functions</title><description>There are great utilities in Matlab called inline functions. These are like macros in C.&lt;br /&gt;you can define a functions of two or three variables or a single variable in matlab.&lt;br /&gt;&lt;br /&gt;this is the syntax...&lt;br /&gt;&lt;br /&gt;f = inline('expression','arg1,'arg2')&lt;br /&gt;&lt;br /&gt;and you call the function as&lt;br /&gt;&lt;br /&gt;f(x,y)&lt;br /&gt;&lt;br /&gt;now if you need to define x+y in matlab you need to write as&lt;br /&gt;&lt;br /&gt;f = inline('x+y','x','y');&lt;br /&gt;&lt;br /&gt;by the way single quotes are necessary.&lt;br /&gt;&lt;br /&gt;you call the function as&lt;br /&gt;f(x,y);&lt;br /&gt;&lt;br /&gt;f(1,2) gives results 3..&lt;br /&gt;&lt;br /&gt;just paste the following lines in matlab command windo and press enter for testing&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;f = inline('x+y','x','y')&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;f(2,3)&lt;/span&gt;&lt;/blockquote&gt;Njoy&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5084765285108567661-4494308005691192029?l=programming-tutor.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/learncomputerlanguages/~4/PiISIfPliG4" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/learncomputerlanguages/~3/PiISIfPliG4/matlab-inline-functions.html</link><author>noreply@blogger.com (Basis-Consultant)</author><thr:total>0</thr:total><feedburner:origLink>http://programming-tutor.blogspot.com/2008/12/matlab-inline-functions.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5084765285108567661.post-4476596545505783914</guid><pubDate>Sat, 20 Dec 2008 23:23:00 +0000</pubDate><atom:updated>2008-12-20T15:27:00.828-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">excel</category><category domain="http://www.blogger.com/atom/ns#">ms office</category><category domain="http://www.blogger.com/atom/ns#">functions</category><title>MS Excel: Function to Extract Hypelinks from cells</title><description>This is function used to extract hyperlinks or urls from a cell in excel.&lt;br /&gt;Open your excel sheet. Press &lt;span style="font-weight: bold;"&gt;Alt+F11&lt;/span&gt;. Then in the vba editor that appearrs go to menu&lt;br /&gt;insert--&gt;module. Paste the following function there and now press &lt;span style="font-weight: bold;"&gt;alt+q&lt;/span&gt;.&lt;br /&gt;&lt;blockquote&gt;Function getURL(forThisCell As Range) As String&lt;br /&gt;'VBA UDF for getting URLs from a cell if any&lt;br /&gt;retVal = ""&lt;br /&gt;If forThisCell.Hyperlinks(1).Address &lt;&gt; “” Then&lt;br /&gt;retVal = forThisCell.Hyperlinks(1).Address&lt;br /&gt;End If&lt;br /&gt;getURL = retVal&lt;br /&gt;End Function&lt;/blockquote&gt;Now if you want to extract link from the cell A1 then enter the following in any of the cell&lt;br /&gt;=getURL(A1)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5084765285108567661-4476596545505783914?l=programming-tutor.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/learncomputerlanguages/~4/qIlr4B_5p10" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/learncomputerlanguages/~3/qIlr4B_5p10/ms-excel-function-to-extract-hypelinks.html</link><author>noreply@blogger.com (Basis-Consultant)</author><thr:total>0</thr:total><feedburner:origLink>http://programming-tutor.blogspot.com/2008/12/ms-excel-function-to-extract-hypelinks.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5084765285108567661.post-7231447272013158276</guid><pubDate>Sat, 20 Dec 2008 10:07:00 +0000</pubDate><atom:updated>2008-12-20T02:10:31.263-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">strings</category><category domain="http://www.blogger.com/atom/ns#">php</category><category domain="http://www.blogger.com/atom/ns#">functions</category><title>PHP: Function ucwords</title><description>This function ucwords capitalizes first alphabet of every word in a String and returns it. This is useful for converting or renaming files or directories..&lt;br /&gt;&lt;br /&gt;usage:&lt;br /&gt;$string = "name sake";&lt;br /&gt;$stringresult = ucwords($string);&lt;br /&gt;&lt;br /&gt;the result will be&lt;br /&gt;&lt;span style="font-style: italic;"&gt;Name Sake&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5084765285108567661-7231447272013158276?l=programming-tutor.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/learncomputerlanguages/~4/tAvroFgHxEg" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/learncomputerlanguages/~3/tAvroFgHxEg/php-function-ucwords.html</link><author>noreply@blogger.com (Basis-Consultant)</author><thr:total>0</thr:total><feedburner:origLink>http://programming-tutor.blogspot.com/2008/12/php-function-ucwords.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5084765285108567661.post-8630774314647787383</guid><pubDate>Sat, 20 Dec 2008 09:04:00 +0000</pubDate><atom:updated>2008-12-20T01:09:39.525-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">strings</category><category domain="http://www.blogger.com/atom/ns#">php</category><category domain="http://www.blogger.com/atom/ns#">functions</category><title>PHP: Function Explode</title><description>This function is used to break or split a string in php into a number of substrings based on the criteria you give. Like if you want to break a line into substrings with ':' as delimiters&lt;br /&gt;&lt;blockquote&gt;&lt;?php&lt;br /&gt;&lt;br /&gt;$string = "anna:johnny:maria";&lt;br /&gt;&lt;br /&gt;$pieces = explode(":",$string);&lt;br /&gt;&lt;br /&gt;for($num=0 ; $num&lt; count($pieces); $num++){&lt;br /&gt;echo $pieces[$num]."&lt;br /&gt;";&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;?&gt;&lt;/blockquote&gt;&lt;br /&gt;You will have the output as an array of strings...&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt; anna&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt; johnny&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt; maria&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;It is really useful function when dealing with html codes or fetching files from other sites&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5084765285108567661-8630774314647787383?l=programming-tutor.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/learncomputerlanguages/~4/j90TUzxXUbw" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/learncomputerlanguages/~3/j90TUzxXUbw/php-function-explode.html</link><author>noreply@blogger.com (Basis-Consultant)</author><thr:total>0</thr:total><feedburner:origLink>http://programming-tutor.blogspot.com/2008/12/php-function-explode.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5084765285108567661.post-1356225423101127598</guid><pubDate>Sat, 20 Dec 2008 06:42:00 +0000</pubDate><atom:updated>2008-12-19T22:47:39.117-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">java</category><category domain="http://www.blogger.com/atom/ns#">file</category><category domain="http://www.blogger.com/atom/ns#">functions</category><title>JAVA: Deleting File</title><description>This function is to delete files in java. It first checks whether it exists or not next check for write access rights or permissions and then check if the directory is empty if the given file is a directory.&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;  public static void delfile(String fname){&lt;br /&gt;  File f = new File(fname);&lt;br /&gt;  //Check whether file exists or not&lt;br /&gt;  if (!f.exists()){&lt;br /&gt;      System.out.print("file doesnot exists");&lt;br /&gt;  } else if (!f.canWrite()){&lt;br /&gt;      System.out.print("write prtected");&lt;br /&gt;  } else if (f.isDirectory()) {&lt;br /&gt;    String[] files = f.list();&lt;br /&gt;    if (files.length &gt; 0){&lt;br /&gt;        System.out.print("this is a directory");&lt;br /&gt;    }&lt;br /&gt;  }&lt;br /&gt;  boolean success = f.delete();&lt;br /&gt;  }&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5084765285108567661-1356225423101127598?l=programming-tutor.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/learncomputerlanguages/~4/_UtqlEXi0UE" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/learncomputerlanguages/~3/_UtqlEXi0UE/java-deleting-file.html</link><author>noreply@blogger.com (Basis-Consultant)</author><thr:total>0</thr:total><feedburner:origLink>http://programming-tutor.blogspot.com/2008/12/java-deleting-file.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5084765285108567661.post-38988170115348508</guid><pubDate>Fri, 19 Dec 2008 22:31:00 +0000</pubDate><atom:updated>2008-12-19T14:34:46.774-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">java</category><category domain="http://www.blogger.com/atom/ns#">swing</category><category domain="http://www.blogger.com/atom/ns#">functions</category><title>JAVA:Splitting a String</title><description>In java you can split a string into two strings based on the delimeter using function &lt;span style="font-weight: bold;"&gt;split()&lt;/span&gt;. &lt;br /&gt;Example Given below&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;String s1 = "You are a dog";&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;String[] pieces = s1.split(" ");&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;here we are splitting the string with " " (single space) as delimiter. The result will be a array of strings.. like&lt;br /&gt;&lt;br /&gt;pieces[0] = You&lt;br /&gt;pieces[1] = are&lt;br /&gt;pieces[2] = a&lt;br /&gt;pieces[3] = dog&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5084765285108567661-38988170115348508?l=programming-tutor.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/learncomputerlanguages/~4/tquxpuuCNnM" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/learncomputerlanguages/~3/tquxpuuCNnM/javasplitting-string.html</link><author>noreply@blogger.com (Basis-Consultant)</author><thr:total>0</thr:total><feedburner:origLink>http://programming-tutor.blogspot.com/2008/12/javasplitting-string.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5084765285108567661.post-3628035934352636030</guid><pubDate>Fri, 19 Dec 2008 22:05:00 +0000</pubDate><atom:updated>2008-12-19T14:08:01.076-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">java</category><category domain="http://www.blogger.com/atom/ns#">swing</category><category domain="http://www.blogger.com/atom/ns#">gui</category><title>JAVA:What is Difference between Swing and Awt?</title><description>Awt is old.&lt;br /&gt;Swing is new.&lt;br /&gt;Awt is heavy and slow.&lt;br /&gt;Swing is Light and fast and has a lot of options.&lt;br /&gt;Awt is limited in options.&lt;br /&gt;Swing high performance..&lt;br /&gt;So its always better to use swing than AWT&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5084765285108567661-3628035934352636030?l=programming-tutor.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/learncomputerlanguages/~4/lhLISKgyE2c" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/learncomputerlanguages/~3/lhLISKgyE2c/what-is-difference-between-swing-and.html</link><author>noreply@blogger.com (Basis-Consultant)</author><thr:total>0</thr:total><feedburner:origLink>http://programming-tutor.blogspot.com/2008/12/what-is-difference-between-swing-and.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5084765285108567661.post-5383537178362530832</guid><pubDate>Fri, 19 Dec 2008 09:35:00 +0000</pubDate><atom:updated>2008-12-19T01:37:30.176-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">mysql</category><category domain="http://www.blogger.com/atom/ns#">php</category><category domain="http://www.blogger.com/atom/ns#">functions</category><title>PHP:MySQL_fetch_array</title><description>This is the function used to fetch array from the query of database...&lt;br /&gt;if &lt;span style="font-weight: bold;"&gt;$result&lt;/span&gt; is the result of query then&lt;br /&gt;&lt;br /&gt;&lt;span class="tdvamseebig"&gt;&lt;span style="font-weight: bold;"&gt;MySQL_fetch_array($result)&lt;/span&gt; &lt;br /&gt;&lt;br /&gt;returns the row of the query as an array whose values can be accessed just like that of a normal array.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5084765285108567661-5383537178362530832?l=programming-tutor.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/learncomputerlanguages/~4/Le4Vn3K7GQA" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/learncomputerlanguages/~3/Le4Vn3K7GQA/phpmysqlfetcharray.html</link><author>noreply@blogger.com (Basis-Consultant)</author><thr:total>0</thr:total><feedburner:origLink>http://programming-tutor.blogspot.com/2008/12/phpmysqlfetcharray.html</feedburner:origLink></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5084765285108567661.post-1174609276370947669</guid><pubDate>Fri, 19 Dec 2008 09:28:00 +0000</pubDate><atom:updated>2008-12-19T01:31:10.598-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">programs</category><category domain="http://www.blogger.com/atom/ns#">file</category><category domain="http://www.blogger.com/atom/ns#">directory</category><category domain="http://www.blogger.com/atom/ns#">php</category><category domain="http://www.blogger.com/atom/ns#">functions</category><title>PHP: Getting List of Files in a Directory</title><description>This the function that returns you the list of files present in a directory as array...&lt;br /&gt;&lt;code&gt;&lt;/code&gt;&lt;pre&gt;&lt;br /&gt;function getlist($directory){&lt;br /&gt;   $results = array();&lt;br /&gt;   $handler = opendir($directory);&lt;br /&gt;   while ($file = readdir($handler)) {&lt;br /&gt;       if ($file != '.' &amp;amp;&amp;amp; $file != '..')&lt;br /&gt;           $results[] = $file;&lt;br /&gt;   }&lt;br /&gt;  closedir($handler);&lt;br /&gt;  return $results;&lt;br /&gt;}&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5084765285108567661-1174609276370947669?l=programming-tutor.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/learncomputerlanguages/~4/xp5n7LScSgw" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/learncomputerlanguages/~3/xp5n7LScSgw/php-getting-list-of-files-in-directory.html</link><author>noreply@blogger.com (Basis-Consultant)</author><thr:total>0</thr:total><feedburner:origLink>http://programming-tutor.blogspot.com/2008/12/php-getting-list-of-files-in-directory.html</feedburner:origLink></item></channel></rss>

