Pages tagged thumbnail:

画像をCSSだけでハイクオリティに縮小サムネイル化する方法:phpspot開発日誌
http://phpspot.org/blog/archives/2009/03/css_81.html

きれいだ
PageGlimpse.com - easy website thumbnails
http://www.pageglimpse.com/
PageGlimpse Blog Read our blog to find more about the interesting things happening right now, from the words of our developers
What is PageGlimpse? PageGlimpse is a service providing developers with programatic access to thumbnails of any web page. The thumbnails can be virtually used in any kind of applications that require the display of website screenshots: web sites, windows/linux/mac applications, iPhone/mobile utilities, browser plugins, etc. Including web site thumbnails in your application will dramatically improve the user experience. The service is easy to use, fast and reliable, no restriction on thumbnail sizes or number of hits. Click here to see how it works. PageGlimpse Blog Read our blog to find more about the interesting things happening right now, from the words of our developers
thumbnails
PageGlimpse is a service providing developers with programatic access to thumbnails of any web page. The thumbnails can be virtually used in any kind of applications that require the display of website screenshots: web sites, windows/linux/mac applications, iPhone/mobile utilities, browser plugins, etc.
PageGlimpse is a service providing developers with programatic access to thumbnails of any web page.
Thumbnail In Web Design: Examples And Best Practices | 2experts Design - Web Design and Graphic Design Blog
http://www.2expertsdesign.com/2009/04/30/thumbnail-in-web-design-examples-and-best-practices/
There are numerous ways to use thumbnail in a web design to make it really be prominent, especially on the Blog Articles, Design Galleries, SideBars, and Footers or in the Comments as an Avatar. Some of the examples below we’ve together the best looking thumbnail designs and compiled them all into a massive list for you guys.
Web Design and Graphic Design Blog
Creating Thumbnails Using the CSS Clip Property
http://www.seifi.org/css/creating-thumbnails-using-the-css-clip-property.html
Clippings are currently only offered in the shape of a rectangle but more shapes might be supported in the future. You can create a rectangle clipping using the rect shape. Using rect requires four coordinates Top, Right, Bottom, Left (TRBL). Let’s take a closer look at how clip calculates the clipping region since it tends to cause some confusion. Keep in mind that the bottom starts from the top, and the right starts from the left.
Some bitching in the comments but not a bad technique for some situations.
How to Make a Threadless Style T-Shirt Gallery | Build Internet!
http://buildinternet.com/2009/06/how-to-make-a-threadless-style-t-shirt-gallery/
awesome t-shirt display technique
Sproing! – Make An Elastic Thumbnail Menu | Build Internet!
http://buildinternet.com/2009/09/sproing-make-an-elastic-thumbnail-menu/
ongoing attempt to offer alternative methods to spruce up menus, I’ve pieced together an elastic thumbnail menu.
By http://bit.ly/Tweets2Delicious
Automatic Wordpress Thumbnail Without Custom Field | Pro Blog Design
http://www.problogdesign.com/wordpress/automatic-wordpress-thumbnail-without-custom-field/
Automatic Wordpress Thumbnail Without Custom Field
Criar fazer miniatura thumbnail automaticamente sem precisar de campo personalizado custom field [EXCELENTE]
This post will show you how to make your theme generates thumbnail automatically based on your post’s first image.
Create a Thumbnail with Fading Caption Using jQuery | Queness
http://www.queness.com/post/844/create-a-thumbnail-with-fading-caption-using-jquery
Bonito efecto para una galería de imágenes...
This tutorial will show you how to create a fading caption for your thmbnail gallery. It uses jQuery framework and CSS to create this transparent and fading effect.
ThumbView - See DDS, PCX, PNG, and TGA thumbnails in Explorer (+16 other image formats)
http://www.seriema.net/thumbview/
ThumbView enables image thumbnails and tooltips in MS-Windows Explorer for filetypes that are not natively supported. It started with PCX, TGA, DDS and PNG images, but now ThumbView supports an amazing 19 image types - directly inside any Explorer window! See the features page for illustrations. This image software is completely free (open source) so go directly to the download area and enjoy windows as an image gallery! Supported filetypes: .cut, .dcx, .dds, .mdl, .mng, .pcd, .pcx, .pic, .pix, .png, .pnm/.pbm/.pgm/.ppm, .psd/.pdd, .psp, .pxr, .sgi/.rgb, .tga/.vda/.icb/.vst, .tif/.tiff, .wal, .xpm.
Allows you to see thumbnails for all picture formats in Windows
You may have noticed that windows only supports thumbnail icon previews for a handful of image formats. Free utility Thumbview adds in over a dozen more to make sure you can preview all your images. It's annoying to look at a directory of image thumbnails and have some be proper thumbnails, while others are just icons of whatever program they are associated with. Thumbview adds support for 19 image formats, including PNG, PSD, TFF, and more. According to the documentation on the Thumbview site, it's light on system resources and only springs into action when rendering a new batch of thumbnails. On our test machine it was quick and seemed no slower or faster than Windows typically is when re-filling thumbnails. For an alternative application, check out previously mentioned Xentient Thumbnails.
New in WordPress 2.9: Post Thumbnail Images « Mark on WordPress
http://markjaquith.wordpress.com/2009/12/23/new-in-wordpress-2-9-post-thumbnail-images/
WordPress 2.9: Post Thumbnail Images
I should try to use this feature.
add_theme_support( 'post-thumbnails' );
What if you want to use a small 50×50 hard-cropped image for the home page, but want to use a 400 pixel-wide (unlimited height) image on the post’s permalink page? You’re in luck. You can specify additional custom sizes!
Using The New Post Thumbnail Feature In WordPress 2.9 › Kremalicious
http://www.kremalicious.com/2009/12/wordpress-post-thumbnails/
WordPress 2.9 added a new feature which allows you to assign an image to an article to make it the post image like it’s often used in magazine style themes. This new feature along with a new template tag makes all the custom field hacks usually used for this functionality in the past obsolete. So [...]
if ( function_exists( 'add_theme_support' ) ) add_theme_support( 'post-thumbnails' );
<?php the_post_thumbnail(array( 200,200 ), array( 'class' => 'alignleft' )); ?>
Everything you need to know about WordPress 2.9’s post image feature
http://justintadlock.com/archives/2009/11/16/everything-you-need-to-know-about-wordpress-2-9s-post-image-feature
Everything about new thumbnail feature in Wordpress 2.9
Finalmente Wordpress ha le thumbnails incorporate
An in-depth look at how the post image feature in WordPress 2.9 can be used from the perspective of both end users and developers.
<?php if ( has_post_thumbnail() ) the_post_thumbnail( 'thumbnail' ); else echo '<img src="default-image.png" alt="Example Image" title="Example" />'; ?>
Thumboo! Free Website Thumbnails and PHP Script to Generate Web Screenshots
http://thumboo.com/
Tool to generate website thumbnails. Includes an API.
Free Website Thumbnails and PHP Script to Generate Web Screenshots
Fresh Sliding Thumbnails Gallery with jQuery and PHP | Codrops
http://tympanus.net/codrops/2010/05/23/fresh-sliding-thumbnails-gallery-with-jquery-php/
Good Selection