<?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>Website design and developer &#187; internet</title>
	<atom:link href="http://webddr.net/tag/internet/feed/" rel="self" type="application/rss+xml" />
	<link>http://webddr.net</link>
	<description>Website Design, Develop, Registrar</description>
	<lastBuildDate>Tue, 22 May 2012 01:04:22 +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>Apache and IIS’ Web server rival NGINX is growing fast</title>
		<link>http://webddr.net/website/apache-and-iis%e2%80%99-web-server-rival-nginx-is-growing-fast/</link>
		<comments>http://webddr.net/website/apache-and-iis%e2%80%99-web-server-rival-nginx-is-growing-fast/#comments</comments>
		<pubDate>Sun, 06 Nov 2011 13:21:28 +0000</pubDate>
		<dc:creator>Angga</dc:creator>
				<category><![CDATA[Website]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://webddr.net/?p=1119</guid>
		<description><![CDATA[It used to be easy for Web server administrators. If you ran a Windows shop, you used Internet Information Server (IIS), if you didn’t, you used Apache. Now, though, you have more Web server choices and one of the leading alternatives, the open-source NGINX Web server, is gaining fast. According to Netcraft, the leading Web [...]]]></description>
		<wfw:commentRss>http://webddr.net/website/apache-and-iis%e2%80%99-web-server-rival-nginx-is-growing-fast/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What To Do When Your Website Goes Down</title>
		<link>http://webddr.net/tips-and-tricks/what-to-do-when-your-website-goes-down/</link>
		<comments>http://webddr.net/tips-and-tricks/what-to-do-when-your-website-goes-down/#comments</comments>
		<pubDate>Wed, 15 Dec 2010 02:31:12 +0000</pubDate>
		<dc:creator>Angga</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Web hosting]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://webddr.net/?p=1029</guid>
		<description><![CDATA[Have you ever heard a colleague answer the phone like this: “Good afterno… Yes… What? Completely?… When did it go down?… Really, that long?… We’ll look into it right away… Yes, I understand… Of course… Okay, speak to you soon… Bye.” The call may have been followed by some cheesy ’80s rock ballad coming from [...]]]></description>
		<wfw:commentRss>http://webddr.net/tips-and-tricks/what-to-do-when-your-website-goes-down/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Hacking and Password Cracking</title>
		<link>http://webddr.net/tips-and-tricks/google-hacking-and-password-cracking/</link>
		<comments>http://webddr.net/tips-and-tricks/google-hacking-and-password-cracking/#comments</comments>
		<pubDate>Mon, 15 Nov 2010 02:21:29 +0000</pubDate>
		<dc:creator>Angga</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Hacker]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[safety]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://webddr.net/?p=882</guid>
		<description><![CDATA[Google Hacking This is by far the easiest hack of all. It really is extraordinary what you can find in Google&#8217;s index. And here&#8217;s Newsflash #1: you can find a wealth of actual usernames and passwords using search strings. Copy and paste these into Google: inurl:passlist.txt inurl:passwd.txt …and this one is just priceless… “login: *” [...]]]></description>
		<wfw:commentRss>http://webddr.net/tips-and-tricks/google-hacking-and-password-cracking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery vs MooTools: MooTools Lets You Have It Your Way</title>
		<link>http://webddr.net/javascript/jquery-vs-mootools-mootools-lets-you-have-it-your-way/</link>
		<comments>http://webddr.net/javascript/jquery-vs-mootools-mootools-lets-you-have-it-your-way/#comments</comments>
		<pubDate>Wed, 27 Oct 2010 03:52:44 +0000</pubDate>
		<dc:creator>Angga</dc:creator>
				<category><![CDATA[javaScript]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[jQuery vs MooTools]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://webddr.net/?p=870</guid>
		<description><![CDATA[But what if you like the jQuery syntax? One way to illustrate the power of MooTools is to show you how easy it is to change it to suit your tastes. If we wanted to implement the hover method from jQuery in MooTools, we could easily do so: Element.implement({ hover : function(enter,leave){ return this.addEvents({ mouseenter [...]]]></description>
		<wfw:commentRss>http://webddr.net/javascript/jquery-vs-mootools-mootools-lets-you-have-it-your-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery vs MooTools: Anything You Can Do I Can Do Better</title>
		<link>http://webddr.net/javascript/jquery-vs-mootools-anything-you-can-do-i-can-do-better/</link>
		<comments>http://webddr.net/javascript/jquery-vs-mootools-anything-you-can-do-i-can-do-better/#comments</comments>
		<pubDate>Wed, 27 Oct 2010 03:49:22 +0000</pubDate>
		<dc:creator>Angga</dc:creator>
				<category><![CDATA[javaScript]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[jQuery vs MooTools]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://webddr.net/?p=867</guid>
		<description><![CDATA[If you look at the things jQuery can do, there&#8217;s often a counterpart in MooTools. If you look at the things MooTools can do, there is often no way to emulate it using jQuery code because of jQuery&#8217;s focus on the DOM. MooTools has a broader functionality than jQuery, but there&#8217;s nothing about jQuery that [...]]]></description>
		<wfw:commentRss>http://webddr.net/javascript/jquery-vs-mootools-anything-you-can-do-i-can-do-better/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery vs MooTools: jQuery Makes the DOM More Fun</title>
		<link>http://webddr.net/javascript/jquery-vs-mootools-jquery-makes-the-dom-more-fun/</link>
		<comments>http://webddr.net/javascript/jquery-vs-mootools-jquery-makes-the-dom-more-fun/#comments</comments>
		<pubDate>Wed, 27 Oct 2010 03:43:21 +0000</pubDate>
		<dc:creator>Angga</dc:creator>
				<category><![CDATA[javaScript]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[jQuery vs MooTools]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://webddr.net/?p=863</guid>
		<description><![CDATA[And this is why jQuery is more accessible. It doesn&#8217;t ask that you learn JavaScript inside and out. It doesn&#8217;t throw you into the deep end with prototypal inheritance, binding, &#8220;this&#8221;, and native prototypes. When you get started with jQuery in its official tutorial, this is the first jQuery code example you find: window.onload = [...]]]></description>
		<wfw:commentRss>http://webddr.net/javascript/jquery-vs-mootools-jquery-makes-the-dom-more-fun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery vs MooTools: MooTools Makes JavaScript Itself More Fun</title>
		<link>http://webddr.net/javascript/jquery-vs-mootools-mootools-makes-javascript-itself-more-fun/</link>
		<comments>http://webddr.net/javascript/jquery-vs-mootools-mootools-makes-javascript-itself-more-fun/#comments</comments>
		<pubDate>Wed, 27 Oct 2010 03:37:49 +0000</pubDate>
		<dc:creator>Angga</dc:creator>
				<category><![CDATA[javaScript]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[jQuery vs MooTools]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://webddr.net/?p=860</guid>
		<description><![CDATA[Because MooTools focuses on making the JavaScript API itself more stable and coherent, it is focused less on giving you an interface that &#8220;changes the way you write JavaScript&#8221; and more on making JavaScript as a whole less frustrating; MooTools is an extension to the JavaScript language. MooTools tries to make JavaScript the way it [...]]]></description>
		<wfw:commentRss>http://webddr.net/javascript/jquery-vs-mootools-mootools-makes-javascript-itself-more-fun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery vs MooTools: Self Reference</title>
		<link>http://webddr.net/javascript/jquery-vs-mootools-self-reference/</link>
		<comments>http://webddr.net/javascript/jquery-vs-mootools-self-reference/#comments</comments>
		<pubDate>Wed, 27 Oct 2010 03:08:14 +0000</pubDate>
		<dc:creator>Angga</dc:creator>
				<category><![CDATA[javaScript]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[jQuery vs MooTools]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://webddr.net/?p=855</guid>
		<description><![CDATA[Javascript has a special word: &#8220;this&#8221;. It&#8217;s hard for me to succinctly define what &#8220;this&#8221; is all about but, by default, &#8220;this&#8221; is the object to which the current method belongs. It allows objects to refer to themselves within their methods as they would otherwise have no means to do so. This becomes important when [...]]]></description>
		<wfw:commentRss>http://webddr.net/javascript/jquery-vs-mootools-self-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery vs MooTools: More Than Just The DOM</title>
		<link>http://webddr.net/javascript/jquery-vs-mootools-more-than-just-the-dom/</link>
		<comments>http://webddr.net/javascript/jquery-vs-mootools-more-than-just-the-dom/#comments</comments>
		<pubDate>Wed, 27 Oct 2010 03:00:31 +0000</pubDate>
		<dc:creator>Angga</dc:creator>
				<category><![CDATA[javaScript]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[jQuery vs MooTools]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://webddr.net/?p=849</guid>
		<description><![CDATA[If you think of the tasks that we want to accomplish in JavaScript strictly in terms of &#8220;get stuff on the page and do stuff to it&#8221; then jQuery is probably the best choice. It excels at offering a very expressive system for describing behavior on the page in a way that doesn&#8217;t feel like [...]]]></description>
		<wfw:commentRss>http://webddr.net/javascript/jquery-vs-mootools-more-than-just-the-dom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery vs MooTools: What JavaScript Is Good For</title>
		<link>http://webddr.net/javascript/jquery-vs-mootools-what-javascript-is-good-for/</link>
		<comments>http://webddr.net/javascript/jquery-vs-mootools-what-javascript-is-good-for/#comments</comments>
		<pubDate>Wed, 27 Oct 2010 02:57:52 +0000</pubDate>
		<dc:creator>Angga</dc:creator>
				<category><![CDATA[javaScript]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[jQuery vs MooTools]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://webddr.net/?p=846</guid>
		<description><![CDATA[Part of making this choice is asking what you want to do with JavaScript. Let&#8217;s consider vanilla JavaScript. No framework; just plain old JS. JavaScript gives you native objects like Strings, Numbers, Functions, Arrays, Dates, Regular Expressions, and more. JavaScript also gives you an inheritance model &#8211; a somewhat esoteric model called prototypal inheritance (which [...]]]></description>
		<wfw:commentRss>http://webddr.net/javascript/jquery-vs-mootools-what-javascript-is-good-for/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

