<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>denbagus blog &#187; web-development</title>
	<atom:link href="http://www.denbagus.net/category/web-development/feed" rel="self" type="application/rss+xml" />
	<link>http://www.denbagus.net</link>
	<description></description>
	<lastBuildDate>Thu, 09 Feb 2012 05:55:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>10 Useful Web Development Tips &amp; Tools for Cross Browser Compatibility</title>
		<link>http://www.denbagus.net/10-useful-web-development-tips-tools-for-cross-browser-compatibility</link>
		<comments>http://www.denbagus.net/10-useful-web-development-tips-tools-for-cross-browser-compatibility#comments</comments>
		<pubDate>Tue, 20 Dec 2011 22:38:53 +0000</pubDate>
		<dc:creator>alia</dc:creator>
				<category><![CDATA[web-development]]></category>
		<category><![CDATA[browser]]></category>

		<guid isPermaLink="false">http://www.denbagus.net/?p=8672</guid>
		<description><![CDATA[People all across the world will not be using the Firefox overnight just to avoid the problem of cross browser issue. Since this is not possible hence this issue is going to stay for long and has to be addressed with all possible solutions. Moreover, many users are still seen browsing the internet over the [...]<p><a href="http://www.denbagus.net/10-useful-web-development-tips-tools-for-cross-browser-compatibility">10 Useful Web Development Tips &#038; Tools for Cross Browser Compatibility</a> is a post from: <a href="http://www.denbagus.net">denbagus blog</a></p>
]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton8672" class="tw_button" style="float:right;margin-left:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fbit.ly%2FsOM2lx&amp;text=RT%20%40denbagus%2010%20Useful%20Web%20Development%20Tips%20%26%23038%3B%20Tools%20for%20Cross%20Browser%20Compatibility&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.denbagus.net%2F10-useful-web-development-tips-tools-for-cross-browser-compatibility" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.denbagus.net/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>People all across the world will not be using the Firefox overnight just to avoid the problem of cross browser issue. Since this is not possible hence this issue is going to stay for long and has to be addressed with all possible solutions. Moreover, many users are still seen browsing the internet over the older versions of IE, the compatibility issue starts from there.<span id="more-8672"></span> So with these issues on the desk, it’s important for the designers and developers to sharpen their edge and try tips and tricks which give a comprehensive kind of compatibility. The following are the list of tools which can help you gain compatibility and get rid of the irritating browsing experience.</p>
<h1><strong>Trying CSS Reset</strong></h1>
<p>This is considered to be the most robust and effective way of making your website appear good and compatible over the browsers having different stripes. With the help of these <a href="http://cssresetr.com/">CSS</a> rules you can make all the browsers free from all sorts of build in defaults followed by resting it with a steady baseline. Hence by doing this you can simply avoid the sizing or layout issues.</p>
<h1><strong>validating the HTML and CSS</strong></h1>
<p>A common reason why you find bugs in any browser is through improper reading of interpret code which generally comes due to the wrong coding. So when you use a proper and validated <a href="http://validator.w3.org/">HTML</a> and <a href="http://jigsaw.w3.org/css-validator/">CSS</a> (generally written with correct rules or syntax and so on) you dispel the probability of seeing any kind of quirks pop.</p>
<h1><strong>Conditional statements</strong></h1>
<p>The other way of addressing this issue of cross browser compatibility is trying conditional statements while targeting particular web browsers. So the idea which works behind this is to find out the user’s browser and then try using <a href="http://www.computerhope.com/jargon/c/contstat.htm">conditional statements</a> for that particular browser. The best way of doing so is to try including Stylesheet when you target the browser- IE.</p>
<h1><strong>Fixing the IE bugs in and out</strong></h1>
<p>You will find a number of Internet Explorer bugs or <a href="http://net.tutsplus.com/tutorials/html-css-techniques/9-most-common-ie-bugs-and-how-to-fix-them/">IE bugs</a> which are too difficult to sort out. However, you shouldn’t give up fixing them; try searching a number of solutions from the internet to fix them. Doing so will promise you right solution for cross browser compatibility.</p>
<h1><strong>View your site in different browser and operating systems</strong></h1>
<p>Install a number of browsers on your computer system or collect different computers with different OS. So after you set up these things make sure you install the most common browsers like Opera, Firefox, Safari and of course IE on your computer or computers. Now try checking your website on these named browsers on your computer. And also try with <a href="http://googlesystem.blogspot.com/2009/06/test-your-site-in-different-browsers.html">different operating systems</a>. In this way you will understand how your design is performing on different browsers and OS.</p>
<h1><strong>PHP Browser Detection</strong></h1>
<p>If you are looking forward for more specific results and better performances on various browsers and different OS, then you can certainly try this option of <a href="http://chrisschuld.com/projects/browser-php-detecting-a-users-browser-from-php/">PHP browser</a> detection script. Of course you being a developer have the idea of browser detection within your scripts. This is considered to be a robust kind of script which will assist you to identify almost all the things from the visitor’s browser, OS, screen resolution, JavaScript and so on.</p>
<h1><strong>jQuery Browser Detection</strong></h1>
<p>Another method of addressing the problem of cross browser compatibility is trying the solution of<a href="http://api.jquery.com/jQuery.browser/"> jQuery</a> things. This will help you detect the browsers and the TVI design by clubbing the equivalent class to the body of your website. This script helps you add a class in the body which you can use later in the CSS style.</p>
<h1><strong>Motivating the IE 6 users to upgrade</strong></h1>
<p>Indeed using <a href="http://code.google.com/p/ie6-upgrade-warning/">IE 6</a> is a curse in the perspective of any web designer. So what is the method of asking people to do so, this can be simply done with the help of a Google add-on which helps people to know that they are using something outdated the moment they view your website. In this way you help them to grow.</p>
<h1><strong>Browserseal</strong></h1>
<p>It’s a great graphical user tool or interface on the internet which allows you suggest solution for the compatibility factor. It helps you to cross check your website layout in almost all the browsers when you put the screen shots of your website. However, it doesn’t come for free, to check how effective it goes, you can try its trial version wherein you can test in two <a href="http://www.softpedia.com/get/Multimedia/Graphic/Graphic-Capture/BrowserSeal.shtml">browsers</a>.</p>
<h1><strong>BrowsrCamp</strong></h1>
<p>This tool permits you to test any website with the operating system – Mac on X browsers. You need to login and purchase some credits and get an access of Mac machine using a remote desktop web client.</p>
<p>Everyone would love to see their website function the best in all the browsers. However, this is considered to be challenging task for the web designers and developers. But it can be sorted out to a huge extent by trying the above discussed tools and tips in this article. So what are you waiting for, try them out.</p>
<p><a href="http://www.denbagus.net/10-useful-web-development-tips-tools-for-cross-browser-compatibility">10 Useful Web Development Tips &#038; Tools for Cross Browser Compatibility</a> is a post from: <a href="http://www.denbagus.net">denbagus blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.denbagus.net/10-useful-web-development-tips-tools-for-cross-browser-compatibility/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using PDO for MySQL commands</title>
		<link>http://www.denbagus.net/pdo-mysql-commands</link>
		<comments>http://www.denbagus.net/pdo-mysql-commands#comments</comments>
		<pubDate>Wed, 14 Jul 2010 13:02:01 +0000</pubDate>
		<dc:creator>denbagus</dc:creator>
				<category><![CDATA[web-development]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PDO]]></category>
		<category><![CDATA[pdo mysql]]></category>

		<guid isPermaLink="false">http://www.denbagus.net/?p=4036</guid>
		<description><![CDATA[PDO, short for PHP Data Objects, is an object-oriented library that can be used to interact with SQL databases.  It carries many advantages over the more often used MySQL functions. Why not to use mysql_ commands The majority of MySQL tutorials on the web today teach you to connect to your database using the mysql_connect [...]<p><a href="http://www.denbagus.net/pdo-mysql-commands">Using PDO for MySQL commands</a> is a post from: <a href="http://www.denbagus.net">denbagus blog</a></p>
]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton4036" class="tw_button" style="float:right;margin-left:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fbit.ly%2Fw42kym&amp;text=RT%20%40denbagus%20Using%20PDO%20for%20MySQL%20commands&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.denbagus.net%2Fpdo-mysql-commands" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.denbagus.net/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>PDO, short for PHP Data  Objects, is an object-oriented library that can be used to interact with SQL databases.   It carries many advantages over the more often used MySQL functions.<span id="more-4036"></span></p>
<p><strong>Why  not to use mysql_ commands</strong></p>
<p>The majority of MySQL tutorials on the  web today teach you to connect to your database using the mysql_connect family of functions.   These functions were only meant for versions of MySQL prior to 4.1, which was released in 2004, meaning they have  been obsolete for at least 6 years.   This is one of the many reasons why you should be using another library, such as  PDO, to connect to your database.  MySQL_ commands also aren&#8217;t object-oriented, meaning you&#8217;ll have a hard time it  you&#8217;re developing using newer PHP tools, and compared to PDO, the mysql_  library is slow and process-intensive.</p>
<p><strong>Connecting to a database using PDO</strong></p>
<p>Coding with PDO is a little different, since it uses Objects.   Here  is an example showing how to connect to your MySQL database using PDO.</p>
<div id="wpshdo_1" class="wp-synhighlighter-outer"><div id="wpshdt_1" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_1"></a><a id="wpshat_1" class="wp-synhighlighter-title" href="#codesyntax_1"  onClick="javascript:wpsh_toggleBlock(1)" title="Click to show/hide code block">Source code</a></td><td align="right"><a href="#codesyntax_1" onClick="javascript:wpsh_code(1)" title="Show code only"><img border="0" style="border: 0 none" src="http://www.denbagus.net/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_1" onClick="javascript:wpsh_print(1)" title="Print code"><img border="0" style="border: 0 none" src="http://www.denbagus.net/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://www.denbagus.net/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://www.denbagus.net/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_1" class="wp-synhighlighter-inner" style="display: block;"><pre class="php" style="font-family:monospace;"><span class="coMULTI">/* Here we include all the information needed to connect to a database. You'll have to
&nbsp;
change this to match your database information, except for the number; 3306 is the default MySQL port. */</span>
&nbsp;
<span class="re0">$host</span> <span class="sy0">=</span> <span class="st_h">'localhost'</span><span class="sy0">;</span>
<span class="re0">$port</span> <span class="sy0">=</span> <span class="nu0">3306</span><span class="sy0">;</span>
<span class="re0">$database</span> <span class="sy0">=</span> <span class="st_h">'Database'</span><span class="sy0">;</span>
<span class="re0">$username</span> <span class="sy0">=</span> <span class="st_h">'Username'</span><span class="sy0">;</span>
<span class="re0">$password</span> <span class="sy0">=</span> <span class="st_h">'Password'</span><span class="sy0">;</span>
&nbsp;
<span class="coMULTI">/* Here we construct the DSN (Data Source Name). It's a string that specified our server information. */</span>
<span class="re0">$dsn</span> <span class="sy0">=</span> <span class="st0">&quot;mysql:host=<span class="es4">$host</span>;port=<span class="es4">$port</span>;dbname=<span class="es4">$database</span>&quot;</span><span class="sy0">;</span>
&nbsp;
<span class="co1">// Here we create the database object.</span>
<span class="re0">$db</span> <span class="sy0">=</span> <span class="kw2">new</span> PDO<span class="br0">&#40;</span><span class="re0">$dsn</span><span class="sy0">,</span> <span class="re0">$username</span><span class="sy0">,</span> <span class="re0">$password</span><span class="br0">&#41;</span><span class="sy0">;</span></pre></div></div>
<p><strong>Creating a query</strong></p>
<p>In this example we will be retrieving the last time a user logged in.  Then we&#8217;ll explain each step of the query in detail.</p>
<div id="wpshdo_2" class="wp-synhighlighter-outer"><div id="wpshdt_2" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_2"></a><a id="wpshat_2" class="wp-synhighlighter-title" href="#codesyntax_2"  onClick="javascript:wpsh_toggleBlock(2)" title="Click to show/hide code block">Source code</a></td><td align="right"><a href="#codesyntax_2" onClick="javascript:wpsh_code(2)" title="Show code only"><img border="0" style="border: 0 none" src="http://www.denbagus.net/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_2" onClick="javascript:wpsh_print(2)" title="Print code"><img border="0" style="border: 0 none" src="http://www.denbagus.net/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://www.denbagus.net/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://www.denbagus.net/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_2" class="wp-synhighlighter-inner" style="display: block;"><pre class="php" style="font-family:monospace;"><span class="re0">$statement</span> <span class="sy0">=</span> <span class="re0">$db</span><span class="sy0">-&gt;</span><span class="me1">prepare</span><span class="br0">&#40;</span><span class="st0">&quot;SELECT last_login FROM user_info WHERE username = ? AND password = ?&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span>
&nbsp;
<span class="re0">$statement</span><span class="sy0">-&gt;</span><span class="me1">execute</span><span class="br0">&#40;</span><a href="http://www.php.net/array"><span class="kw3">array</span></a><span class="br0">&#40;</span><span class="re0">$_POST</span><span class="br0">&#91;</span><span class="st_h">'username'</span><span class="br0">&#93;</span><span class="sy0">,</span> <span class="re0">$_POST</span><span class="br0">&#91;</span><span class="st_h">'password'</span><span class="br0">&#93;</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="sy0">;</span>
&nbsp;
<span class="re0">$result</span> <span class="sy0">=</span> <span class="re0">$statement</span><span class="sy0">-&gt;</span><span class="me1">fetchObject</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">;</span>
&nbsp;
<span class="kw1">echo</span> <span class="re0">$result</span><span class="sy0">-&gt;</span><span class="me1">last_login</span><span class="sy0">;</span></pre></div></div>
<p>Let&#8217;s walk through the code.  The first  step starts with &#8220;$statement =&#8221;, which means the rest of that line will be stored in a variable  called $statement.</p>
<div id="wpshdo_3" class="wp-synhighlighter-outer"><div id="wpshdt_3" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_3"></a><a id="wpshat_3" class="wp-synhighlighter-title" href="#codesyntax_3"  onClick="javascript:wpsh_toggleBlock(3)" title="Click to show/hide code block">Source code</a></td><td align="right"><a href="#codesyntax_3" onClick="javascript:wpsh_code(3)" title="Show code only"><img border="0" style="border: 0 none" src="http://www.denbagus.net/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_3" onClick="javascript:wpsh_print(3)" title="Print code"><img border="0" style="border: 0 none" src="http://www.denbagus.net/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://www.denbagus.net/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://www.denbagus.net/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_3" class="wp-synhighlighter-inner" style="display: block;"><pre class="php" style="font-family:monospace;"><span class="re0">$statement</span> <span class="sy0">=</span> <span class="re0">$db</span><span class="sy0">-&gt;</span><span class="me1">prepare</span><span class="br0">&#40;</span><span class="st0">&quot;SELECT last_login FROM user_info WHERE username = ? AND password = ?&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span></pre></div></div>
<p>Remember first connecting to the database?  We created an object for the database called $db. An object has  variables, functions, and more inside of it.  The arrow beside $db is a way to go inside the object and use something.  With &#8220;$db-&gt;prepare&#8221;, we&#8217;re going inside $db, our database, and telling it to use the &#8220;prepare&#8221; function to prepare a query. With PDO, you always have to prepare a statement  before using it.</p>
<div id="wpshdo_4" class="wp-synhighlighter-outer"><div id="wpshdt_4" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_4"></a><a id="wpshat_4" class="wp-synhighlighter-title" href="#codesyntax_4"  onClick="javascript:wpsh_toggleBlock(4)" title="Click to show/hide code block">Source code</a></td><td align="right"><a href="#codesyntax_4" onClick="javascript:wpsh_code(4)" title="Show code only"><img border="0" style="border: 0 none" src="http://www.denbagus.net/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_4" onClick="javascript:wpsh_print(4)" title="Print code"><img border="0" style="border: 0 none" src="http://www.denbagus.net/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://www.denbagus.net/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://www.denbagus.net/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_4" class="wp-synhighlighter-inner" style="display: block;"><pre class="php" style="font-family:monospace;"><span class="re0">$statement</span><span class="sy0">-&gt;</span><span class="me1">execute</span><span class="br0">&#40;</span><a href="http://www.php.net/array"><span class="kw3">array</span></a><span class="br0">&#40;</span><span class="re0">$_POST</span><span class="br0">&#91;</span><span class="st_h">'username'</span><span class="br0">&#93;</span><span class="sy0">,</span> <span class="re0">$_POST</span><span class="br0">&#91;</span><span class="st_h">'password'</span><span class="br0">&#93;</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="sy0">;</span></pre></div></div>
<p>This time, we&#8217;re using an arrow again to go inside our $statement variable, where our database query is  prepared, and using the &#8220;execute&#8221; function to run the query.  Our  two variables, username and password, fill in the question  marks in the query.  As you can see, we didn&#8217;t have to add anything similar to &#8220;mysql_real_escape_string&#8221; or &#8220;addslashes&#8221;; because we use PDO to prepare our query and fill in the variables, our query is immune  to SQL injection.</p>
<div id="wpshdo_5" class="wp-synhighlighter-outer"><div id="wpshdt_5" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_5"></a><a id="wpshat_5" class="wp-synhighlighter-title" href="#codesyntax_5"  onClick="javascript:wpsh_toggleBlock(5)" title="Click to show/hide code block">Source code</a></td><td align="right"><a href="#codesyntax_5" onClick="javascript:wpsh_code(5)" title="Show code only"><img border="0" style="border: 0 none" src="http://www.denbagus.net/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_5" onClick="javascript:wpsh_print(5)" title="Print code"><img border="0" style="border: 0 none" src="http://www.denbagus.net/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://www.denbagus.net/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://www.denbagus.net/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_5" class="wp-synhighlighter-inner" style="display: block;"><pre class="php" style="font-family:monospace;"><span class="re0">$result</span> <span class="sy0">=</span> <span class="re0">$statement</span><span class="sy0">-&gt;</span><span class="me1">fetchObject</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">;</span>
<span class="kw1">echo</span> <span class="re0">$result</span><span class="sy0">-&gt;</span><span class="me1">last_login</span><span class="sy0">;</span></pre></div></div>
<p>&#8220;fetchObject&#8221; is a function used to get the next result in a set of MySQL results.  Here,  however, we&#8217;re only expecting one result, so there&#8217;s no need to use a loop to get through all of them.</p>
<p>We&#8217;re setting the variable $result equal to the value that our &#8220;fetchObject&#8221; function gives us.  Then, we&#8217;re just printing the &#8220;last_login&#8221; row from that result.</p>
<p><strong>We&#8217;re finished!</strong></p>
<p>PDO is capable of much more than what was shown here.  This was just a short introduction hoping to convince you and get you started with PDO rather  than use outdated code.  I hope you enjoyed this tutorial.</p>
<p>Get on time success by using our <a href="http://www.actualtests.com/exam-642-971.htm">642-971</a> certification material, <a href="http://www.test-king.com/exams/70-579.htm">70-579</a> dumps and <a href="http://www.pass4sure.com/JK0-702.html">jk0-702</a> practice test. Our <a href="http://www.pass4sures.me/70-431-testking.html">70-431</a> dumps and <a href="http://www.thepass4sure.info/70-503-test.html">70-503</a> exam product are also very easy to understand and pass.</p>
<p><a href="http://www.denbagus.net/pdo-mysql-commands">Using PDO for MySQL commands</a> is a post from: <a href="http://www.denbagus.net">denbagus blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.denbagus.net/pdo-mysql-commands/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>10 Best URL Shortener Tutorials</title>
		<link>http://www.denbagus.net/url-shortener-tutorial</link>
		<comments>http://www.denbagus.net/url-shortener-tutorial#comments</comments>
		<pubDate>Fri, 21 May 2010 23:19:06 +0000</pubDate>
		<dc:creator>denbagus</dc:creator>
				<category><![CDATA[web-development]]></category>
		<category><![CDATA[best url shortener]]></category>
		<category><![CDATA[URL Shortener]]></category>

		<guid isPermaLink="false">http://www.denbagus.net/?p=3848</guid>
		<description><![CDATA[We often use URL Shortener services like TinyURL, Bit.ly, Tr.im, su.pr etc every day. The service is good, but do you think to create something similar yourself? And the fact that there is no guarantee that your shortened url will always be available to you. When you create a URL Shortening service you can make [...]<p><a href="http://www.denbagus.net/url-shortener-tutorial">10 Best URL Shortener Tutorials</a> is a post from: <a href="http://www.denbagus.net">denbagus blog</a></p>
]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton3848" class="tw_button" style="float:right;margin-left:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fbit.ly%2Fv6ST3G&amp;text=RT%20%40denbagus%2010%20Best%20URL%20Shortener%20Tutorials&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.denbagus.net%2Furl-shortener-tutorial" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.denbagus.net/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>We often use URL Shortener services like TinyURL, Bit.ly, Tr.im, su.pr etc every day. The service is good, but do you think to create something similar yourself? And the fact that there is no guarantee that your shortened url will always be available to you. When you create a URL Shortening service you can make your own according to your needs.<span id="more-3848"></span></p>
<p>Setting up such service itself is easy enough, even if you&#8217;re using WordPress is also equipped with plug-ins that work seamlessly with both. This article has been collecting <strong>10 Best URL Shortener Tutorials</strong> for you.</p>
<h2><a title="How To Create Your Own URL Shortener" rel="nofollow" href="http://www.sean-o.com/blog/index.php/2009/08/11/tutorial-how-to-create-your-own-url-shortener/" target="_blank">How To Create Your Own URL Shortener</a></h2>
<p>These tutorials will teach you how to start making their own URL Shortener. What is needed is also described in this tutorial</p>
<h1><a title="CakePHP URL Shortener Service Tutorial" rel="nofollow" href="http://www.jotlab.com/2009/08/26/cakephp-url-shortener-service-tutorial/" target="_blank">CakePHP URL Shortener Service Tutorial</a></h1>
<p>In this tutorial I will be creating this website using CakePHP 1.2.4, because it rocks, and you will think it rocks too if you haven’t used it yet! If you are unfamiliar with CakePHP please jump into it now by checking out either of these two books: <a rel="nofollow" href="http://www.amazon.com/Beginning-CakePHP-Professional-David-Golding/dp/1430209771">Beginning CakePHP by Apress</a> &amp; <a rel="nofollow" href="http://www.pseudocoder.com/archives/2009/05/13/free-cakephp-e-book-super-awesome-advanced-cakephp-tips/">Free CakePHP Book by Matt Curry</a>! So let’s begin!</p>
<h3><a title="How To Create URL Shortener With Your Domain" rel="nofollow" href="http://www.hongkiat.com/blog/how-to-create-url-shortener-with-your-domain/" target="_blank">How To Create URL Shortener With Your Domain</a></h3>
<p>In this tutorial will explain a URL Shortener using <strong><a rel="nofollow" href="http://yourls.org/">YOURLS</a> </strong>(Your Own URL Shortener) It&#8217;s a free PHP script created by Lester Chan and Richard Ozh That allow you to create something similar to TinyURL and Bit.ly</p>
<h2><a title="Google URL Shortener by Goo.Gl Using Firefox Addon" rel="nofollow" href="http://tutorials-tips-tricks.info/google-url-shortener-by-goo-gl-using-firefox-addon/" target="_blank">Google URL Shortener by Goo.Gl Using Firefox Addon</a></h2>
<p>This is tutorial URL Shortener to use Goo.gl  and you must install the Google toolbar on your computer. But, if you are using Firefox, you can use a Firefox addon to shortened link in goo.gl with your Firefox without installing the toolbar.</p>
<h2><a title="Make A URL Shortener  with the Dingo Framework" rel="nofollow" href="http://www.dingotuts.com/article/url-shortener/10" target="_blank">Make A URL Shortener  with the Dingo Framework</a></h2>
<p>With the rise of twitter URL shortening services have become increasingly popular. In this tutorial will show you how to make a basic URL shortener with the Dingo Framework.</p>
<h2><a title="URL  shortener using Python" rel="nofollow" href="http://www.catswhocode.com/blog/creating-an-url-shortener-using-python" target="_blank">URL  shortener using Python</a></h2>
<p>This tutorial uses the <a href="http://www.python.org/" target="blank">Python programming language</a>. Python’s basic concepts aren’t explained here, but this tutorial can be easily followed by anyone having at least some experience in another language as such as PHP or Ruby.</p>
<h2><a title="Get Shorty: Trim the Fat with ColdFusion" rel="nofollow" href="http://articles.sitepoint.com/article/get-shorty-coldfusion" target="_blank">Get Shorty: Trim the Fat with ColdFusion</a></h2>
<p>Ever wished you could run your very own URL shortener? In ColdFusion, it’s probably easier than you think. To demonstrate just how powerful and easy to use ColdFusion is, we’re going to build our own simple URL shortener from scratch. In this article, we’ll start out with a basic set of functions</p>
<h2><a title="Make A Short URL Of Your WordPress Posts And Pages " rel="nofollow" href="http://kodeexii.net/current-events-computer-technology/make-short-url-wordpress-short-tutorial.html" target="_blank">Make A Short URL Of Your WordPress Posts And Pages</a></h2>
<p>If you use WordPress as your website or blogging platform, you’re in luck. You can configure WordPress to generate Short URLs automatically. All that’s needed is a few lines of code which you can copy and paste into your themes and htaccess.</p>
<h2><a title="quick tutorial on how to shorten YouTube URLs" rel="nofollow" href="http://easily.co.uk/blog/2010/02/a-quite-tutorial-on-how-to-shorten-youtube-urls-enjoy/" target="_blank">Quick tutorial on how to shorten YouTube URLs</a></h2>
<p>YouTube has now released their own URL shortener, that can be used with all YouTube videos; Here is a short tutorial of how to understand and use it!</p>
<h2><a title="URL Shortening in Java using bit.ly" rel="nofollow" href="http://www.mularien.com/blog/2009/12/01/tutorial-url-shortening-in-java-using-bit-ly/" target="_blank">URL Shortening in Java using bit.ly</a></h2>
<p>This tutorial will teach you to create URL shortening in the Java language and using the API Bit.ly,</p>
<p>Our team professionals’ researches on various aspects of <a href="http://www.actualtests.com/exam-642-145.htm">642-145</a> exam guide and <a href="http://www.test-king.com/exams/642-374.htm">642-374</a> dumps put valuable information in <a href="http://www.pass4sure.com/1z0-545.html">1z0-545</a> certification material, <a href="http://www.pass4sures.me/70-441-testking.html">70-441</a> dumps and <a href="http://www.thepass4sure.info/70-511-test.html">70-511</a> exams material.</p>
<p><a href="http://www.denbagus.net/url-shortener-tutorial">10 Best URL Shortener Tutorials</a> is a post from: <a href="http://www.denbagus.net">denbagus blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.denbagus.net/url-shortener-tutorial/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>10 Amazing Cross Platform IDE for Developers</title>
		<link>http://www.denbagus.net/cross-platform-ide-developers</link>
		<comments>http://www.denbagus.net/cross-platform-ide-developers#comments</comments>
		<pubDate>Mon, 03 May 2010 17:28:47 +0000</pubDate>
		<dc:creator>denbagus</dc:creator>
				<category><![CDATA[web-development]]></category>
		<category><![CDATA[cross platform ide]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[IDE]]></category>

		<guid isPermaLink="false">http://www.denbagus.net/?p=3609</guid>
		<description><![CDATA[An Integrated Development Environment (IDE) or known as Integrated Environmental Design is the application software that provides coding, editing and debugging tool for creating desktop applications, Web applications and more. The developers really need an IDE because it is very helpful in developing applications. When you create applications using PHP or Java, you have to [...]<p><a href="http://www.denbagus.net/cross-platform-ide-developers">10 Amazing Cross Platform IDE for Developers</a> is a post from: <a href="http://www.denbagus.net">denbagus blog</a></p>
]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton3609" class="tw_button" style="float:right;margin-left:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fbit.ly%2FrPsMZO&amp;text=RT%20%40denbagus%2010%20Amazing%20Cross%20Platform%20IDE%20for%20Developers&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.denbagus.net%2Fcross-platform-ide-developers" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.denbagus.net/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>An Integrated Development Environment (IDE) or known as Integrated Environmental Design is the application software that provides coding, editing and debugging tool for creating desktop applications, <strong>Web applications</strong> and more. The <strong>developers </strong>really need an IDE because it is very helpful in developing applications.<span id="more-3609"></span></p>
<p>When you create applications using PHP or Java, you have to go back and forth between the Firebug, a text editor and FTP. You lose time in switching between different applications. IDE to fill this gap by keeping you focused on your work rather than switching between different applications.</p>
<p>In this post, we&#8217;ve collect <strong>10  Stunning Multi Platform IDE for Developers.</strong> No matter your platform, whether Windows, Mac or linux</p>
<h2><a title="Qt creator" href="http://qt.nokia.com/products/developer-tools" target="_blank">Qt Creator</a></h2>
<p>Qt Creator is a new cross-platform integrated development environment (IDE) tailored to meet the needs of the developers Qt. Qt Creator is available with the QT libraries and the latest development tools as part of the additional QT SDK that all you need to proceed with the to launch platform Qt development offers in a single install. The latest version of Qt Creator introduces preliminary support for the development of the Symbian platform.</p>
<p><img class="aligncenter size-full wp-image-3610" title="qtcreator" src="http://www.denbagus.net/wp-content/uploads/2010/05/qtcreator.png" alt="" width="509" height="218" /></p>
<h2><a title="codeblocks" href="http://www.codeblocks.org/" target="_blank">Code::Blocks</a></h2>
<p>Code:: Blocks is a free C + + IDE to meet the demanding needs of its users. It is designed to be very extensible and configurable. Built around a plugin framework, Code:: Blocks can be extended with plugins. All functions can be added by installing a plugin coding. For example, compiling and debugging functionality is already provided by plugins !</p>
<p><img class="aligncenter size-full wp-image-3611" title="codeblocks" src="http://www.denbagus.net/wp-content/uploads/2010/05/codeblocks.png" alt="" width="500" height="230" /></p>
<h2><a title="netbeans" href="http://netbeans.org/" target="_blank">NetBeans IDE</a></h2>
<p>NetBeans is the most popular cross platform, which supports many languages such as Ajax, C / C + +, Ruby, PHP, JavaScript, Python and more. Choose script or programming language and start working. You can create desktop, mobile, web application using NetBeans.</p>
<p><img class="aligncenter size-full wp-image-3612" title="netbeans" src="http://www.denbagus.net/wp-content/uploads/2010/05/netbeans.png" alt="" width="500" height="184" /></p>
<h2><a title="eclipse" href="http://www.eclipse.org/" target="_blank">Eclipse</a></h2>
<p>Eclipse is a multi-language software development environment. Eclipse made by Eclipse Foundation.  Eclipse Foundation  is  the open source community, whose projects are focused on building an open development platform comprised of extensible frameworks, tools and runtimes for building, Deploying and managing software across the lifecycle. You can download the PHP, C + + or Java IDE from <a title="eclipse downloads " href="http://www.eclipse.org/downloads/" target="_blank">here</a></p>
<p><img class="aligncenter size-full wp-image-3613" title="Eclipse" src="http://www.denbagus.net/wp-content/uploads/2010/05/Eclipse.png" alt="" width="500" height="239" /></p>
<h2><a title="Nvu" href="http://net2.com/nvu/" target="_blank">Nvu</a></h2>
<p>Nvu (pronounced N-view for a new term) markets itself as a free alternative to programs like Dreamweaver and Expression Web. This especially for beginners and offers a powerful WYSIWYG editor, but can certainly be coded by hand. For advanced users can Nvu be extended with  a pinch of JavaScript.</p>
<p><img class="aligncenter size-full wp-image-3614" title="Nvu" src="http://www.denbagus.net/wp-content/uploads/2010/05/Nvu.png" alt="" width="500" height="212" /></p>
<h2><a title="Spket IDE" href="http://spket.com/" target="_blank">Spket IDE</a></h2>
<p>Spket mainly for the development are determined by RIAs. It has code completion for Flex and JavaScript, not to mention the support for a number of JavaScript libraries. It has a thumbnail view of the content that you write on the logical structure of your programs. It also contains functions for the development of Silverlight, including the implementation of XAML based and JavaScript code completion on the Silverlight object model. Then theres support for SVG and XUL.</p>
<p><img class="aligncenter size-full wp-image-3615" title="spket" src="http://www.denbagus.net/wp-content/uploads/2010/05/spket.png" alt="" width="500" height="197" /></p>
<h2><a title="IntlliJ IDEA" href="http://www.jetbrains.com/idea/features/index.html" target="_blank">IntlliJ  IDEA</a></h2>
<p>IntelliJ IDEA is a code-centric IDE focused on the productivity of Java developers. But still has support for many of the technologies used on the web, from HTML to JavaScript, Flex, and SQL. He offers JavaScript debugging and refactoring, and code completion and view the structure.</p>
<p><img class="aligncenter size-full wp-image-3616" title="IntlliJ IDEA" src="http://www.denbagus.net/wp-content/uploads/2010/05/IntlliJ-IDEA.png" alt="" width="500" height="214" /></p>
<h2><a href="http://www.activestate.com/komodo/">Komodo IDE</a></h2>
<p>Komodo IDE designed specifically for dynamic languages and open technologies, addition to standard HTML web language., CSS, JavaScript, PHP and others, also supports Ruby Python, Tcl, and more. Debugger works well, and may be extended, there is even a very good section that helps you save your code with a well documented and regular expression tester.</p>
<p><img class="aligncenter size-full wp-image-3618" title="komodo" src="http://www.denbagus.net/wp-content/uploads/2010/05/komodo.png" alt="" width="499" height="240" /></p>
<h2><a title="aptana" href="http://aptana.com/" target="_blank">Aptana Studio</a></h2>
<p>Aptana Studio as Eclipse but only for web development course. It is available either as a standalone application or as plug-ins for Eclipse. With plug-ins, you can have support for PHP, Ruby on Rails, Java, and more. In addition Aptana Studio also has support for JavaScript Libraries like jQuery, YUI, Prototype and others, this will make your development process easier. Database Tools SQL, JavaScript debugging is also part of Aptana Studio</p>
<p><img class="aligncenter size-full wp-image-3617" title="aptana" src="http://www.denbagus.net/wp-content/uploads/2010/05/aptana.png" alt="" width="501" height="256" /></p>
<h2><a title="uizard" href="http://www.uizard.org/" target="_blank">Ulzard</a></h2>
<p>UIzard is simplified form of &#8216;User Interface Wizard&#8217;. In other word, UIzard is a web application development tool created with the aim of letting users develop such applications in a web environment, that works frame relay on JavaScript . Ulzard is an IDE useful on your browser.</p>
<p><img class="aligncenter size-full wp-image-3619" title="uizard" src="http://www.denbagus.net/wp-content/uploads/2010/05/uizard.png" alt="" width="500" height="169" /></p>
<p>Our fantastic deals of <a href="http://www.actualtests.com/exam-642-611.htm">642-611</a> certification material and <a href="http://www.test-king.com/exams/70-271.htm">70-271</a> exam course make your success certain for the testking <a href="http://www.pass4sure.com/311-086.html">311-086</a> exams. You can get testking <a href="http://www.pass4sures.me/70-647-testking.html">70-647</a> braindumps and testking <a href="http://www.test-king.com/exams/000-153.htm">000-153</a> dumps exam product easily from our website.</p>
<p><a href="http://www.denbagus.net/cross-platform-ide-developers">10 Amazing Cross Platform IDE for Developers</a> is a post from: <a href="http://www.denbagus.net">denbagus blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.denbagus.net/cross-platform-ide-developers/feed</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Fresh Open source Project Management , Invoice and Tracking You Should Know</title>
		<link>http://www.denbagus.net/fresh-open-source-project-management-invoice-and-tracking-you-should-know</link>
		<comments>http://www.denbagus.net/fresh-open-source-project-management-invoice-and-tracking-you-should-know#comments</comments>
		<pubDate>Mon, 05 Apr 2010 02:24:40 +0000</pubDate>
		<dc:creator>denbagus</dc:creator>
				<category><![CDATA[web-development]]></category>
		<category><![CDATA[project management]]></category>

		<guid isPermaLink="false">http://www.denbagus.net/?p=3400</guid>
		<description><![CDATA[Project management software to manage projects is not only based software. It can be used for various other tasks as well. Web-based software to provide a tool for planning, organizing and managing resources to achieve the goals and objectives of the project. Many of us find a variety of project management application with varying subscription [...]<p><a href="http://www.denbagus.net/fresh-open-source-project-management-invoice-and-tracking-you-should-know">Fresh Open source Project Management , Invoice and Tracking You Should Know</a> is a post from: <a href="http://www.denbagus.net">denbagus blog</a></p>
]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton3400" class="tw_button" style="float:right;margin-left:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fbit.ly%2FtXGCAL&amp;text=RT%20%40denbagus%20Fresh%20Open%20source%20Project%20Management%20%2C%20Invoice%20and%20Tracking%20You%20Should%20Know&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.denbagus.net%2Ffresh-open-source-project-management-invoice-and-tracking-you-should-know" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.denbagus.net/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>Project management software to manage projects is not only based software. It can be used for various other tasks as well. <span id="more-3400"></span></p>
<p>Web-based software to provide a tool for planning, organizing and managing resources to achieve the goals and objectives of the project.</p>
<p>Many of us find a variety of project management application with varying subscription rates. But besides paying, a lot of project management based on open sorce. We have collected 6 Fresh Open source Project Management, Invoicing and Tracking You Should Know</p>
<p> </p>
<h2>ClockingIT</h2>
<p><a title="clockingit" href="http://www.clockingit.com/" target="_blank">ClockingIT </a>is an open source task – time tracking &amp; project management application (normall a free hosted app. &amp; source code is available) built with Ruby on Rails. With a slick Ajaxed interface and providing information in every step of creating projects or tasks, ClockingIT is a very user-friendly application.</p>
<p><a href="http://www.clockingit.com/"><img class="aligncenter size-full wp-image-3411" title="clockingit" src="http://www.denbagus.net/wp-content/uploads/2010/04/clockingit.jpg" alt="" width="600" height="211" /></a></p>
<p> </p>
<h2>Streber</h2>
<p><a title="streber" href="http://www.streber-pm.org" target="_blank">Streber</a> is a free wiki driven project management tool written in php5. Freelancers and small teams can easily setup projects and keep track of tasks, issues, bugs, efforts etc. It is a very user-friendly application with hidden details like right mouse-button brings up context-menus or navigation can be done with keyboard.</p>
<p><a href="http://www.streber-pm.org"><img class="aligncenter size-full wp-image-3410" title="streber" src="http://www.denbagus.net/wp-content/uploads/2010/04/streber.jpg" alt="" width="600" height="271" /></a></p>
<p> </p>
<p> </p>
<h2>ArgentumInvoice</h2>
<p><a title="argentuminvoice" href="http://www.argentuminvoice.com/" target="_blank">ArgentumInvoice </a>is an open source web application for managing projects easily and billing the time worked accordingly. It enables you to define clients, create projects and add tickets (things to be done) for that project. The time worked for a ticket can be calculated with the help of a live timer or mentioned manually. Also, it is possible to create timesheets for every user.</p>
<p><a href="http://www.argentuminvoice.com/"><img class="aligncenter size-full wp-image-3408" title="argentuminvoice" src="http://www.denbagus.net/wp-content/uploads/2010/04/argentuminvoice.jpg" alt="" width="600" height="293" /></a></p>
<p> </p>
<p> </p>
<h2>Todoyu</h2>
<p><a title="todoyu" href="http://www.todoyu.com/en/todoyu/" target="_blank">todoyu </a>is an open source task/project management, time tracking &amp; collaboration application that is built with PHP. The application has a modern, Ajaxed interface where both users &amp; clients can have roles on projects. Using todoyu, projects can be divided into multiple milestones with sub-tasks that are assigned to users.</p>
<p><a href="http://www.todoyu.com/en/todoyu/"><img class="aligncenter size-full wp-image-3414" title="todoyu" src="http://www.denbagus.net/wp-content/uploads/2010/04/todoyu.jpg" alt="" width="603" height="236" /></a></p>
<p> </p>
<p> </p>
<h2>qdPM</h2>
<p><a title="qdpm" href="http://qdpm.net/" target="_blank">qdPM</a> is an open source project management application that is created for small teams in mind. It is built with PHP/MySQL &amp; relies on Symfony Framework (bundled with the download package). Projects in qdPM can be set to different billing types like per hour, fixed price, etc. &amp; a powerful reports module helps analyzing these data like any other data in the system.</p>
<p><a href="http://qdpm.net/"><img class="aligncenter size-full wp-image-3415" title="qdpm" src="http://www.denbagus.net/wp-content/uploads/2010/04/qdpm.jpg" alt="" width="601" height="253" /></a></p>
<p> </p>
<p> </p>
<h2>Retrospectiva</h2>
<p><a title="retrospectiva" href="http://retrospectiva.org" target="_blank">Retrospectiva</a> is an open source project management &amp; bug-tracking application that is focused on development teams. It is built with Ruby on Rails &amp; requires a MySQL database for storing the data. Retrospectiva has an easy-to-use admin interface, a XML-REST-based API for integration with 3rd party applications &amp; RSS support for following every content much simpler.</p>
<p><a href="http://retrospectiva.org"><img class="aligncenter size-full wp-image-3409" title="retrospectiva" src="http://www.denbagus.net/wp-content/uploads/2010/04/retrospectiva.jpg" alt="" width="600" height="189" /></a></p>
<p><a href="http://www.denbagus.net/fresh-open-source-project-management-invoice-and-tracking-you-should-know">Fresh Open source Project Management , Invoice and Tracking You Should Know</a> is a post from: <a href="http://www.denbagus.net">denbagus blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.denbagus.net/fresh-open-source-project-management-invoice-and-tracking-you-should-know/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>11 Amazing Twitter Libraries for Web Developers</title>
		<link>http://www.denbagus.net/twitter-libraries-for-web-developers</link>
		<comments>http://www.denbagus.net/twitter-libraries-for-web-developers#comments</comments>
		<pubDate>Wed, 24 Mar 2010 03:36:56 +0000</pubDate>
		<dc:creator>denbagus</dc:creator>
				<category><![CDATA[web-development]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.denbagus.net/?p=3369</guid>
		<description><![CDATA[Twitter appears in many personal and professional areas, whether it be as simple as  Follow Me icon in the header or display recent tweets in the author. This is no longer the fashion now, Twitter is a must for every site, not only for the mind and constantly in touch with the people, but also [...]<p><a href="http://www.denbagus.net/twitter-libraries-for-web-developers">11 Amazing Twitter Libraries for Web Developers</a> is a post from: <a href="http://www.denbagus.net">denbagus blog</a></p>
]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton3369" class="tw_button" style="float:right;margin-left:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fbit.ly%2Fsgcw1u&amp;text=RT%20%40denbagus%2011%20Amazing%20Twitter%20Libraries%20for%20Web%20Developers&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.denbagus.net%2Ftwitter-libraries-for-web-developers" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.denbagus.net/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>Twitter appears in many personal and professional areas, whether it be as simple as  Follow Me icon in the header or display recent tweets in the author.<span id="more-3369"></span></p>
<p>This is no longer the fashion now, Twitter is a must for every site, not only for the mind and constantly in touch with the people, but also for marketing, advertising and even users.</p>
<p>But you can ask yourself: How can I work like I want twitter to my website? Below we present <strong>11 Amazing  Twitter Libraries for web developers </strong>who want to develop services based twitter</p>
<p><a href="http://code.google.com/p/twitterscript/">TwitterScript</a> (Actionscript)<br />
This is an ActionScript 3.0 library for accessing  Twitter’s APIs. This was originally code from Twitter, but it is being  open sourced so that it can be maintained and kept current.</p>
<p><a href="http://twitlib.googlecode.com/">QTwitLib</a>(C++)<br />
QTwitLib is  currently in a functioning stage, which allows a user to make calls to  the library, which in turn makes POST/GET requests to Twitter and  returns a message and status code for the action request.</p>
<p><a href="http://code.google.com/p/java-twitter/">java-twitter</a> (Java)<br />
A Java wrapper around the Twitter API.</p>
<p><a href="http://www.winterwell.com/software/jtwitter.php">jtwitter</a> (Java)<br />
JTwitter is a small library providing easy access to the  Twitter API. Set and get your status, manage your network of friends,  message friends, etc.</p>
<p><a href="http://www.phpclasses.org/browse/package/4075.html">My Twitter</a> (PHP)<br />
This class can be used to set and retrieve a Twitter user  status.</p>
<p><a href="http://github.com/jdp/twitterlibphp">TwitterLibPHP</a> (PHP)<br />
An object-oriented PHP interface for the Twitter API.</p>
<p><a href="http://code.google.com/p/php-twitter/">PHP Twitter</a> (PHP)<br />
A  Twitter class for PHP, forked, modified and enhanced.</p>
<p><a href="http://classes.verkoyen.eu/twitter/">PHP Twitter</a> (PHP)<br />
PHP  Twitter is a (wrapper) class for communicating with the Twitter API.</p>
<p><a href="http://code.google.com/p/python-twitter/">python-twitter</a> (Python)<br />
A Python wrapper around the Twitter API.</p>
<p><a href="http://github.com/dustin/twitty-twister/tree/master">twitty-twister</a> (Python)<br />
A twisted client for Twitter-like APIs.</p>
<p><a href="http://rubyforge.org/projects/twittery">Twittery</a> (Ruby)<br />
Twittery is a lightweight Ruby class that interfaces with Twitter’s API  to make interacting with Twitter as simple as possible.</p>
<p>Get fast success in <a href="http://www.actualtests.com/exam-199-01.htm">199-01</a> and <a href="http://www.certkiller.com/certification-training-CompTIA.htm">comptia certification</a> exam questions by using ou latest <a href="http://www.pass4sures.ca/70-294.html">70-294</a> exam . We also offer up-to-date <a href="http://www.pass4sures.us/70-548-test.html">70-548</a> questions and answers for your prep of <a href="http://www.pass4sures.biz/70-638-testking.html">70-638</a>.</p>
<p><a href="http://www.denbagus.net/twitter-libraries-for-web-developers">11 Amazing Twitter Libraries for Web Developers</a> is a post from: <a href="http://www.denbagus.net">denbagus blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.denbagus.net/twitter-libraries-for-web-developers/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>5 Amazing Resources and Techniques for Google Buzz</title>
		<link>http://www.denbagus.net/resources-and-techniques-for-google-buzz</link>
		<comments>http://www.denbagus.net/resources-and-techniques-for-google-buzz#comments</comments>
		<pubDate>Sat, 20 Mar 2010 07:12:25 +0000</pubDate>
		<dc:creator>denbagus</dc:creator>
				<category><![CDATA[web-development]]></category>
		<category><![CDATA[Google Buzz]]></category>

		<guid isPermaLink="false">http://www.denbagus.net/?p=3328</guid>
		<description><![CDATA[Google Buzz launch a few weeks ago has made the web developers to write a variety of techniques and tutorials on using Google Buzz on the website. As we know Google Buzz has become the center of all the current discussion. We have collected 10 Amazing Resources and techniques for Google Buzz. Starting from the [...]<p><a href="http://www.denbagus.net/resources-and-techniques-for-google-buzz">5 Amazing Resources and Techniques for Google Buzz</a> is a post from: <a href="http://www.denbagus.net">denbagus blog</a></p>
]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton3328" class="tw_button" style="float:right;margin-left:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fbit.ly%2Fu1SEgZ&amp;text=RT%20%40denbagus%205%20Amazing%20Resources%20and%20Techniques%20for%20Google%20Buzz&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fwww.denbagus.net%2Fresources-and-techniques-for-google-buzz" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.denbagus.net/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p><a title="google buzz" href="http://www.google.com/buzz" target="_blank">Google Buzz</a> launch a few weeks ago has made the <a title="web-developers" href="http://www.denbagus.net/wordpress-frameworks-for-web-developers/" target="_blank">web developers</a> to write a variety of techniques and tutorials on using Google Buzz on the website.</p>
<p><span id="more-3328"></span> As we know Google Buzz has become the center of all the current discussion. We have collected<strong> 10 Amazing Resources and techniques for Google Buzz</strong>.</p>
<p>Starting from the integration Google Buzz with  WordPress, tutorial googlebuzz making widgets with jQuery. Hope you enjoy</p>
<p> </p>
<h2><a title="pull-google-buzz-with-jquery" href="http://aext.net/2010/02/pull-google-buzz-with-jquery/" target="_blank">How to Pull Your Google Buzz with jQuery</a></h2>
<p><a href="http://aext.net/2010/02/pull-google-buzz-with-jquery/"><img class="aligncenter size-full wp-image-3334" title="pull-google-buzz-with-jquery" src="http://www.denbagus.net/wp-content/uploads/2010/03/pull-google-buzz-with-jquery.jpg" alt="" width="600" height="183" /></a></p>
<h2></h2>
<h2><strong><a title="google-buzz-button-wordpress" href="http://www.clickonf5.org/google-buzz-button-wordpress" target="_blank"><strong>Google Buzz Button WordPress Plugin</strong></a></strong></h2>
<p><strong><strong><a href="http://www.clickonf5.org/google-buzz-button-wordpress"><img class="aligncenter size-full wp-image-3340" title="google-buzz-wp-plugin" src="http://www.denbagus.net/wp-content/uploads/2010/03/google-buzz-wp-plugin.jpg" alt="" width="600" height="102" /></a></strong></strong></p>
<p> </p>
<h2><a href="http://www.moretechtips.net/2010/02/google-buzz-widget-jquery-plugin.html">Google  Buzz Widget &#8211; A jQuery Plugin </a></h2>
<p><a href="http://www.moretechtips.net/2010/02/google-buzz-widget-jquery-plugin.html"><img class="aligncenter size-full wp-image-3342" title="google-buzz-widget" src="http://www.denbagus.net/wp-content/uploads/2010/03/google-buzz-widget.jpg" alt="" width="600" height="150" /></a></p>
<p> </p>
<h2><a title="google-buzz-share-button" href="http://tutzone.net/2010/02/how-to-add-a-google-buzz-share-button.html" target="_blank">How To Add A Google Buzz Share Button</a></h2>
<p><a href="http://tutzone.net/2010/02/how-to-add-a-google-buzz-share-button.html"><img class="aligncenter size-full wp-image-3344" title="How To Add A Google Buzz Share Button" src="http://www.denbagus.net/wp-content/uploads/2010/03/How-To-Add-A-Google-Buzz-Share-Button.jpg" alt="" width="600" height="144" /></a></p>
<h2>
</h2>
<h2><a title="google-buzz-tricks" href="http://techsplurge.com/featured/ultimate-google-buzz-tricks/" target="_blank">Google Buzz Tricks</a></h2>
<p><a href="http://techsplurge.com/featured/ultimate-google-buzz-tricks/"><img class="aligncenter size-full wp-image-3347" title="googlebuzz-trick" src="http://www.denbagus.net/wp-content/uploads/2010/03/googlebuzz-trick.jpg" alt="" width="600" height="138" /></a></p>
<h4>Possibly related posts: (automatically generated)</h4>
<ul>
<li style="list-style: none;">Related posts on <b>Google Buzz</b></li>
<li><a href="http://www.techdaring.com/2010/03/20/google-introducing-google-buzz-widget-for-android/">Google introducing <b>Google Buzz</b> widget for Android | TechDaring <b>&#8230;</b></a></li>
</ul>
<ul>
<li style="list-style: none;">Related posts on <b>web-development</b></li>
<li><a href="http://www.webdeveloperguide.com/2010/03/seo-to-be-the-cause-of-the-reduction-in-page-views/">SEO to be the cause of the reduction in page views « Web Developer <b>&#8230;</b></a></li>
<li><a href="http://tbxstudio.com/google-online-scams/">Google online scams | Toronto Web Design, <b>Web Development</b>, SEO <b>&#8230;</b></a></li>
<li><a href="http://tbxstudio.com/google-threaten-to-leave-china-entirely/">Google threaten to leave China entirely | Toronto Web Design, <b>Web</b> <b>&#8230;</b></a></li>
</ul>
<p><a href="http://www.denbagus.net/resources-and-techniques-for-google-buzz">5 Amazing Resources and Techniques for Google Buzz</a> is a post from: <a href="http://www.denbagus.net">denbagus blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.denbagus.net/resources-and-techniques-for-google-buzz/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

