<?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>Tutorial Melayu &#187; Umum</title>
	<atom:link href="http://www.tutorialmelayu.com/category/umum/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tutorialmelayu.com</link>
	<description></description>
	<lastBuildDate>Sun, 06 Nov 2011 12:38:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>ZTE MF627 USB modem driver untuk Win 7</title>
		<link>http://www.tutorialmelayu.com/umum/zte-mf627-usb-modem-driver-untuk-win-7</link>
		<comments>http://www.tutorialmelayu.com/umum/zte-mf627-usb-modem-driver-untuk-win-7#comments</comments>
		<pubDate>Sun, 06 Nov 2011 12:38:46 +0000</pubDate>
		<dc:creator>mdpai</dc:creator>
				<category><![CDATA[Umum]]></category>
		<category><![CDATA[celcom modem]]></category>
		<category><![CDATA[masalah modem zte mf627]]></category>

		<guid isPermaLink="false">http://www.tutorialmelayu.com/?p=534</guid>
		<description><![CDATA[Firmware yang dibekalkan dengan modem ZTE MF627 (anda boleh rujuk nombor ini di badan modem anda) untuk Celcom broadband hanya boleh diinstall di Windows XP atau Vista. Jika anda menggunakan Win 7, masalah yang mungkin timbul adalah firmware tersebut tidak akan mengenalpasti simcard anda. Untuk mengatasi masalah ini, anda perlu menggunakan driver yang lebih terkini [...]]]></description>
			<content:encoded><![CDATA[<p>Firmware yang dibekalkan dengan modem ZTE MF627 (anda boleh rujuk nombor ini di badan modem anda) untuk Celcom broadband hanya boleh diinstall di Windows XP atau Vista. Jika anda menggunakan Win 7, masalah yang mungkin timbul adalah firmware tersebut tidak akan mengenalpasti simcard anda.</p>
<p>Untuk mengatasi masalah ini, anda perlu menggunakan driver yang lebih terkini (anda masih boleh menggunakan firmware yang sama).</p>
<p><a href="http://mymobile.three.co.uk:8080/downloads/MF627_Windows_7DriverSetup.exe">http://mymobile.three.co.uk:8080/downloads/MF627_Windows_7DriverSetup.exe</a></p>
<p>Jika anda mendapat error 123 ketika proses sambungan (connect), pastikan dalam Setting bahawa anda mempunyai sekurang-kurangnya satu fail konfigurasi. Hanya isi ruangan nombor panggilan. Anda boleh gunakan *99***2# .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutorialmelayu.com/umum/zte-mf627-usb-modem-driver-untuk-win-7/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sambungan ke pangkalan data</title>
		<link>http://www.tutorialmelayu.com/web-programming/mysql/sambungan-ke-pangkalan-data</link>
		<comments>http://www.tutorialmelayu.com/web-programming/mysql/sambungan-ke-pangkalan-data#comments</comments>
		<pubDate>Sun, 09 Oct 2011 15:19:51 +0000</pubDate>
		<dc:creator>mdpai</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[Umum]]></category>

		<guid isPermaLink="false">http://www.tutorialmelayu.com/?p=406</guid>
		<description><![CDATA[Sebelum boleh menggunakan pangkalan data atau database MySQL, kita perlu membuat sambungan ke pelayan pangkalan data mysql seperti berikut: &#60;?php mysql_connect&#40;&#34;localhost&#34;, &#34;mdpai&#34;, &#34;mdpai123&#34;&#41; or die&#40;mysql_error&#40;&#41;&#41;; echo &#34;Sambungan ke MySQL berjaya!&#60;br /&#62;&#34;; ?&#62; Jika anda paparkan hasil kod di atas, dan jika kata nama dan kata laluan yang diberikan tepat, anda sepatutnya mendapat paparan &#8220;Sambungan ke [...]]]></description>
			<content:encoded><![CDATA[<p>Sebelum boleh menggunakan pangkalan data atau database MySQL, kita perlu membuat sambungan ke pelayan pangkalan data mysql seperti berikut:</p>

<div class="wp_codebox"><table><tr id="p4063"><td class="code" id="p406code3"><pre class="php" style="font-family:monospace;"><span style="color: #dfc484; font-weight: bold;">&lt;?php</span>
<span style="color: #dfc484;">mysql_connect</span><span style="color: #eeeeee;">&#40;</span><span style="color: #ff8400;">&quot;localhost&quot;</span><span style="color: #eeeeee;">,</span> <span style="color: #ff8400;">&quot;mdpai&quot;</span><span style="color: #eeeeee;">,</span> <span style="color: #ff8400;">&quot;mdpai123&quot;</span><span style="color: #eeeeee;">&#41;</span> or <span style="color: #dfc484;">die</span><span style="color: #eeeeee;">&#40;</span><span style="color: #dfc484;">mysql_error</span><span style="color: #eeeeee;">&#40;</span><span style="color: #eeeeee;">&#41;</span><span style="color: #eeeeee;">&#41;</span><span style="color: #eeeeee;">;</span>
<span style="color: #e8ed97;">echo</span> <span style="color: #ff8400;">&quot;Sambungan ke MySQL berjaya!&lt;br /&gt;&quot;</span><span style="color: #eeeeee;">;</span>
<span style="color: #eeeeee; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

<p>Jika anda paparkan hasil kod di atas, dan jika kata nama dan kata laluan yang diberikan tepat, anda sepatutnya mendapat paparan &#8220;Sambungan ke MySQL berjaya&#8221;. Walaubagaimanapun jika anda memberikan kata nama atau kata laluan yang salah, mysql_error() akan memberikan paparan error yang berkenaan.</p>
<p>Setelah berjaya membuat sambungan ke pelayan pangkalan data (database server), langkah seterusnya adalah memilih pangkalan data yang mahu kita guna. Katakan anda mahu menggunakan pangkalan data bernama &#8220;tutorial&#8221; seperti di dalam tutorial <a href="http://www.tutorialmelayu.com/mysql/menambah-pangkalan-data-dan-table" title="Menambah pangkalan data dan table" target="_blank"></a> menambah pangkalan data.</p>

<div class="wp_codebox"><table><tr id="p4064"><td class="code" id="p406code4"><pre class="php" style="font-family:monospace;"><span style="color: #dfc484; font-weight: bold;">&lt;?php</span>
<span style="color: #dfc484;">mysql_connect</span><span style="color: #eeeeee;">&#40;</span><span style="color: #ff8400;">&quot;localhost&quot;</span><span style="color: #eeeeee;">,</span> <span style="color: #ff8400;">&quot;mdpai&quot;</span><span style="color: #eeeeee;">,</span> <span style="color: #ff8400;">&quot;mdpai123&quot;</span><span style="color: #eeeeee;">&#41;</span> or <span style="color: #dfc484;">die</span><span style="color: #eeeeee;">&#40;</span><span style="color: #dfc484;">mysql_error</span><span style="color: #eeeeee;">&#40;</span><span style="color: #eeeeee;">&#41;</span><span style="color: #eeeeee;">&#41;</span><span style="color: #eeeeee;">;</span>
<span style="color: #e8ed97;">echo</span> <span style="color: #ff8400;">&quot;Sambungan ke MySQL berjaya!  &lt;br /&gt;&quot;</span><span style="color: #eeeeee;">;</span>
<span style="color: #dfc484;">mysql_select_db</span><span style="color: #eeeeee;">&#40;</span><span style="color: #ff8400;">&quot;tutorial&quot;</span><span style="color: #eeeeee;">&#41;</span> or <span style="color: #dfc484;">die</span><span style="color: #eeeeee;">&#40;</span><span style="color: #dfc484;">mysql_error</span><span style="color: #eeeeee;">&#40;</span><span style="color: #eeeeee;">&#41;</span><span style="color: #eeeeee;">&#41;</span><span style="color: #eeeeee;">;</span>
<span style="color: #e8ed97;">echo</span> <span style="color: #ff8400;">&quot;Sambungan ke pangkalan data berjaya!&quot;</span><span style="color: #eeeeee;">;</span>
<span style="color: #eeeeee; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://www.tutorialmelayu.com/web-programming/mysql/sambungan-ke-pangkalan-data/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download Video dari youtube</title>
		<link>http://www.tutorialmelayu.com/umum/download-video-dari-youtube</link>
		<comments>http://www.tutorialmelayu.com/umum/download-video-dari-youtube#comments</comments>
		<pubDate>Thu, 29 Jan 2009 06:18:36 +0000</pubDate>
		<dc:creator>mdpai</dc:creator>
				<category><![CDATA[Umum]]></category>
		<category><![CDATA[dailymotion]]></category>
		<category><![CDATA[download dengan mudah]]></category>
		<category><![CDATA[download video dari youtube]]></category>
		<category><![CDATA[metacafe]]></category>
		<category><![CDATA[video iphone]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.tutorialmelayu.com/?p=28</guid>
		<description><![CDATA[Jika anda mahu memuat turun video dari youtube, metacafe, daily motion, veoh, google video dan lain-lain, anda boleh menggunakan VDownloader. Ianya percuma dan boleh didapati di sini. Berikut senarai video site yang disokong oleh VDownloader. Youtube (in HD if available) Google Video DailyMotion MySpace Veoh GoFish Netlog Blip TV MyVideo.de Porkolt Metacafe Break.com 123 Video [...]]]></description>
			<content:encoded><![CDATA[<p>Jika anda mahu memuat turun video dari youtube, metacafe, daily motion, veoh, google video dan lain-lain, anda boleh menggunakan VDownloader. Ianya percuma dan boleh didapati <a href="http://www.download.com/VDownloader/3000-2071_4-10888393.html?part=dl-6311630&#038;subj=dl&#038;tag=button">di sini</a>. </p>
<p><span id="more-28"></span></p>
<p>Berikut senarai video site yang disokong oleh VDownloader.</p>
<ul>
<li> Youtube (in HD if available)</li>
<li>Google Video</li>
<li>DailyMotion</li>
<li>MySpace</li>
<li>Veoh</li>
<li>GoFish</li>
<li>Netlog</li>
<li>Blip TV</li>
<li>MyVideo.de</li>
<li>Porkolt</li>
<li>Metacafe</li>
<li>Break.com</li>
<li>123 Video</li>
<li>Bolt</li>
<li>Vreel (Beta)</li>
<li>Clevver</li>
<li>Tudou</li>
<li>VSocial</li>
<li>Lulu TV</li>
<li>Guba</li>
<li>HideBehind</li>
<li>Dale al Play</li>
<li>Yahoo! Video</li>
<li>Tu.tv Hispavista</li>
<li>Vimeo</li>
</ul>
<p>Saya menyukai Vdownloader kerana kita boleh memilih format video yang dimuat turun. Sebagai contoh jika saya mahu memasukkan mp3 ke dalam ipod, saya boleh memilih format mp3 dan jika saya mahu memasukkan video ke dalam iphone, saya boleh memilih format iphone compatible. Senarai format yang disokong oleh Vdownloader : AVI, MPG, iPOD, PSP, 3GP, VCD, SVCD, DVD, FLV and MP3 (audio only).</p>
<p>Vdownloader juga mempunyai search engine sendiri di mana kita boleh terus mencari video yang ingin kita muat turun di dalam Vdownloader itu sendiri. Kita juga boleh memuat turun sebanyak mana video yang kita mahu dalam satu-satu masa. Selamat mencuba!</p>
<p><img src="http://www.tutorialmelayu.com/wp-content/uploads/2009/01/vdloader.jpg" alt="vdloader" title="vdloader" width="912" height="612" class="alignnone size-full wp-image-29" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutorialmelayu.com/umum/download-video-dari-youtube/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Favicon</title>
		<link>http://www.tutorialmelayu.com/umum/favicon</link>
		<comments>http://www.tutorialmelayu.com/umum/favicon#comments</comments>
		<pubDate>Wed, 28 Jan 2009 20:20:03 +0000</pubDate>
		<dc:creator>mdpai</dc:creator>
				<category><![CDATA[Umum]]></category>
		<category><![CDATA[favicon]]></category>
		<category><![CDATA[ikon kecil di tepi url]]></category>

		<guid isPermaLink="false">http://www.tutorialmelayu.com/?p=8</guid>
		<description><![CDATA[Icon kecil di tepi URL sesuatu website selalunya dipandang remeh oleh sesetengah pihak, tapi sebenarnya ia juga memainkan faktor yang agak penting. Favicon inilah yang sebenarnya membolehkan pengunjung website anda mengingati anda dengan lebih mudah. Lihat contoh Google, ia menggunakan simbol G sebagai faviconnya. Ia menjadi seakan trademark kepada website tersebut. Untuk memasukkan favicon anda [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.tutorialmelayu.com/wp-content/uploads/2009/01/fav.jpg" alt="fav" title="fav" width="255" height="66" class="alignnone size-full wp-image-26" /></p>
<p>Icon kecil di tepi URL sesuatu website selalunya dipandang remeh oleh sesetengah pihak, tapi sebenarnya ia juga memainkan faktor yang agak penting. Favicon inilah yang sebenarnya membolehkan pengunjung website anda mengingati anda dengan lebih mudah. Lihat contoh Google, ia menggunakan simbol G sebagai faviconnya. Ia menjadi seakan trademark kepada website tersebut.</p>
<p><span id="more-8"></span></p>
<p>Untuk memasukkan favicon anda sendiri, ikut cara di bawah;</p>

<div class="wp_codebox"><table><tr id="p88"><td class="code" id="p8code8"><pre class="php" style="font-family:monospace;"><span style="color: #eeeeee;">&lt;</span>link rel<span style="color: #eeeeee;">=</span><span style="color: #ff8400;">&quot;icon&quot;</span> type<span style="color: #eeeeee;">=</span><span style="color: #ff8400;">&quot;image/png&quot;</span> href<span style="color: #eeeeee;">=</span><span style="color: #ff8400;">&quot;/images/myicon.png&quot;</span> <span style="color: #eeeeee;">/&gt;</span></pre></td></tr></table></div>

<p>Untuk contoh di atas, saya menyimpan favicon saya di dalam folder images. Untuk favicon, kita tidak terhad kepada format ico sahaja, format jpg dan png juga boleh digunakan. Contoh untuk format jpg.</p>

<div class="wp_codebox"><table><tr id="p89"><td class="code" id="p8code9"><pre class="php" style="font-family:monospace;"><span style="color: #eeeeee;">&lt;</span>link rel<span style="color: #eeeeee;">=</span><span style="color: #ff8400;">&quot;icon&quot;</span> type<span style="color: #eeeeee;">=</span><span style="color: #ff8400;">&quot;image/jpg&quot;</span> href<span style="color: #eeeeee;">=</span><span style="color: #ff8400;">&quot;/images/myicon.jpg&quot;</span> <span style="color: #eeeeee;">/&gt;</span></pre></td></tr></table></div>

<p>Masukkan kod ini di dalam ruangan <head> page HTML anda. Lihat contoh di bawah</p>

<div class="wp_codebox"><table><tr id="p810"><td class="code" id="p8code10"><pre class="php" style="font-family:monospace;"><span style="color: #eeeeee;">&lt;!</span>DOCTYPE html 
      <span style="color: #dfc484; font-weight: bold;">PUBLIC</span> <span style="color: #ff8400;">&quot;-//W3C//DTD HTML 4.01//EN&quot;</span>
      <span style="color: #ff8400;">&quot;http://www.w3.org/TR/html4/strict.dtd&quot;</span><span style="color: #eeeeee;">&gt;</span>
<span style="color: #eeeeee;">&lt;</span>html lang<span style="color: #eeeeee;">=</span><span style="color: #ff8400;">&quot;en-US&quot;</span><span style="color: #eeeeee;">&gt;</span>
<span style="color: #eeeeee;">&lt;</span>head profile<span style="color: #eeeeee;">=</span><span style="color: #ff8400;">&quot;http://www.w3.org/2005/10/profile&quot;</span><span style="color: #eeeeee;">&gt;</span>
<span style="color: #eeeeee;">&lt;</span>link rel<span style="color: #eeeeee;">=</span><span style="color: #ff8400;">&quot;icon&quot;</span> type<span style="color: #eeeeee;">=</span><span style="color: #ff8400;">&quot;image/png&quot;</span> href<span style="color: #eeeeee;">=</span><span style="color: #ff8400;">&quot;http://example.com/myicon.png&quot;</span><span style="color: #eeeeee;">&gt;</span>
<span style="color: #eeeeee;">&lt;/</span>head<span style="color: #eeeeee;">&gt;</span>
<span style="color: #eeeeee;">&lt;</span>body<span style="color: #eeeeee;">&gt;</span>
<span style="color: #eeeeee;">....</span>
<span style="color: #eeeeee;">&lt;/</span>body<span style="color: #eeeeee;">&gt;</span>
<span style="color: #eeeeee;">&lt;/</span>html<span style="color: #eeeeee;">&gt;</span></pre></td></tr></table></div>

<p>Selamat mencuba!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutorialmelayu.com/umum/favicon/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://www.tutorialmelayu.com/umum/hello-world</link>
		<comments>http://www.tutorialmelayu.com/umum/hello-world#comments</comments>
		<pubDate>Sat, 24 Jan 2009 23:17:53 +0000</pubDate>
		<dc:creator>mdpai</dc:creator>
				<category><![CDATA[Umum]]></category>

		<guid isPermaLink="false">http://tutorialmelayu.com/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tutorialmelayu.com/umum/hello-world/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

