2008年1月28日星期一

網摘 28-01-2008

Top 40+ GIMP plugins
不過GIMP真的搞搞個介面好吧....

GIMP is the undisputed king of image editing in Linux platforms, and is next only to Photoshop in popularity in Windows and Mac platforms. With a large community of developers and an even larger pool of users, it is no surprise that GIMP is very popular.
Much like Firefox, GIMP’s strength lies in its plugins, which are developed by the open-source toting community. Since the users themselves develop them, they know all the needs and conceive a plugin for everything (well, except making a coffee for you ;) ).
http://www.techzilo.com/gimp-plugins/

Web Developer's Handbook | CSS, Web Development, Color Tools, SEO, Usability etc.
很多好用的網站連結,不過我覺得叫Web 2.0 Designer Handbook較貼切.
Web Developer's Handbook is a list of essential web-sites, which make the life of web developers easier.
http://www.alvit.de/handbook

Free Website Templates By Dream Template
超過370個免費的Web Template Free for Download
http://www.dreamtemplate.com/templates/Free_Website_Templates.html

2008年1月19日星期六

網摘 Jan 19,2008

- Multiple return values, I want this in C#
http://weblogs.asp.net/fredriknormen/archive/2007/11/28/multiple-return-values-i-want-this-in-c.aspx
這個其實我都有想過,但有時候我會Return Generic List或Array去抽取index values就算。

- Free .NET Components
http://www.blocks4.net/FreeProducts/FreeProducts0.aspx

- Ajax.NET Professional is DEAD
http://ajaxwidgets.com/Blogs/thomas/ajax_net_professional_is_dead.bb
同MS Ajax相比,Ajax Pro太難用了,受淘汰都很正常。

- Top 5 tips for a healthy ASP.NET application
http://blogs.msdn.com/lucascan/archive/2008/01/06/lucascan-s-top-5-tips-for-a-healthy-asp-net-application.aspx

- Completely free PDF .NET library written in C#
http://aspnetcafe.com/post/Completely-free-PDF-NET-library-written-in-C.aspx

- Graffiti CMS IS Faster than WordPress
http://www.cesarserna.com/dotnet/graffiti-vs-wordpress/
其實.NET的Free CMS Software不多,較出名的相信只有mojoPortal.
這個Graffiti CMS似乎不錯,是使用ASP.NET 2.0編寫的,不過免費版本用Access 做Database就似乎有點那個....
但很搞笑的是,在官方網頁,作者說使用Access DB是因為
( Yes. One of our big goals with Graffiti was to make sure that you didn't need a Computer Science degree to use it. In fact, even though Graffiti is built with Microsoft's .NET technology, we don't even assume that people have experience with the technology with which the application is written.)

- 4 ASP.NET AJAX JavaScript UI methods you should learn
http://encosia.com/2008/01/09/4-aspnet-ajax-javascript-ui-functions-you-should-learn/

- Highslide JS .NET
Highslide JS .NET is a .NET control to encapsulate the functionality of Torstein Honsi’s excellent Highslide JS library.
http://encosia.com/downloads/highslide-js-net/

- SQLite on .NET - Get up and running in 3 minutes.
http://www.mikeduncan.com/sqlite-on-dotnet-in-3-mins/
Yes~以Portable & Standalone為主的Database,我都是首推SQLite,Firebird不是不好,只是CodePlex網站上,已經有完善的ASP.NET Provider For SQLite。

WordPress PlugIn - Infinite Scrolling Posts

這個Plug-in我都不太懂怎形容,就是使用Ajax把你後續的頁面的文章連續延伸~
如果你有用Firefox Extension那個Custom Google就會知是什麼。

沒有的話,亦都可以去這裡看看效果 : http://blog.netnerds.net/
把Browser Scroll Bar拉到最低就會看到Loading Bar出現。

其實我認為很多人的上網習慣或者都跟我一樣,一般都不太想按<下一頁>...

我找到有兩個同類Plug-in :
1. The Hott Infinite Scrollage
要使用的話,需要檢查theme下的index.php,內容是不是在"content"的DIV中。
這個效果較好,但不知道是否和我的Template或PlugIn起衝突,
我Active後,不能正常運作。
但你都可以試試,因為這個很輕量,而且不用寫Setting進Database的Options Table。
http://blog.netnerds.net/2007/10/aurgasmus-and-the-hott-infinite-scrollage-an-upcoming-wordpress-plugin/

2. Infinite Scrolling Plugin for Wordpress
這個是我現在使用中的,效果就直接返回本Blog主頁,Scroll到最低做測試,
不過缺點是沒有Ajax Loading Image,但問題不大,我相信自己都可以修改一下。
這個Plug-in就需要把你Theme中的index.php一段Code Copy&Paste 至PlugIn 中的Template,
詳情請見Readme file.http://bohuco.net/blog/?tag=infinite-scrolling
0.20版本在Project Page這裡 , 我估作者忘記同步更新...
http://bohuco.net/blog/?page_id=73

2008年1月18日星期五

101 LINQ Samples

其實MSDN無論中文版或英文版,Microsoft都是時候整理一下,唔單止MSDN,程式Language本身既專屬網頁都有點凌亂....
很多時候見到的新Topic,可能當時沒有時間看,打算過幾多日才睇,點知過幾日後上去,已經很難找回該網頁...

剛找到參考性極高的LINQ文件,有Visual Basic版和C#版本。

Visual Basic Version : (VB版本似乎內容豐富很多...)
http://msdn2.microsoft.com/en-us/vbasic/bb688088.aspx
C# Version :
http://msdn2.microsoft.com/en-us/vcsharp/aa336746.aspx