iPhone GUI PSD

If you like iPhone or if you need the iPhone for you develop application, you will find this design set very useful. all fully editable.

Use Google Search to Easily Translate Words

yep, Google’s translation services is very useful for us.

cybernetnews just point out we can use the www.google.com to translate single words, For example:"translate test into chinese".

And the translation services powered by google only for chinese finally come back.

You just need to type "fy 测试" into google's search box, then you will see the result.

Show image placeholders in Firefox

Thursday August 28, 2008

IE always show borders/outline of where the image would be when it loads but firefox doesn't....

Does firefox supports these featurs too?

yes, it does, if you are using the firefox 3, you can use the userContent.css to fix it.

You just add this bit of CSS code to this usercontent.css file and save. You will then need to restart firefox in order for any usercontent.css changes to take place.

the code is:

/*
 * Show image placeholders
 */
@-moz-document url-prefix(http), url-prefix(file) {
  img:-moz-broken{
    -moz-force-broken-image-icon:1;
    width:24px;
    height:24px;
  }
}

Enjoy!

Some issues of Chyrp

Wednesday August 06, 2008

ah, I have found some issues of Chyrp.

the first, I don't know why! Alex have restored the videos into feed content, but today, I have posted a video, and then found that feeds have not include the vimeo's video. sigh, Next time, I will test it using youtube's video.

second, some days ago, I have wrote a module named fancyzoom for chyrp, this module is using the FancyZoom JS library, But I like Lightview more than FancyZoom. So, I want to use the Lightview on my site, and I have wrote a module similar to the fancyzoom for chyrp, but it is not working on any browsers, I do not know how to fix the issues.

the end, when I'm writing something in the admin panel, the cpu usage goes to 100%, What's so terrible about this?

I wish Alex can fix these three issues some day.

ReCSS

ReCSS — Reload your CSS.

ReCSS is a bookmarklet that makes refreshing your CSS a breeze, if you are web designers, I think you will like it.

usually, when we modify the css file of some web site, we must reload the whole site,but this bookmarklet only reload the css, very valuable.

Features Planned for WordPress 2.7

If WordPress 2.7 comes out,Many plugins should lose his job.

Chyrp 2.0 RC1 released!

Chyrp 2.0 RC1 released! Alex bring us many added, improved, fixed and miscellaneous. You can read the chyrp's blog to get the more informaction, and get the chyrp 2.0 rc1 from here.

fancyzoom for chyrp

Tuesday July 29, 2008

chyrp.jpg

I like chyrp, and I have writed a module for chyrp named fancyzoom. ( ^o^ ) fancyzoom is a simple way to add the FancyZoom image overlay script to your blog powered by chyrp. In short, FancyZoom is a nice, modern way of making popup images. I think you will like it. Want to see it in action? Check out the example at FancyZoom Current Version: fancyzoom 0.1 at chyrp.net or fancyzoom 0.1 at Box.net

Features:

  • The zoom effect is super sexy
  • No extra work needed when you write a post: any direct link to an image will automatically get the FancyZoom treatment.

License

The module is licensed under the GPL,The underlying FancyZoom script, however, is not, as the FancyZoom explains.

FancyZoom is totally free for your non-commercial website.

In a bit of an experiment: if your website is commercial (i.e. makes you money), you can license FancyZoom for $39 per site, a one-time fee. Instantly add nice image zooming to your sit Click here to instantly and securely buy a license.

Installing

  1. Copy the fancyzoom folder into your module directory
  2. enable the module in your admin panel

Using

Thanks to the FancyZoom script, there’s nothing else you need to do. Any link to an image is automatically zoomed

Thanking

Cabel Maxfield Sasser is the author of FancyZoom. He did all of the heavy lifting.

Habari 0.5 Released

There are many significant enhancements in this version, including the following.

  • A new administrative interface, lovingly named Monolith.
  • Several translations are being shipped with Habari. These include the default English, as well as Danish, German, Japanese, and Traditional Chinese.
  • We now include three themes in the download.
  • In addition to using MySQL and SQLite, you now have the choice of using PostgreSQL as your backend database.
  • Session handling has been improved.
  • Limited UTF8 support has been added.
  • There are importers for both WordPress and Serendipity.
  • Improved SQLite security out of the box.
  • Habari's form creation interface has been revamped, allowing for more customization of forms by plugins and creating an infrastructure for creating new content types.
← Previous Page 2 of 2