kate tab view

隨機文章:

火熱文章 :
###recentComment###

2008年9月3日星期三

[更新通知] SUPER © v2008.build.33 (Sep 2, 2008) 萬能影音轉檔程式

0 留言
好早前已經介紹過,你想像不到的格式它都能轉換的萬能影音轉檔程式!!



官網方面不接受外部連結下載,所以只可以從官網按入
萬用影音轉檔程式

教教大家怎去下載,因為官方網站太多文字= =;

第一頁先拉到最下,會見到這圖,按它下一步


第二頁在頂頂位置下少少就見到以下圖,按它下一步


第一頁也是在最下的位置,會見到這圖,按它便可下載


支援格式類型:


PS3, PSP, iPod, Zune, Nintendo DS, H.264/AVC, VCD, SVCD, DVD, FLV, 3GP, Xvid, DivX, MOV, MP4..
Whatever is your favorite multimedia format, you'll get what you want

Supported input source file formats are:

- Image Sequence: jpg, pgm, png, ppm (ONLY with sequentially numbered filenames)
having the same filename numbered format. Example: 0001.jpg --up to--> 0999.jpg

- Video format: 3gp/3g2(Nokia,Siemens,Sony,Ericsson), amv, asf, avi(DivX,H263,H263+,H264,XviD,MPEG4,MSmpeg4...), dat,
fli, flc, flv, m2t, mkv, mpg(MPEG-I,MPEG-II,VCD,SVCD), mov(H263,H264,MPEG4,SVQ..), mp4(H263,H264,MPEG4..), nsv, ogg,ogm,
qt, rm, ram, rmvb, str(Old Play Station), swf(Flash), ts(HDTV), trp, ty, ty+, tmf, viv, vob, wmv

- Audio format: aac, ac3, amr, mmf, mp2, mp3, mp4, mpc, ogg, ra, wav, wma

- AviSynth Script Files: avs. Let you specify advanced encoding commands using AviSynth scripts!


v2008.build.33 (Sep 2, 2008)
[FIX] a disconnected Internet Media Streaming for http:// mms:// rtsp:// protocols
[FIX] extend the mp3 Audio Bitrate in flv/swf profile when the 44100 Hz sampling rate is selected

v2008.build.32 (Jul 8, 2008)
[ADD] Support to encode, play and render MKV in various video and audio codecs
[ADD] Support to encode, play and render HD TS (Transport Stream) and M2TS (BluRay) files
[ADD] Support to encode, play and render AAC 5.1 Channels
[ADD] Support to encode and play Tivo TMF and TY+ input files
[ADD] Support to encode and play DRV-MS input files
[ADD] Improved iPod/iPhone/iTunes support with various VideoScaleSize
[ADD] Zune (mp4) output format support
[ADD] PS3 (BluRay) output format support
[ADD] a long list of video and audio enhancements..
Google Bookmarks Yahoo! My Web PChome MyShare Baidu Udn HemiDemi
Bookmark and Share

2008年9月1日星期一

Blogger in Draft:加入 Star Ratings 文章星號評等

0 留言
相信有很多文章都介紹過這個,說真的,我也是從 Josh's Note 知道的.不過我是加入失敗的其中一人/.\(迷之聲: 那你還夠膽寫這篇文章)

呵呵...我寫這篇文章就是將我失敗的經驗分享出來,希望其他人不要跟我一樣失敗了/.\

好啦,入正題,先介紹如何加此功能吧~~讓我們將火星人趕離地球~~(迷之聲: 又在發夢了= =;;)

先用 draft.blogger.com 登入,點選「版面配置」–「網頁元素」,編輯「網誌文章」,選取「顯示星號評等」後儲存。



儲存後,先檢視一下你的Blog,看看是否有出現如下圖的Star Ratings,如果沒有就必須手動加入程式碼。



手動加入程式碼,點選「版面配置」–「修改HTML」,勾選「展開小裝置範本」。

尋找下列三個區塊其中一個 <div class='post-footer-line post-footer-line-1'>、<div class='post-footer-line post-footer-line-2'>、<div class='post-footer-line post-footer-line-3'> ,將下列程式碼放在你想放置的區塊內,由你自己決定要放在那
(註:我是放在 <div class='post-footer-line post-footer-line-1'> 的尾尾部份,就是這區域 </div> 之前)




Code
<span class='star-ratings'>
<b:if cond='data:top.showStars'>
<div expr:g:background-color='data:backgroundColor' expr:g:text-color='data:textColor' expr:g:url='data:post.absoluteUrl' g:height='42' g:type='RatingPanel' g:width='180'/>
</b:if>
</span>


然後尋找 <b:include name='feedLinks'/>
先看看下面程式碼在不在這之下(我就是加多一次,令到有2個星號評等,原因應該是當你登入draft.blogger.com 時,在網頁元素下加入了一次顯示星號評等,所以下列的程式碼產生了,但是沒有上面的程式碼,所以沒能顯示)
所以如果發現有以下的程式碼就不用加,沒有就加上去!
(註:最可惡是我發現出現2個後,刪了一個,儲存後全都不顯示= =; 當然最後我是還原所有從新整過 rz~~所以一定要小心肯定下面沒有才加 ^^~)




Code
<b:if cond='data:top.showStars'>
<script src='http://www.google.com/jsapi' type='text/javascript'/>
<script type='text/javascript'>
google.load(&quot;annotations&quot;, &quot;1&quot;);
function initialize() {
google.annotations.setApplicationId(<data:top.blogspotReviews/>);
google.annotations.createAll();
google.annotations.fetch();
}
google.setOnLoadCallback(initialize);
</script>
</b:if>


最後 Star Ratings 預設的位置不太好的感覺,你可以加入一段 CSS 來調較一下 (在 </head> 之前加入)




HTML
.star-ratings {
float:right;
}


終於完成!!地球再無火星人了!!(迷之聲:我倒想你找一個火星人給我看看 = =;)
Google Bookmarks Yahoo! My Web PChome MyShare Baidu Udn HemiDemi
Bookmark and Share

2008年8月29日星期五

[影片 - 兒童不宜] 用口都返屋企啦,公眾場所!!

0 留言
Warning: Below Movie contains material which may offend and may not be distributed, circulated, sold, hired, given, lent, shown, played or projected to a person under the age of 18 years. 警告:下列影片內容可能令人反感;不可將本物品派發、傳閱、出售、出租、交給或出借予年齡未滿18歲的人士或將本物品向該等人士出示、播放或放映。下列影片內容與本站無關。

Google Bookmarks Yahoo! My Web PChome MyShare Baidu Udn HemiDemi
Bookmark and Share

FluxEye v1.01 流量之眼

0 留言
即時顯示應用軟體處理序的流量(頻寬佔用),允許使用者設定處理序的上傳速率限制,同時提供簡單的限速規則。

限速模式分為始終限速和動態限速。將處理序設為動態限速時,限速由其它應用程式的資料收發動作觸發。如果其它應用程式空閒,即自動恢復不限速狀態,以提高頻寬利用率。

究竟什麼軟體拖慢了網速,借助FluxEye,一目瞭然。




官方網站 (簡體)

流量之眼 (FluxEye)V1.01 繁中免安裝版.rar

流量之眼 (FluxEye)V1.01 繁中免安裝版.rar

提供流量之眼 (FluxEye),著作權歸該資源的合法擁有者所有。

聲明︰
1.分享軟體僅供交流測試之用,無販售行為及獲得任何利益。
2.提供的軟體皆為測試之用,請勿作商業上之用途。
3.分享此繁體中文語言檔,請保留此說明部分及標示來源。
心動總是.無來由(編譯)
Google Bookmarks Yahoo! My Web PChome MyShare Baidu Udn HemiDemi
Bookmark and Share

Recuva v1.18.344- 檔案救援

0 留言
Piriform 的格言就是 The Best software is Free , 所以其下的 CCleanerDefraggerRecuva 也是免費的 ,而且每個軟件也真的是十分好用!!

Recuva 是一款檔案救援工具,始終有時候想救回不小心刪除的檔案,不妨使用此軟件感受下他們的格言~~

而且將它安裝在 USB 手指上也可以,因為1MB 多大少,這樣就變成綠色軟件,可以去到那用到那^^~ 不要隨便掃別人的機子~~呵呵

v1.18.344
- Duplicate files are now numbered sequentially.
- Added sort arrows to list view.
- Added Croatian translation.
- Minor updates to translations.
- Improvements to FAT32 routines.
- Various UI tweaks.

v1.17.339
- Reduced memory usage by 10%.
- Added Office 2007 doc types to 'Documents' filter.
- Added .cab and .url to deep scan.
- Files with no name found during deep scan are now named using meta data.
Works for the following file types: mp3, wma, wmv, rtf, url, doc,
xls, ppt, vsd, tiff, jpg and png.
- Added support for USB drives with a sector size of 2048 bytes.
- Improvements to system info status.
- Minor bug fixes.

v1.16.333
- Added ability to search for non-deleted files (for recovery from damaged or reformatted disks only).
- Added support for .rtf, .pdf, .mp3 and .tif files to deep scan.
- Fixed bug that would limit file size of .avi files to 1GB after deep scan.
- Various UI tweaks.
- Performance improvements.

v1.15.327
- Fixed bizarre crash in filter box (if you press F4 twice).
- Fixed memory leak on FAT32 drives with large numbers of files.
- Fixed rare crash in secure deletion.
- Minor UI tweaks.

v1.14.321
- Added support for video, audio, and compressed files in deep scan.
Formats: .wma .ogg .wav .mov .mpg .mp4 .3gp .flv .wmv .avi .rar .zip
- Added 'Compressed' option to the filter.
- Fixed bug that could cause crash during deep scan, caused by corrupt image files.
- Added support for Microsoft Office tmp files.
Allows recovery of files lost if Office crashes.
- Various small UI tweaks.
- Added Ukrainian translation.


官方網站
Download from FileHippo.com
Recuva v1.13.304 - 檔案救援
Google Bookmarks Yahoo! My Web PChome MyShare Baidu Udn HemiDemi
Bookmark and Share
/

Followers

Archive

 

Test Only. Copyright 2009 All Rights Reserved Revolution Two Church theme by 『發夢』© King Converted into Red Version Blogger Template          ♥ Log in ♥