<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>OpakTerbang on blog</title>
	<atom:link href="http://flyingopak.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://flyingopak.wordpress.com</link>
	<description>cerita kehidupan mahasiswa plus blogger dudul</description>
	<lastBuildDate>Tue, 01 Dec 2009 18:53:01 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='flyingopak.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/3d259c0ce5f190899c7e7336a3dc8757?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>OpakTerbang on blog</title>
		<link>http://flyingopak.wordpress.com</link>
	</image>
			<item>
		<title>[TIPS &amp; TRICK] Lots Of Windows Xp Tips</title>
		<link>http://flyingopak.wordpress.com/2009/12/01/tips-trick-lots-of-windows-xp-tips/</link>
		<comments>http://flyingopak.wordpress.com/2009/12/01/tips-trick-lots-of-windows-xp-tips/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 18:53:01 +0000</pubDate>
		<dc:creator>Si DuduL</dc:creator>
				<category><![CDATA[Tips & Trik]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[trik]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=50</guid>
		<description><![CDATA[Lock XP Workstation (#1)
You can lock your XP workstation with two clicks of the mouse. Create a new shortcut on your desktop using a right mouse click, and enter &#8216;rundll32.exe user32.dll, LockWorkStation&#8217; in the location field. Give the shortcut a name you like. That&#8217;s it &#8212; just double click on it and your computer will [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flyingopak.wordpress.com&blog=4935727&post=500&subd=flyingopak&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>Lock XP Workstation (#1)</strong></p>
<p>You can lock your XP workstation with two clicks of the mouse. Create a new shortcut on your desktop using a right mouse click, and enter &#8216;rundll32.exe user32.dll, LockWorkStation&#8217; in the location field. Give the shortcut a name you like. That&#8217;s it &#8212; just double click on it and your computer will be locked. And if that&#8217;s not easy enough, Windows key + L will do the same.</p>
<p><strong>Remove Windows XP system software (#2)</strong></p>
<p>XP hides some system software you might want to remove, such as Windows Messenger, but you can tickle it and make it disgorge everything. Using Notepad or Edit, edit the text file /windows/inf/sysoc.inf, search for the word &#8216;hide&#8217; and remove it. You can then go to the Add or Remove Programs in the Control Panel, select Add/Remove Windows Components and there will be your prey, exposed and vulnerable.</p>
<p><strong>New commands (#3)</strong></p>
<p>For those skilled in the art of DOS batch files, XP has a number of interesting new commands. These include &#8216;eventcreate&#8217; and &#8216;eventtriggers&#8217; for creating and watching system events, &#8216;typeperf&#8217; for monitoring performance of various subsystems, and &#8217;schtasks&#8217; for handling scheduled tasks. As usual, typing the command name followed by /? will give a list of options &#8212; they&#8217;re all far too baroque to go into here.</p>
<p><strong>Windows XP supports IPv6 (#4)</strong></p>
<p>XP has IP version 6 support &#8212; the next generation of IP. Unfortunately this is more than your ISP has, so you can only experiment with this on your LAN. Type &#8216;ipv6 install&#8217; into Run&#8230; (it&#8217;s OK, it won&#8217;t ruin your existing network setup) and then &#8216;ipv6 /?&#8217; at the command line to find out more. If you don&#8217;t know what IPv6 is, don&#8217;t worry and don&#8217;t bother.</p>
<p><strong>Kill tasks from the command line (#5)</strong></p>
<p>You can at last get rid of tasks on the computer from the command line by using &#8216;taskkill /pid&#8217; and the task number, or just &#8216;tskill&#8217; and the process number. Find that out by typing &#8216;tasklist&#8217;, which will also tell you a lot about what&#8217;s going on in your system.<span id="more-500"></span></p>
<p><strong>Enable ClearType by default (#6)</strong></p>
<p>XP has ClearType &#8212; Microsoft&#8217;s anti-aliasing font display technology&#8211; but doesn&#8217;t have it enabled by default. It&#8217;s well worth trying, especially if you were there for DOS and all those years of staring at a screen have given you the eyes of an astigmatic bat. To enable ClearType, right click on the desktop, select Properties, Appearance, Effects, select ClearType from the second drop-down menu and enable the selection. Expect best results on laptop displays. If you want to use ClearType on the Welcome login screen as well, set the registry entry</p>
<p>HKEY_USERS/.DEFAULT/ControlPanel/Desktop/FontSmoothingType to 2.</p>
<p><strong>Run program as different user (#7)</strong></p>
<p>You can run a program as a different user without logging out and back in again. Right click the icon, select Run As&#8230; and enter the user name and password you want to use. This only applies for that run. The trick is particularly useful if you need to have administrative permissions to install a program, which many require. Note that you can have some fun by running programs multiple times on the same system as different users, but this can have unforeseen effects.</p>
<p><strong>Speed up the Start Menu (#8)</strong></p>
<p>The Start Menu can be leisurely when it decides to appear, but you can speed things along by changing the registry entry HKEY_CURRENT_USER/Control Panel/Desktop/MenuShowDelay from the default 400 to something a little snappier. Like 0.</p>
<p><strong>Rename multiple files at once (#9)</strong></p>
<p>You can rename loads of files at once in Windows Explorer. Highlight a set of files in a window, then right click on one and rename it. All the other files will be renamed to that name, with individual numbers in brackets to distinguish them. Also, in a folder you can arrange icons in alphabetized groups by View, Arrange Icon By&#8230; Show In-Groups.</p>
<p><strong>Show cover art in Media Player (#10)</strong></p>
<p>Windows Media Player will display the cover art for albums as it plays the tracks &#8212; if it found the picture on the Internet when you copied the tracks from the CD. If it didn&#8217;t, or if you have lots of pre-WMP music files, you can put your own copy of the cover art in the same directory as the tracks. Just call it folder.jpg and Windows Media Player will pick it up and display it.</p>
<p><strong>Display Hibernate Option on the Shut Down dialog (#11)</strong></p>
<p>For some reason, Hibernate isn&#8217;t available from the default Shut Down dialog. But you can enable it simply enough, by holding down the SHIFT key while the dialog is visible. Now you see it, now you don&#8217;t!</p>
<p><strong>Enable ClearType on the Welcome Screen! (#12)</strong></p>
<p>As laptop users and other LCD owners are quickly realizing, Microsoft&#8217;s ClearType technology in Windows XP really makes a big difference for readability. But the this feature is enabled on a per-user basis in Windows XP, so you can&#8217;t see the effect on the Welcome screen; it only appears after you logon.</p>
<p><em>But you can fix that. Fire up the Registry Editor and look for the following keys:</em></p>
<p>(default user) HKEY_USERS  .Default  Control Panel  Desktop<br />
FontSmoothing (String Value)<br />
HKEY_USERS  .Default  Control Panel  Desktop<br />
FontSmoothingType (Hexadecimal DWORD Value)</p>
<p>Make sure both of these values are set to 2 and you&#8217;ll have ClearType enabled on the Welcome screen and on each new user by default.</p>
<p><strong>Change User Picture (#13)</strong></p>
<p>Click on the Icon at the top of the start menu. Select desired picture from resulting screen Windows 2000 style logon. To revert back to the Win2k style logon so you can log on as the administrator and other options, press ctrl+alt+delete twice at the logon screen. Change the location of the My Music or My Pictures folders:</p>
<p>In Windows 2000, Microsoft added the ability to right-click the My Documents folder and choose a new location for that folder in the shell. With Windows XP, Microsoft has elevated the My Music and My Pictures folders to the same &#8220;special shell folder&#8221; status of My Documents, but they never added a similar (and simple) method for changing those folder&#8217;s locations. However, it is actually pretty easy to change the location of these folders, using the following method.</p>
<p>Open a My Computer window and navigate to the location where you&#8217;d like My Music (or My Pictures) to reside. Then, open the My Documents folder in a different window. Drag the My Music (or My Pictures) folder to the other window, and Windows XP will update all of the references to that folder to the new location, including the Start menu.</p>
<p><strong>Protect Your Files From Unauthorized Users (#14)</strong></p>
<p>Other users with permission to delete a file (users with Modify or Full Control permission) can&#8217;t use your encrypted files-but they can make them difficult for you to use. Any such user can rename your files, which can make them difficult to find, and can also delete your files. (Even if the user merely deletes them to the Recycle Bin and doesn&#8217;t remove them altogether, the deleted files are unavailable to you because you don&#8217;t have access to any other user&#8217;s Recycle Bin.) Therefore, if you&#8217;re concerned about protecting your files from other authorized users as well as from a thief who steals your computer, you should modify the NTFS permissions to prevent any type of modification by other users.</p>
<p><strong>Shutdown Your System in a Hurry (#15)</strong></p>
<p>If you need to shut down in a hurry-or if a frozen application prevents you from shutting down in the normal ways-you can use the following procedure. Be aware, however, that you won&#8217;t get an opportunity to save open documents. To perform an emergency shutdown, press Ctrl+Alt+Del to display Task Manager. Open the Shut down menu and hold down the Ctrl key as you click the Turn Off command. Poof! If your computer is part of a domain, the procedure is similar. Press Ctrl+Alt+Del and then hold down Ctrl when you click Shut Down. In this situation, you&#8217;ll get a warning message pointing out-quite correctly-that this should be used only as a last resort.</p>
<p><strong>Provide Personal Support (#16)</strong></p>
<p>It never fails: when friends, co-workers, or family members discover that you&#8217;re a Windows expert, you get pressed into service as an unpaid support technician. If the party asking for help is running any edition of Windows XP and has an active Internet connection, your job is much easier. Have the other person send you a Remote Assistance request; when you accept the request, you connect directly to their computer and can edit Registry settings, fix file associations, set System options, and perform just about any other troubleshooting or repair task, just as if you were sitting at the other person&#8217;s desk.</p>
<p><strong>Quickly Fix Connectivity Problems (#17)</strong></p>
<p>Are you having trouble connecting to other computers on your local area network? If your network uses a hardware firewall that assigns IP addresses to each machine and you&#8217;re certain you&#8217;ve configured all other components correctly, check to see whether the Internet Connection Firewall is enabled. That component can effectively block communication between PCs on the network.</p>
<p><strong>Hack IE Title Bar (#18)</strong></p>
<p>This can be an impressive bit of personalization. Use your name or moniker to brand Internet Explorer. Go to HKEY_CURRENT_USERSoftwareMicrosoftInternet Explorer and left-click on Main to change the string &#8220;Window Title&#8221; to whatever you wish.</p>
<p><strong>Unload DLLs (#19)</strong></p>
<p>To prevent Windows from caching DLLs after the program using them has closed, follow this procedure: Navigate to<br />
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersion then left-click on Explorer. Right-click (as above) and create the DWORD</p>
<p>AlwaysUnloadDLL with a value of 1. This requires a reboot to take effect. This will allow memory to be used more efficiently.</p>
<p><strong>Registry Hacks (#20)</strong></p>
<p>Editing the Windows Registry, while much more common now than in years past, is still not to be entered into lightly. You can break Windows, cause boot failure. I know you&#8217;re gonna do it anyway; why else would you be reading this. Just be careful, OK?</p>
<p>These are few because, for the most part WinXP can be customized through the interlace or with third-party freeware (as above).</p>
<p>All of the tips below require running regedit. To do so, hit &#8216;Start/Run&#8217; then type &#8216;regedit&#8217; and follow the instructions.</p>
<p>Naturally, I take no responsibility for any damage or loss of data incurred in the remote possibility that something goes terribly wrong.</p>
<p><strong>The Ultimate Appearance Tweak (#21)</strong></p>
<p>Microsoft said: &#8220;You can connect up to 10 monitors to your Windows XP-based computer and display numerous programs or windows at one time. You can use your mouse to move items from one monitor to another. You can open a different file on each monitor. Or several. Or you can stretch one item across several monitors; so for example, you can see more columns in a Microsoft Excel spreadsheet, or the entire layout of a Web page, without scrolling.&#8221; Consider it. Monitors and PCI video cards are pretty cheap now. Windows recognizes the addition &amp; allows easy adjustments on the &#8216;Display Properties/Settings&#8217; menu.</p>
<p><strong>Save Streaming Media (#22)</strong></p>
<p>It&#8217;s cool to listen to MP3s (or watch movies) over the Internet. Often, saving this media, however, seems impossible. Hey, if it plays on your computer, it&#8217;s on your hard drive. Once the file is fully loaded and with folder view set to show hidden and systems folders, searches for the media (.mp3 or .mpg). There it is!</p>
<p><strong>Securing the Paging File (#23)</strong></p>
<p>If you&#8217;re truly concerned about the possibility of your computer falling into the wrong hands, you should be sure that you don&#8217;t leave any tracks in the paging file. By default, when you shut down your system, the paging file remains intact. People who&#8217;ve access to your computer could conceivably look through the unencrypted paging file to find information they shouldn&#8217;t have.</p>
<p><strong>Assign a Keyboard Shortcut (#24)</strong></p>
<p>Click in the Shortcut Key field and press a keyboard combination that you want to use for launching or switching to this program. The shortcut key you assign must consist of one character key (a letter, number, or symbol) plus at least two of the following three keys: Ctrl, Alt, and Shift. (If you press a character key only, Windows automatically adds Ctrl+Alt.)</p>
<p>Shortcut keys work only when assigned to a program shortcut on the Start menu, the Programs menu, or the Desktop. The shortcuts you define will not work if it conflicts with a combination used in the program whose window has the focus.</p>
<p>Please remember, we cannot accept responsibility with what you decide to do with these tips. These tips act as a guide to tweaking and changing Windows XP from the default settings. If you are unsure about how to make these changes then don&#8217;t meddle !</p>
Posted in Tips &amp; Trik Tagged: tips, trick, trik, tutorial <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flyingopak.wordpress.com/500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flyingopak.wordpress.com/500/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flyingopak.wordpress.com/500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flyingopak.wordpress.com/500/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flyingopak.wordpress.com/500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flyingopak.wordpress.com/500/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flyingopak.wordpress.com/500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flyingopak.wordpress.com/500/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flyingopak.wordpress.com/500/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flyingopak.wordpress.com/500/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flyingopak.wordpress.com&blog=4935727&post=500&subd=flyingopak&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://flyingopak.wordpress.com/2009/12/01/tips-trick-lots-of-windows-xp-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35000e9aa0d1bae1ea416e8397c0e8e4?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Si DuduL</media:title>
		</media:content>
	</item>
		<item>
		<title>[TUTORIAL] Standard ASCII Character</title>
		<link>http://flyingopak.wordpress.com/2009/11/15/tutorial-standard-ascii-character/</link>
		<comments>http://flyingopak.wordpress.com/2009/11/15/tutorial-standard-ascii-character/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 19:04:26 +0000</pubDate>
		<dc:creator>Si DuduL</dc:creator>
				<category><![CDATA[Tips & Trik]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[trik]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=53</guid>
		<description><![CDATA[The first 32 values (0 through 31) are codes for things like carriage return and line feed. The space character is the 33rd value, followed by punctuation, digits, uppercase characters and lowercase characters.
  0   NUL
  1   SOH
  2   STX
  3   ETX
  4   EOT
  5   ENQ
  6   ACK
  7   BEL
  8   BS
  9   TAB
 10   LF
 11   VT
 12   [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flyingopak.wordpress.com&blog=4935727&post=53&subd=flyingopak&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The first 32 values (0 through 31) are codes for things like carriage return and line feed. The space character is the 33rd value, followed by punctuation, digits, uppercase characters and lowercase characters.</p>
<p>  0   NUL<br />
  1   SOH<br />
  2   STX<br />
  3   ETX<br />
  4   EOT<br />
  5   ENQ<br />
  6   ACK<br />
  7   BEL<br />
  8   BS<br />
  9   TAB<br />
 10   LF<br />
 11   VT<br />
 12   FF<br />
 13   CR<br />
 14   SO<br />
 15   SI<br />
 16   DLE<br />
 17   DC1<br />
 18   DC2<span id="more-53"></span><br />
 19   DC3<br />
 20   DC4<br />
 21   NAK<br />
 22   SYN<br />
 23   ETB<br />
 24   CAN<br />
 25   EM<br />
 26   SUB<br />
 27   ESC<br />
 28   FS<br />
 29   GS<br />
 30   RS<br />
 31   US<br />
 32<br />
 33   !<br />
 34   &#8220;<br />
 35   #<br />
 36   $<br />
 37   %<br />
 38   &amp;<br />
 39   &#8216;<br />
 40   (<br />
 41   )<br />
 42   *<br />
 43   +<br />
 44   ,<br />
 45   -<br />
 46   .<br />
 47   /<br />
 48   0<br />
 49   1<br />
 50   2<br />
 51   3<br />
 52   4<br />
 53   5<br />
 54   6<br />
 55   7<br />
 56   8<br />
 57   9<br />
 58   :<br />
 59   ;<br />
 60   &lt;<br />
 61   =<br />
 62   &gt;<br />
 63   ?<br />
 64   @<br />
 65   A<br />
 66   B<br />
 67   C<br />
 68   D<br />
 69   E<br />
 70   F<br />
 71   G<br />
 72   H<br />
 73   I<br />
 74   J<br />
 75   K<br />
 76   L<br />
 77   M<br />
 78   N<br />
 79   O<br />
 80   P<br />
 81   Q<br />
 82   R<br />
 83   S<br />
 84   T<br />
 85   U<br />
 86   V<br />
 87   W<br />
 88   X<br />
 89   Y<br />
 90   Z<br />
 91   [<br />
 92  <br />
 93   ]<br />
 94   ^<br />
 95   _<br />
 96   `<br />
 97   a<br />
 98   b<br />
 99   c<br />
100   d<br />
101   e<br />
102   f<br />
103   g<br />
104   h<br />
105   i<br />
106   j<br />
107   k<br />
108   l<br />
109   m<br />
110   n<br />
111   o<br />
112   p<br />
113   q<br />
114   r<br />
115   s<br />
116   t<br />
117   u<br />
118   v<br />
119   w<br />
120   x<br />
121   y<br />
122   z<br />
123   {<br />
124   |<br />
125   }<br />
126   ~<br />
127   DEL</p>
<p>Name   Abbr.     Size<br />
Kilo        K          2^10 = 1,024<br />
Mega     M         2^20 = 1,048,576<br />
Giga      G          2^30 = 1,073,741,824<br />
Tera       T          2^40 = 1,099,511,627,776<br />
Peta       P          2^50 = 1,125,899,906,842,624<br />
Exa        E          2^60 = 1,152,921,504,606,846,976<br />
Zetta     Z          2^70 = 1,180,591,620,717,411,303,424<br />
Yotta     Y          2^80 = 1,208,925,819,614,629,174,706,176</p>
Posted in Tips &amp; Trik Tagged: tips, trick, trik, tutorial <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flyingopak.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flyingopak.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flyingopak.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flyingopak.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flyingopak.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flyingopak.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flyingopak.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flyingopak.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flyingopak.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flyingopak.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flyingopak.wordpress.com&blog=4935727&post=53&subd=flyingopak&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://flyingopak.wordpress.com/2009/11/15/tutorial-standard-ascii-character/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35000e9aa0d1bae1ea416e8397c0e8e4?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Si DuduL</media:title>
		</media:content>
	</item>
		<item>
		<title>[News] Microsoft Release Tabletop Computer</title>
		<link>http://flyingopak.wordpress.com/2009/11/02/news-microsoft-release-tabletop-computer/</link>
		<comments>http://flyingopak.wordpress.com/2009/11/02/news-microsoft-release-tabletop-computer/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 22:25:52 +0000</pubDate>
		<dc:creator>Si DuduL</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[barcode]]></category>
		<category><![CDATA[berita]]></category>
		<category><![CDATA[microsoft surface]]></category>
		<category><![CDATA[multi-tauch screen]]></category>
		<category><![CDATA[tabletop]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=79</guid>
		<description><![CDATA[Microsoft telah menciptakan teknologi Tabletop atau yang dinamakan Microsoft Surface, sebuah coffee-table yang berbentuk seperti komputer, yang mampu merespon sentuhan dan bar code khusus yang dimasukkan dari objek setiap harinya. Mesin tersebut telah dirilis Microsoft pada konferensi teknologi di Carlsbad, Calif, dan nantinya akan diaplikasikan ke T-Mobile USA dan properti-nya akan dipegang oleh Starwood Hotels [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flyingopak.wordpress.com&blog=4935727&post=512&subd=flyingopak&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>Microsoft</strong> telah menciptakan teknologi <strong>Tabletop</strong> atau yang dinamakan <strong>Microsoft Surface</strong>, sebuah <strong>coffee-table</strong> yang berbentuk seperti komputer, yang mampu merespon sentuhan dan <em><strong>bar code</strong></em> khusus yang dimasukkan dari objek setiap harinya. Mesin tersebut telah dirilis <strong>Microsoft </strong>pada konferensi teknologi di <strong>Carlsbad</strong>, <strong>Calif,</strong> dan nantinya akan diaplikasikan ke <strong>T-Mobile USA</strong> dan properti-nya akan dipegang oleh <strong>Starwood Hotels</strong> <strong>&amp; Resorts Worldwide Inc</strong>.dan <strong>Harrah&#8217;s Entertainment Inc</strong>.<br />
Microsoft Surface menganut prinsip <strong>Vista</strong> yang kaya akan warna, dibalik dasar  meja yang berwarna <strong>shinny black</strong>. Meja tersebut memiliki ukuran <em>30 inch</em> dan layar<strong> touchscreen</strong> dalam <strong>frame acrylic</strong> yang jernih. Terdapat lima kamera yang memiliki sensitivitas dekat objek yang ada di antara layar. User dapat berinteraksi dengan <strong>teknologi Tabletop</strong> tersebut dengan menyentuhnya atau men-drag jemarinya dan objek seperti melukis sebuah foto atau gambar dalam layar, atau membuat item di dunia nyata menjadi label <em><strong>bar code</strong></em> spesial di atas meja tersebut.<br />
Tidak seperti <strong>touchscreen</strong> lainnya, <strong>Microsoft Surface</strong> dapat merespon lebih dari satu sentuhan yang dilakukan secara bersamaan. <strong>Mark Bolger</strong>, <em>Direktur Marketing Surface Computing Group</em>, telah mendemonstrasikan teknologi <strong>Tabletop</strong> tersebut dengan menekankan satu jarinya ke layar <strong>paint palette</strong> meja tersebut, lalu men-drag hingga terbentuk wajah yang tersenyum. Kemudian, ia menggunakan 10 jarinya sekali lagi untuk menggambar wajah, lengkap dengan kepala dan rambut.<br />
Kemudian <strong>Bolger</strong> juga menaruh sebuah <strong>kartu kredit</strong> dengan <strong>bar code</strong> yang mengarah ke permukaan layar <strong>meja Surface</strong> tersebut. Lalu tiba-tiba muncul foto digital yang keluar dari kartu kredit ke layar. Beberapa orang kemudian mendapatkan foto tersebut keluar dari kartu kredit hanya dengan menggunakan jemari-nya, untuk merotasi gambar dalam lingkaran ataupun menarik foto dari sudut untuk memperbesar gambar. <strong>Bolger</strong> mengungkapkan kelebihan <strong>Microsoft Surface</strong> yakni <em>interaksi langsung</em>, <em>multi-touch</em>, <em>multi-user</em>, dan <em>Identifikasi objek</em> yang tepat dan akurat.<span id="more-512"></span></p>
<p><strong>Microsoft Surface</strong> juga dapat digunakan untuk para pelanggan yang ingin membeli ponsel. Hanya dengan meletakkan handphone ke layar meja, <strong>Surface</strong> akan membaca bar code dan menampilkan informasi mengenai ponsel tersebut. Pelanggan juga dapat memilih nomor telepon yang akan dipanggil dan ringtone dengan men-drag icon menuju ponsel. Para tamu yang ada di Hotel Starwood juga dapat menggunakan <strong>Microsoft Surface</strong> yang berteknologi <strong>Tabletop</strong> tersebut untuk membeli lagu yang dibayar <strong>via credit card</strong> atau <strong>reward card </strong>dengan <strong>bar code</strong>. Di hotel, pelanggan juga dapat memesan makanan dan minuman, lalu meletakkan bill pembayaran dengan men-drag kartu kredit atau ruang kunci dan meletakkan menu yang dipesan ke &#8216;<strong>dalam</strong>&#8216; credit card.<br />
Teknologi <strong>Tabletop</strong> atau yang disebut <strong>Microsoft Surface</strong> memiliki harga yang cukup mahal yakni antara <strong>USD 5.000</strong> hingga <strong>USD 10.000</strong> <em>per unit</em>. Untuk sekarang, Microsoft telah membuat <em>hardware Surface sendiri</em> dan hanya memiliki enam software yang diberikan oleh pengembang software sebagai tool yang digunakan untuk membangun aplikasi Surface.</p>
Posted in news Tagged: barcode, berita, microsoft surface, multi-tauch screen, news, tabletop <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flyingopak.wordpress.com/512/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flyingopak.wordpress.com/512/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flyingopak.wordpress.com/512/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flyingopak.wordpress.com/512/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flyingopak.wordpress.com/512/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flyingopak.wordpress.com/512/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flyingopak.wordpress.com/512/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flyingopak.wordpress.com/512/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flyingopak.wordpress.com/512/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flyingopak.wordpress.com/512/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flyingopak.wordpress.com&blog=4935727&post=512&subd=flyingopak&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://flyingopak.wordpress.com/2009/11/02/news-microsoft-release-tabletop-computer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35000e9aa0d1bae1ea416e8397c0e8e4?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Si DuduL</media:title>
		</media:content>
	</item>
		<item>
		<title>[News] Microsoft Silverlight, Aplikasi Client-Side Baru</title>
		<link>http://flyingopak.wordpress.com/2009/10/29/news-microsoft-silverlight-aplikasi-client-side-baru/</link>
		<comments>http://flyingopak.wordpress.com/2009/10/29/news-microsoft-silverlight-aplikasi-client-side-baru/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 21:31:26 +0000</pubDate>
		<dc:creator>Si DuduL</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[IE6]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[Opera dan Safari]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[Rich Internet Aplication]]></category>
		<category><![CDATA[silverlight]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=71</guid>
		<description><![CDATA[Seiring dengan berkembangnya teknologi website saat ini, cara orang dalam mengakses dan menikmati sajian informasi yang diberikan oleh website pun semakin berkembang. Jika selama ini teknologi pengembangan web lebih terfokus pada pengembangan client-server, dimana pengakses baru dapat menikmati informasi yang dibutuhkannya setelah hasil request data ke server selesai kemudian ditampilkan di browser client, maka kini [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flyingopak.wordpress.com&blog=4935727&post=71&subd=flyingopak&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Seiring dengan berkembangnya teknologi website saat ini, cara orang dalam mengakses dan menikmati sajian informasi yang diberikan oleh website pun semakin berkembang. Jika selama ini teknologi pengembangan web lebih terfokus pada pengembangan <strong>client-server</strong>, dimana pengakses baru dapat menikmati informasi yang dibutuhkannya setelah hasil request data ke server selesai kemudian ditampilkan di <strong>browser client</strong>, maka kini telah hadir alternatif lain dari teknologi website ini.<br />
<strong>Microsoft Silverlight</strong> merupakan sebuah aplikasi yang memberikan pengalaman baru dari sisi client. Dengan memakai plug-in bernama <strong>Microsoft Silverlight</strong> ini, client diharapkan tidak akan hanya bersikap pasif pada saat menunggu data hasil request ke server selesai dikirim. Konsep yang dipakai dalam pengembangan <strong>Microsoft Silverlight</strong> sendiri adalah <strong>konsep RIA </strong>(<em>Rich Internet Application</em>). Konsep ini mengembangkan sisi client untuk dapat mengerjakan fitur interface seperti halnya pada desktop komputer. Untuk mendapatkan hasil yang dikehendaki, sisi client tidak harus selalu me-request ke sisi server, sehingga hasilnya lebih cepat didapat dan responsif. Adapun aplikasi website yang telah banyak memakai konsep <strong>RIA</strong> ini adalah animasi dan game.<br />
Saat ini <strong>Microsoft Silverlight</strong> telah dikembangkan ke dalam dua generasi pengembangan, yaitu <strong>Silverlight 1.0 RC</strong> (<em>Release Candidate</em>) yang mengandalkan Javascript untuk menangani obyek-obyek multimedia dan animasi. Sedangkan generasi <strong>Silverlight </strong>berikutnya adalah <strong>Silverlight 1.1 Alpha Refresh</strong> yang telah dikembangkan dengan teknologi <strong>.NET Framework</strong>.<br />
Untuk saat ini <strong>Silverlight </strong>baru dapat dinikmati oleh pemakai Sistem Operasi<strong> Windows </strong>dan <strong>Mac OS</strong>. Adapun browser yang telah mendukung plug-in ini adalah <em>IE6, IE7, Mozilla Firefox, Opera dan Safari</em>.</p>
Posted in news Tagged: browser, IE6, IE7, microsoft, Mozilla Firefox, Opera dan Safari, RIA, Rich Internet Aplication, silverlight <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flyingopak.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flyingopak.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flyingopak.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flyingopak.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flyingopak.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flyingopak.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flyingopak.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flyingopak.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flyingopak.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flyingopak.wordpress.com/71/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flyingopak.wordpress.com&blog=4935727&post=71&subd=flyingopak&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://flyingopak.wordpress.com/2009/10/29/news-microsoft-silverlight-aplikasi-client-side-baru/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35000e9aa0d1bae1ea416e8397c0e8e4?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Si DuduL</media:title>
		</media:content>
	</item>
		<item>
		<title>[News] Asus Eee PC 901 12 GB Launched in Taipei</title>
		<link>http://flyingopak.wordpress.com/2009/10/13/news-asus-eee-pc-901-12-gb-launched-in-taipei/</link>
		<comments>http://flyingopak.wordpress.com/2009/10/13/news-asus-eee-pc-901-12-gb-launched-in-taipei/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 21:44:39 +0000</pubDate>
		<dc:creator>Si DuduL</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[asus]]></category>
		<category><![CDATA[Eee PC 901]]></category>
		<category><![CDATA[Intel Atom]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=73</guid>
		<description><![CDATA[Salah satu lineup unggulan Asus untuk seri notebook classmatenya yang terbaru adalah Asus Eee PC 901. Seri Asus Eee PC 901 ini telah mulai dijual secara luas semenjak launching perdananya pada pameran komputer akbar di Taipei, Computex 2008. Asus Eee PC 901 ini sudah mulai banyak dijumpai di distrik penjualan komputer Kauanghua Plaza.
Dari sisi desain, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flyingopak.wordpress.com&blog=4935727&post=508&subd=flyingopak&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Salah satu lineup unggulan <strong>Asus</strong> untuk seri notebook classmatenya yang terbaru adalah <strong>Asus Eee PC 901</strong>. Seri <strong>Asus Eee PC 901</strong> ini telah mulai dijual secara luas semenjak launching perdananya pada pameran komputer akbar di <strong>Taipei</strong>, <strong>Computex 2008</strong>. <strong>Asus Eee PC 901</strong> ini sudah mulai banyak dijumpai di distrik penjualan komputer <strong>Kauanghua Plaza</strong>.<br />
Dari sisi desain, <strong>Asus Eee PC 901</strong> mempunyai sedikit perbedaan dengan seri <strong>Asus Eee PC 900</strong> pendahulunya. Desainnya terkesan lebih halus ditunjang dengan finishing glossy yang sedikit berbeda dibanding finishing warna mutiara yang sebelumnya diterapkan pada seri <strong>Asus Eee PC 701</strong> dan <strong>900</strong>. Selain itu logo Asus yang biasa menghiasa bagian atas cover notebook Asus, pada seri <strong>Asus Eee PC 901</strong> ini sengaja dihilangkan dan diganti dengan logo ‘<em><strong>Eee</strong></em>’.<br />
Inovasi lain yang dibawa oleh seri <strong>Asus Eee PC 901</strong> ini adalah dari sisi daya tahan battery. Jika seri Asus <strong>Eee PC 900</strong> yang lama hanya memakai <em>battery 5800 mAh</em>, maka seri <strong>Asus Eee PC 901</strong> telah memakai <em>battery 6600 mAh</em>. Hal ini tentu saja meningkatkan daya tahan battery dalam menopang kinerja <strong>processor Intel Atom</strong> yang dipergunakannya. <strong>Processor Intel Atom</strong> sendiri merupakan seri processor hemat energi yang diciptakan Intel khusus untuk <strong>ultramobile devices</strong>. Diindikasikan battery pada seri <strong>Asus Eee PC 901</strong> dapat menopang operasi notebook ini hingga kurang lebih 5 jam 56 menit. Tentu saja durasi daya tahan battery sebaik itu sangat diperlukan untuk sebuah <em>mobile devices</em> seperti <strong>Asus Eee PC 901</strong> ini.<br />
Berikut ini merupakan spesifikasi selengkapnya dari <strong>Asus Eee PC 901</strong> ini:<br />
·    Intel Atom 1.6GHz processor<br />
·    12GB of Flash-based storage (4GB onboard SSD and 8GB PCI-E mini card SSD)<br />
·    1GB of DDR2 RAM (667MHz)<br />
·    Windows XP operating system<br />
·    8.9-inch screen with 1024 x 600 resolution<br />
·    Ports: 3 USB 2.0, 1 VGA monitor out, headphone jack, microphone input, SD card reader (SDHC compatible), Kensington lock slot, Ethernet 10/100<br />
·    Webcam (1.3 MP)<br />
·    Battery: 6600 mAh 7.2V Li-Ion<br />
·    Wireless: 802.11b/g/n Atheros, Bluetooth 2.0<br />
·    Input: Keyboard and Multi-touch touchpad<br />
·    One-year warranty</p>
Posted in news Tagged: asus, Eee PC 901, Intel Atom <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flyingopak.wordpress.com/508/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flyingopak.wordpress.com/508/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flyingopak.wordpress.com/508/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flyingopak.wordpress.com/508/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flyingopak.wordpress.com/508/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flyingopak.wordpress.com/508/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flyingopak.wordpress.com/508/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flyingopak.wordpress.com/508/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flyingopak.wordpress.com/508/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flyingopak.wordpress.com/508/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flyingopak.wordpress.com&blog=4935727&post=508&subd=flyingopak&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://flyingopak.wordpress.com/2009/10/13/news-asus-eee-pc-901-12-gb-launched-in-taipei/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35000e9aa0d1bae1ea416e8397c0e8e4?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Si DuduL</media:title>
		</media:content>
	</item>
	</channel>
</rss>