<?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>Webmaster Domain Open Source &#187; Subagio Eko</title>
	<atom:link href="http://www.webceraton.com/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webceraton.com</link>
	<description>Webmaster Hosting Domain For Open Source, Joomla, Wordpress, Silverstripe, Drupal, and for Internet Marketing, Internet Marketing Forum</description>
	<lastBuildDate>Fri, 23 Jul 2010 14:01:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Free Tutorial Website Design And Drawing Tutorial</title>
		<link>http://www.webceraton.com/2010/07/free-tutorial-website-design-and-drawing-tutorial/</link>
		<comments>http://www.webceraton.com/2010/07/free-tutorial-website-design-and-drawing-tutorial/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 14:01:13 +0000</pubDate>
		<dc:creator>Subagio Eko</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[drawing tutorial]]></category>
		<category><![CDATA[free tutorial webdesign]]></category>
		<category><![CDATA[graphic design]]></category>

		<guid isPermaLink="false">http://www.webceraton.com/?p=264</guid>
		<description><![CDATA[For the novice or new to the web design, should be wondering, how to create a website, how to create great website, from where ? should the web create from notepad ? or from graphic ? All you need answer for all of your questions regarding website design could be answered to this article: Designing [...]]]></description>
			<content:encoded><![CDATA[<p>For the novice or new to the web design, should be wondering, how to create a website, how to create great website, from where ? should the web create from notepad ? or from graphic ? All you need answer for all of your questions regarding website design could be answered to this article:</p>
<p><a href="http://wegraphics.net/blog/tutorials/designing-a-highly-professional-website-from-the-sketch-to-the-code/#comment-4009" target="_blank">Designing A Highly-Professional Website, From the Sketch to the Code</a></p>
<p>I have design the website from many years, but it is worth to read from other people how they think about designing to the web, and it will give you more light bulb to design more and more.</p>
<p>Another worth graphic design to create sophisticated graphic using sketch or pecil would be to this article, it is more than one, yes it is 50 Awesome Graphic Tutorial, here is the title and the link:</p>
<p><a href="http://thinksmartdesigns.blogspot.com/2010/07/50-awesome-drawing-tutorials.html" target="_blank">50 Awesome Drawing Tutorials</a></p>
<p>Have a great look and learn, keep on fighting for your greatest goal.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webceraton.com/2010/07/free-tutorial-website-design-and-drawing-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Dreamweaver: Drag And Drop CSS Layering The Web</title>
		<link>http://www.webceraton.com/2009/12/adobe-dreamweaver-drag-and-drop-css-layering-the-ne/</link>
		<comments>http://www.webceraton.com/2009/12/adobe-dreamweaver-drag-and-drop-css-layering-the-ne/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 02:30:15 +0000</pubDate>
		<dc:creator>Subagio Eko</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[absolute position div tag]]></category>
		<category><![CDATA[adobe dreamweaver apdiv]]></category>
		<category><![CDATA[adobe dreamweaver layer]]></category>
		<category><![CDATA[css layer]]></category>
		<category><![CDATA[div tag layer]]></category>

		<guid isPermaLink="false">http://www.webceraton.com/?p=255</guid>
		<description><![CDATA[We came to the frontier where old style code programming to display page from html ground has evolve and changes. Who not know about html table, it&#8217;s spread all over the web in the past, to display text, image, everything using table tag. But now, the table became fade away, when CSS introduce div tag [...]]]></description>
			<content:encoded><![CDATA[<p>We came to the frontier where old style code programming to display page from html ground has evolve and changes. Who not know about html table, it&#8217;s spread all over the web in the past, to display text, image, everything using table tag. But now, the table became fade away, when CSS introduce div tag and the special thing about div tag is there are layering way for div tag.</p>
<p><strong>The Layer of Div Tag</strong><br />
When it came to display more than one element inside of the page, let say you want to add dynamic text inside of image, you need to add more and more element at the top of it. Well, CSS provide layering div tag that support multiple elament to put at the top of another div tag. Here is the capture image of how div tag layer work,there are three div tag.</p>
<div id="attachment_258" class="wp-caption alignleft" style="width: 314px"><img class="size-full wp-image-258" title="div-tag-container" src="http://www.webceraton.com/wp-content/uploads/2009/12/div-tag-container.jpg" alt="Div Tag Layer illustration" width="304" height="271" /><p class="wp-caption-text">Div Tag Layer illustration</p></div>
<p>The div tag with title div container Layer 1, the position at the bottom and will act as dv tag cointainer for each div tag inside of the div tag container. The bottom div tag should set as layer 1, the next div tag at the top of div tag container is div tag with layer 2, and the final div tag at the top of div tag layer 2 is the div tag layer 3. Each time you click the bottom of div tag in Adobe Dreamweaver, all div tag at the top of it would be selected too. Because i set it as nested div tag, i put the inner most of div tag inside of the outer most of div tag. Here is the snapshot of code, the layer in CSS represented in code as z-index so you should be aware of z-index number when designing css layer.</p>
<p>&lt;html xmlns=&#8221;http://www.w3.org/1999/xhtml&#8221;&gt;<br />
&lt;head&gt;<br />
&lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=utf-8&#8243; /&gt;<br />
&lt;title&gt;Untitled Document&lt;/title&gt;<br />
&lt;style type=&#8221;text/css&#8221;&gt;<br />
&lt;!&#8211;</p>
<p>#apDiv1 {<br />
position:absolute;<br />
left:34px;<br />
top:19px;<br />
width:285px;<br />
height:235px;<br />
z-index:1;<br />
}<br />
#apDiv2 {<br />
position:absolute;<br />
width:250px;<br />
height:184px;<br />
z-index:2;<br />
left: 18px;<br />
top: 27px;<br />
}<br />
#apDiv3 {<br />
position:absolute;<br />
width:200px;<br />
height:115px;<br />
z-index:2;<br />
left: 19px;<br />
top: 31px;<br />
}<br />
&#8211;&gt;<br />
&lt;/style&gt;<br />
&lt;/head&gt;</p>
<p>&lt;body&gt;<br />
&lt;div id=&#8221;apDiv1&#8243;&gt;Div Container</p>
<p>&lt;div id=&#8221;apDiv2&#8243;&gt;Div tag layer 2<br />
&lt;div id=&#8221;apDiv3&#8243;&gt;Div tag layer 3<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
Layer 1&lt;/div&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
<p><strong>The Drag And Drop of CSS</strong><br />
How to do this in Adobe Dreamweaver, it is the easy way to produce div tag layering element. While in design mode from Adobe Dreamweaver Toolbar, click layout toolbar. And click Draw Ap Div, then place it on the design space area and put text on it as Div Container Layer 1. Layer 1 in div tag could be set as z-index = 1. Now click the the div layer on the design space area, while still in selected element, now click the icon Draw AP Div at Layout toolbar, and drag it inside of the div container that we created before. Set the the text inside of ApDiv layer 2 with Div tag layer 2, now click apdiv tag layer 2, then click and drag another apdiv inside of div tag layer 2, and set the text inside of div tag layer 3 with div tag layer 3. That&#8217;s all, you see how to drag and drop CSS div tag and layering with z-index. This is usefull when you want to translate the beautifull web design into html with css.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webceraton.com/2009/12/adobe-dreamweaver-drag-and-drop-css-layering-the-ne/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Flash: Exporting Item Library</title>
		<link>http://www.webceraton.com/2009/12/adobe-flash-exporting-item-library/</link>
		<comments>http://www.webceraton.com/2009/12/adobe-flash-exporting-item-library/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 10:15:20 +0000</pubDate>
		<dc:creator>Subagio Eko</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[export flash library item]]></category>

		<guid isPermaLink="false">http://www.webceraton.com/?p=250</guid>
		<description><![CDATA[Wonder, if you get resource from client that wrapped up into single adobe flash, and they not giving you more image, instead they only give you one file of flash, or one file of flash file. Then your client ask you, just use image on the flash file to build the website or design the [...]]]></description>
			<content:encoded><![CDATA[<p>Wonder, if you get resource from client that wrapped up into single adobe flash, and they not giving you more image, instead they only give you one file of flash, or one file of flash file. Then your client ask you, just use image on the flash file to build the website or design the web.</p>
<p><strong>The Goal</strong><br />
You need to explore which image that you want to grab from adobe flash file, just look into adobe flash library, you cannot edit with&#8230; using popup menu, the adobe flash will ask you the original file to locate, and said it error !. Now, what are you doing, you just explore and try every single of possibilities, to get those files.</p>
<p><strong>The Final</strong><br />
Ah, why you don&#8217;t create new scene in adobe flash, while the original adobe flash that you want to grab the file from library still open. Just create new scene, then put library item file to new scene, from there use menu File-&gt;Export-&gt;Export Image, then save these image with the name as you want.</p>
<p>Finally you got what you want, the file that you want to use to design the web from adobe flash, without ringing your client asking to send image resource for your design. Got it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webceraton.com/2009/12/adobe-flash-exporting-item-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Giving Free OS</title>
		<link>http://www.webceraton.com/2009/11/google-giving-free-os/</link>
		<comments>http://www.webceraton.com/2009/11/google-giving-free-os/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 05:23:08 +0000</pubDate>
		<dc:creator>Subagio Eko</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Chrome OS]]></category>
		<category><![CDATA[Chrome OS Open Sourced]]></category>

		<guid isPermaLink="false">http://www.webceraton.com/?p=246</guid>
		<description><![CDATA[Do you ever use Google Chrome ? Oh ya the browser, sure, i have use it, the Chrome Browser. But I heard Google also naming their operating system as Chrome. You mean Chrome OS, ya, that&#8217;s right, Chrome OS. What is the magnificent thing from Chrome OS ? You need to use it first, then [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_247" class="wp-caption alignleft" style="width: 310px"><a href="http://www.linux.com/news/software/developer/226067-chrome-os-now-open-sourced-gearing-for-2010-release"><img class="size-medium wp-image-247" title="figure3" src="http://www.webceraton.com/wp-content/uploads/2009/11/figure3-300x167.jpg" alt="The Chrome OS Application Menu" width="300" height="167" /></a><p class="wp-caption-text">The Chrome OS Application Menu</p></div>
<p>Do you ever use Google Chrome ? Oh ya the browser, sure, i have use it, the Chrome Browser. But I heard Google also naming their operating system as Chrome. You mean Chrome OS, ya, that&#8217;s right, Chrome OS. What is the magnificent thing from Chrome OS ? You need to use it first, then you will know how is it going.</p>
<p><strong>Chrome OS open sourced</strong><br />
According to <a href="http://www.linux.com/news/software/developer/226067-chrome-os-now-open-sourced-gearing-for-2010-release" target="_self">linux.com</a>, Chrome OS now open sourced, this means programmer and everyone can see inside the source code of Chrome OS. From the business point of view this is the part of their publicity, google publicity to keep covered by media all over the world. From the user view, and programmer view this is advantage and this is part of  google contribution to the open source community.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webceraton.com/2009/11/google-giving-free-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WAT Ma ! Windows 7 hacked</title>
		<link>http://www.webceraton.com/2009/11/wat-ma-windows-7-hacked/</link>
		<comments>http://www.webceraton.com/2009/11/wat-ma-windows-7-hacked/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 10:36:20 +0000</pubDate>
		<dc:creator>Subagio Eko</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Hacking Security]]></category>
		<category><![CDATA[cnet news]]></category>
		<category><![CDATA[how to hacked windows 7]]></category>
		<category><![CDATA[WAT windows 7 hacked]]></category>

		<guid isPermaLink="false">http://www.webceraton.com/?p=243</guid>
		<description><![CDATA[Well definitely it is very tempting to hack windows since they are curious to use windows, well it definitely will spread out windows user, and they will stick to use microsoft software, do you think this is part of microsoft windows to penetrate the market ? by providing the weakness, i do not know, before [...]]]></description>
			<content:encoded><![CDATA[<p>Well definitely it is very tempting to hack windows since they are curious to use windows, well it definitely will spread out windows user, and they will stick to use microsoft software, do you think this is part of microsoft windows to penetrate the market ? by providing the weakness, i do not know, before the final release launched, there are also windows 7 RC version.</p>
<p><strong>Why Do You Want To Use Windows 7</strong><br />
Curious and tempting, they want to use it because they want to use Microsoft Windows, but they curious <a href="http://www.mydigitallife.info/2009/11/06/removewat-or-chew-wga-bypass-activate-windows-7-and-server-2008-r2-forever-loader-alternative-to-remove-disable-activation-technologies/" target="_self">how to hacked it</a>. Sure the software doesn&#8217;t show as legitimate, while many people still love using linux, there are also i think 80% of the operating system market still love windows, this is the way they not forget about windows interface, many application support it, and also huge resource of hardware that windows support, do not forget may be 80% of your friend also using windows.</p>
<p><strong>Counter Attack</strong><br />
As reported on <a href="http://news.cnet.com/8301-10805_3-10397650-75.html?tag=mncol;title" target="_self">CNET News</a>, Microsoft confirmed on Friday it is aware of the technique, but said that it is working to shore up the activation procedure. &#8220;We&#8217;re aware of this workaround and are already working to address it,&#8221; a Microsoft representative said in a statement, which also urged customers to only use genuine software, noting the fake stuff can contain malware and other bad things. Well, some said it is cat mouse games, but as you might knew, the higher you conquer the market, the higher people willing to use it and the higher risk to get hacked. Do you think windows will release the dongle hardware for their next operating system, no, that is the bad idea for operating system to use dongle hardware. Even the dongle can be hacked.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webceraton.com/2009/11/wat-ma-windows-7-hacked/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Beware: Masking Facebook Password as Email</title>
		<link>http://www.webceraton.com/2009/11/beware-masking-facebook-password-as-email/</link>
		<comments>http://www.webceraton.com/2009/11/beware-masking-facebook-password-as-email/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 07:43:50 +0000</pubDate>
		<dc:creator>Subagio Eko</dc:creator>
				<category><![CDATA[Hacking Security]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[facebook hacking]]></category>
		<category><![CDATA[facebook password tool]]></category>
		<category><![CDATA[steal password facebook]]></category>

		<guid isPermaLink="false">http://www.webceraton.com/?p=230</guid>
		<description><![CDATA[The cracker never surrender to eliminate and to gain profit from the top of website to manipulate people and gaining some information using email. They sending spam and masking this email as legal Facebook tool to change password, but it is not. This is fake and will redirecting your click to another website, not the [...]]]></description>
			<content:encoded><![CDATA[<p>The cracker never surrender to eliminate and to gain profit from the top of website to manipulate people and gaining some information using email. They sending spam and masking this email as legal Facebook tool to change password, but it is not. This is fake and will redirecting your click to another website, not the facebook website, so beware do not just click away from link in email you have been received.</p>
<p><strong>How to check it ?</strong></p>
<p>If you received this email do not just click away from your mailbox, please go to facebook.com do not use those email. The email usually using subject: “Facebook update tool” or “new login system” or “Facebook Reset Confirmation”.  <span id="more-230"></span>As you might knew, the more website rank at the top and collect many visitor information, the more cracker will attacking using many different method. Here is the fake email return path, and the sender header,</p>
<div id="attachment_231" class="wp-caption aligncenter" style="width: 296px"><img class="size-full wp-image-231" title="Fake Email" src="http://www.webceraton.com/wp-content/uploads/2009/11/Fake-Email.jpg" alt="Fake sender email address" width="286" height="53" /><p class="wp-caption-text">Fake sender email address</p></div>
<p>This sender looks like legal email from facebook, but please look inside of the internet mail header ,</p>
<div id="attachment_239" class="wp-caption aligncenter" style="width: 342px"><img class="size-full wp-image-239" title="Fake Email Internet Headers" src="http://www.webceraton.com/wp-content/uploads/2009/11/Fake-Email-Internet-Headers1.jpg" alt="Fake Internet Email Header" width="332" height="159" /><p class="wp-caption-text">Fake Internet Email Header</p></div>
<p>You can see the return path is not directly to facebook team website, but it will delivered to another cracker email.</p>
<p>Now look at the content of the email:</p>
<div id="attachment_233" class="wp-caption aligncenter" style="width: 643px"><img class="size-full wp-image-233" title="Fake Email content-message" src="http://www.webceraton.com/wp-content/uploads/2009/11/Fake-Email-content-message.jpg" alt="Fake content pretend from facebook" width="633" height="310" /><p class="wp-caption-text">Fake content pretend from facebook</p></div>
<p>You see, there are the suggestion to click here, but it will not make you go to facebook website, but will redirect to another cracker website. Here is the fake address, and this is not from facebook team, but going to another website, that will collect your username and password.</p>
<div id="attachment_236" class="wp-caption aligncenter" style="width: 716px"><img class="size-full wp-image-236" title="Fake Email content-message-redirecting" src="http://www.webceraton.com/wp-content/uploads/2009/11/Fake-Email-content-message-redirecting.jpg" alt="Redirect url is fake address, it is not facebook address" width="706" height="18" /><p class="wp-caption-text">Redirect url is fake address, it is not facebook address</p></div>
<p>From this point of view, please beware regarding this email you might be received. This is the article to warning the facebook user, if you find these similar email or look a like, please go to facebook website directly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webceraton.com/2009/11/beware-masking-facebook-password-as-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do You Believe To Windows 7 ?</title>
		<link>http://www.webceraton.com/2009/10/do-you-believe-to-windows-7/</link>
		<comments>http://www.webceraton.com/2009/10/do-you-believe-to-windows-7/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 13:51:50 +0000</pubDate>
		<dc:creator>Subagio Eko</dc:creator>
				<category><![CDATA[Hacking Security]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[windows 7 service pack 1]]></category>
		<category><![CDATA[windows 7 vulnerabilities]]></category>

		<guid isPermaLink="false">http://www.webceraton.com/?p=226</guid>
		<description><![CDATA[It&#8217;s very tempting when windows 7 cut price introduce when it launched. So, what is going on with Microsoft ? are they pushing and force people to use windows 7, or are they putting the gap for the next windows service pack 1. Remember what was last operating system released by Microsoft. You don&#8217;t need [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_227" class="wp-caption alignleft" style="width: 310px"><img class="size-medium wp-image-227" title="windows7-presentation-cut-off" src="http://www.webceraton.com/wp-content/uploads/2009/10/windows7-presentation-cut-off-300x241.jpg" alt="windows7" width="300" height="241" /><p class="wp-caption-text">windows7</p></div>
<p>It&#8217;s very tempting when windows 7 cut price introduce when it launched. So, what is going on with Microsoft ? are they pushing and force people to use windows 7, or are they putting the gap for the next windows service pack 1. Remember what was last operating system released by Microsoft.</p>
<p>You don&#8217;t need to change to windows 7 if you have current hardware running with windows xp, if you still want to replace your windows xp with windows 7, wait until service pack for windows 7 coming to the download server. Unless, you buy new hardware or computer, you don&#8217;t need to rush to use windows 7, sure, there are many features and new enhanced functional embedded into windows 7, but you can still get these feature from windows 7 from additional software, try to find the free software first. If you need to pay, try the cheapest one.</p>
<p>I doubt Microsoft will not release service pack 1 for windows 7 for many month to come. When windows 7 available to the market and publicly spread all over store, cracker will try to attempt find the security hole inside windows 7, with this effort, Microsoft will counter attack and throw to the public an update for windows 7 service pac 1. So, do not rush to upgrade, many previous hardware should be waiting for new drive for windows 7, unless windows 7 support windows xp driver mode there are no problem to use your current computer, but i doubt regarding this issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webceraton.com/2009/10/do-you-believe-to-windows-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows XP Startup Hang, Slow</title>
		<link>http://www.webceraton.com/2009/10/windows-xp-startup-hang-slow/</link>
		<comments>http://www.webceraton.com/2009/10/windows-xp-startup-hang-slow/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 16:46:48 +0000</pubDate>
		<dc:creator>Subagio Eko</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[msconfig]]></category>
		<category><![CDATA[slow boot winxp]]></category>
		<category><![CDATA[windows xp slow]]></category>
		<category><![CDATA[winxp fast boot]]></category>
		<category><![CDATA[winxp fast startup]]></category>

		<guid isPermaLink="false">http://www.webceraton.com/?p=223</guid>
		<description><![CDATA[You don&#8217;t know what you deal with, you just mess up with the misery of windows xp, what are you going to do ? you cannot work, you cannot to do anything, in fact you just making any word of complain, do not worry. If you find your windows xp going slow and when windows [...]]]></description>
			<content:encoded><![CDATA[<p>You don&#8217;t know what you deal with, you just mess up with the misery of windows xp, what are you going to do ? you cannot work, you cannot to do anything, in fact you just making any word of complain, do not worry.</p>
<p>If you find your windows xp going slow and when windows start from off mode was going slow, you just need to select which services to run, basically, running only basic devices and basic services only can make you determine which program that make your windows xp going slow and hang.</p>
<div id="attachment_224" class="wp-caption alignright" style="width: 310px"><img class="size-medium wp-image-224" title="msconfig" src="http://www.webceraton.com/wp-content/uploads/2009/10/msconfig-300x202.jpg" alt="Microsoft Configuration Tools" width="300" height="202" /><p class="wp-caption-text">Microsoft Configuration Tools</p></div>
<p>Use msconfig, from windows start menu type msconfig then hit enter. In general tab choose diagnostic startup, it show, it will only load basic devices and basic services only.</p>
<p>Click Ok, then close msconfig, restart your computer, then see what happen, during diagnostic startup, you can open control panel, and click Administration Tools, choose services, there many list of services you can select which services you need or you don&#8217;t need, during this session, choose which services is the right for you to determine what make your windows xp doing something weird.</p>
<p>After you enabled some services, msconfig will detect the startup and switch to selective startup. This is only basic analysis of windows xp, if there are something wrong with your windows xp. After doing proper diagnostic, you might be to do removal the application that make your windows xp going down and slow.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webceraton.com/2009/10/windows-xp-startup-hang-slow/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Domain Forwarding &amp; Masking</title>
		<link>http://www.webceraton.com/2009/09/domain-forwarding-masking/</link>
		<comments>http://www.webceraton.com/2009/09/domain-forwarding-masking/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 18:15:10 +0000</pubDate>
		<dc:creator>Subagio Eko</dc:creator>
				<category><![CDATA[Domains]]></category>
		<category><![CDATA[Cheap Domain Name At KevioMedia]]></category>
		<category><![CDATA[Domain Name Registration]]></category>
		<category><![CDATA[Domain Name Search]]></category>

		<guid isPermaLink="false">http://www.webceraton.com/?p=207</guid>
		<description><![CDATA[How do you get domain price for .com, .net, only $1.99 ? Here is, i give you the secret, order from keviomedia.com any non domain purchase, then you will be eligible to purchase domain .com, .net for only $1.99. It&#8217;s important to have multiple domain and one web hosting, then how visitor can reveal or [...]]]></description>
			<content:encoded><![CDATA[<p>How do you get domain price for .com, .net, only $1.99 ? Here is, i give you the secret, order from <a title="Domain Name Search, Domain Registration" href="http://www.keviomedia.com" target="_blank">keviomedia.com</a> any non domain purchase, then you will be eligible to purchase domain .com, .net for only $1.99.</p>
<p>It&#8217;s important to have multiple domain and one web hosting, then how visitor can reveal or visit to one web or primary web from another domain, with the purpose the domain at the address bar still showing visitor domain name, but visitor access the content of another website of targeted domain ? Here is the answer.</p>
<p>There are the feature of Domain Forwarding &amp; Masking, what kind of this function for your domain can do. Please follow this article untill the end, go read it</p>
<p><strong>Direct Your Site To Another Website</strong></p>
<div id="attachment_210" class="wp-caption alignleft" style="width: 267px"><a href="http://www.keviomedia.com"><img class="size-full wp-image-210" title="img_forwarding_example" src="http://www.webceraton.com/wp-content/uploads/2009/09/img_forwarding_example.gif" alt="Domain Forwarding" width="257" height="114" /></a><p class="wp-caption-text">Domain Forwarding</p></div>
<p>Forwarding just might be the best, hardest-working domain bargain going!</p>
<p>Now you can put any domain name to work, whether you&#8217;ve built a site for it or not. Just select a domain name (or names), add forwarding, and any visitor who types in that name will be redirected to the existing site you designate.</p>
<p>Forwarding is especially useful if you have a site with a long, complicated address. Now you can just register a simpler domain name (easily done using one of the less common top level domains, like .BIZ instead of .COM, for example) and then forward it. It&#8217;s that easy.</p>
<p><strong>Make A Sitename Disappear</strong></p>
<div id="attachment_213" class="wp-caption alignleft" style="width: 267px"><a href="http://www.keviomedia.com"><img class="size-full wp-image-213" title="img_masking_example" src="http://www.webceraton.com/wp-content/uploads/2009/09/img_masking_example.gif" alt="Domain Name Masking" width="257" height="114" /></a><p class="wp-caption-text">Domain Name Masking</p></div>
<p>This is the preventing your visitor reveal the true of website. Domain masking lets you protect the address of a particular site, while still allowing customers to access the content. Here&#8217;s how it works:</p>
<p>First, you register a domain name, say, domain1.com. This is only an address, though; domain1.com is not going to have its own web site. You use this address to display the content of another web site, say, forwarded-to.com.</p>
<p>So your visitors type in www.domain1.com and see the display from the forwarded-to.com web site. But they do not see the forwarded-to.com address.</p>
<p><strong>Already Have Forwarding ? Add Masking !<br />
</strong><br />
Domain masking lets you protect the address of a particular site, while still allowing customers to access the content.</p>
<p>When you just use forwarding, the forwarding address will not appear in the browser&#8217;s address field after the forwarding is completed. When you add masking, the forwarding address will always stay in the browser&#8217;s address field and hide the real destination&#8217;s address.</p>
<p>In addition to the URL, the Mask Meta Tags feature allows you to enter a title, plus description and keywords Meta tag information for the masked domain. Title and Meta tag information is important to a Web site’s search engine ranking, but does not influence how a Web site is being displayed.</p>
<p>(To be used with an existing Forwarded Domain(s).)<br />
If  you ready to have this feature then register your domain to <a title="Domain Name Search, Domain Name Registration, Cheap Domain Name" href="http://www.keviomedia.com" target="_blank">keviomedia.com</a>, and get this feature for free, Register also domain with low prices. Get domain only $1.9 with any purchase for non domain.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webceraton.com/2009/09/domain-forwarding-masking/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Batman Arkham Asylum on DirectX 9c, Perfect</title>
		<link>http://www.webceraton.com/2009/09/batman-arkham-asylum-on-directx-9c-perfect/</link>
		<comments>http://www.webceraton.com/2009/09/batman-arkham-asylum-on-directx-9c-perfect/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 13:56:37 +0000</pubDate>
		<dc:creator>Subagio Eko</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Batman Arkham Asylum]]></category>
		<category><![CDATA[Eidos Interactive]]></category>
		<category><![CDATA[Free Batman Arkham Asylum Download]]></category>
		<category><![CDATA[MSI EX400 series]]></category>
		<category><![CDATA[Rock Steady Studio]]></category>
		<category><![CDATA[Steam]]></category>

		<guid isPermaLink="false">http://www.webceraton.com/?p=182</guid>
		<description><![CDATA[The Dark Knight sending Joker to Arkham Asylum the fortress for every villain in Gotham city. While in Arkham joker set him free before entering into jail by attacking two fortress guard. Then the story of Arkham begin for the Dark Knight to eliminate joke once again. This is not as simple as eliminate Joker, [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_193" class="wp-caption alignleft" style="width: 150px"><iframe src="http://rcm.amazon.com/e/cm?t=intemarkbusie-20&#038;o=1&#038;p=8&#038;l=as1&#038;asins=B001E8VB6O&#038;fc1=000000&#038;IS2=1&#038;lt1=_blank&#038;m=amazon&#038;lc1=0000FF&#038;bc1=000000&#038;bg1=FFFFFF&#038;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe><p class="wp-caption-text">BUY NOW</p></div>
<p>The Dark Knight sending Joker to Arkham Asylum the fortress for every villain in Gotham city. While in Arkham joker set him free before entering into jail by attacking two fortress guard. Then the story of Arkham begin for the Dark Knight to eliminate joke once again. This is not as simple as eliminate Joker, he surrounding by all villain and all the prisoner whom really hate The Dark Knight. Arkham Asylum developed by <a title="Rock Steady Studio" href="http://www.rocksteadyltd.com/" target="_blank">Rocksteady Studio</a> and Published by <a title="Eidos Interactive" href="http://www.eidos.com/" target="_blank">Eidos Interactive</a>, Batman Arkham Asylum demo and retail version can be download at steampowered.com. Steam client application easy to use and offering for special price for specified occasion.</p>
<p>The game of Batman Arkham Asylum working fine on Directx 9c under Microsoft Windows XP. The realistic of renderer image each character very high and very sophisticated, it was almost as Microsoft directx engineer promise to bring the real character into Microsoft Directx. With 2 Gigabyte memory, Intel Dual Core Processor 2GHz  and 512 MB on ATI Radeon HD3450 the game running smoothly without error or crash, i run using MSI EX series, so we don&#8217;t need expensive graphical card or high end processor to test drive the game. But to get super frame per second while playing this game you can use high end graphical card or high end processor.</p>
<div id="attachment_189" class="wp-caption alignleft" style="width: 458px"><img class="size-full wp-image-189" title="small-batman-arkham-asylum-more-realistic" src="http://www.webceraton.com/wp-content/uploads/2009/09/small-batman-arkham-asylum-more-realistic.jpg" alt="Batman Realistic Image Character on DirectX 9c" width="448" height="280" /><p class="wp-caption-text">Batman Realistic Image Character on DirectX 9c</p></div>
<p>Batman character the same as on the Dark Knight movie with the  great detail graphic while moving and fighting againts villain, you will get suprise, i like when the back suite of Dark Knight moving realistically when fighting, it just move realistic.  In this Arkham Asylum you will find many character of Oracle formerly Batgirl, officer Gordon, each of character can recognized by their bio. This game provide the bio, for each character, even the villain have the bio, so you can read and recognize each character just like reading comic. The Arkham contain many room, so you just explore all the tunnel to find the villain, don&#8217;t expect to find Joker for first time fighting, Joker will hide somewhere in Arkham, you just fight with the ordinary prisoner but they have big body and muscle, the movemen while fighting againts villain just like Matrix or John Woo Movie, the game will slowing down the movement just like the movie and took the perfect point of view of the camera ( from your view ). According steam the game will be available on 19 September 2009, but we can test how The Dark Knight fight and solve the mistery of Joker and other villains by downloading the demo through <a title="Download free steam client" href="http://www.steampowered.com" target="_blank">steampowered.com</a> client. So what are you waiting for playing game Batman Arkham Asylum for free, just donwload and play it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webceraton.com/2009/09/batman-arkham-asylum-on-directx-9c-perfect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
