Web Development

TwitterFacebook
Get flash to fully experience Pearltrees
http://camendesign.com/code/video_for_everybody/test.html

“Video For Everybody” Test Page

Full write-up article here . If you’ve arrived here from a link please note that VfE no longer includes QuickTime as part of the fallback, but the code for that version is still available here . Hosting of the video generously provided by André M. Åslund of Vorwärts GmbH . Download Video: Closed Format: "MP4" Open Format: "OGG" / "WebM"
http://webdesign.about.com/od/video/ss/html5-video_5.htm

Convert the Video to Ogg for Firefox - How to Use HTML 5 to Display Video in Modern Browsers

The first format we will convert to is Ogg (sometimes called Ogg-Theora). This format is one that Firefox 3.5, Opera 10.5, and Chrome 3 can all view. Unfortunately, while Ogg has browser support, many of the well-known video programs that you can buy (Adobe Media Encoder, QuickTime, etc.) don't offer an ogg conversion option.
http://www.hexagonwebworks.com/2011/making-videos-responsive/ NOTE: Please see updated post/code here: Responsive Videos (updated) (works with latest Video JS version at time of writing – 3.2.0) As part of a recent project, I needed to find a way to make self-hosted video (i.e. video files uploaded to client’s hosting server rather than YouTube or the like) responsive. I.e. so they shrink down proportionally with screen size. I decided to use the VideoJS plugin as a good way to support both HTML5 video (for those browsers that will display it) and a fallback flash version (for those browsers… namely older versions of IE… that won’t). Making HTML5 video responsive is simple. Making the flash fallback responsive is not simple.

Making videos responsive | Oxford Web Design | Hexagon Webworks

Posted by mokil 3 years 33 weeks ago Before you ever begin testing your mobile site to determine how it looks on handsets, you should make sure the functionality of the site is working as you expect. This is not always straightforward, as you want to approximate the mobile environment as closely as possible. http://mobiforge.com/testing/story/testing-mobile-web-sites-using-firefox

Testing Mobile Web Sites Using Firefox

unnamed pearl

Is Your Business Mobile Ready? Enter URL to Check: Use this free tool to check if a website has a mobile friendly version. http://www.sayuconnect.com/mobile_check.php

code · Video for Everybody!

Video for Everybody is simply a chunk of HTML code that embeds a video into a website using the HTML5 <video> element, falling back to Flash automatically without the use of JavaScript or browser-sniffing. It therefore works in RSS readers (no JavaScript), on the iPhone / iPad (don’t support Flash) and on many browsers and platforms . Thanks to the rapid adoption of HTML5 video happening right now, Video for Everybody isn’t the only solution around . http://camendesign.com/code/video_for_everybody

Taking Advantage of HTML5 and CSS3 with Modernizr

Ten years ago, only the most cutting-edge web designers used CSS for layouts and styling. http://alistapart.com/article/taking-advantage-of-html5-and-css3-with-modernizr
http://www.adobe.com/devnet/dreamweaver/articles/using-modernizr.html

How to use Modernizr to detect HTML5 and CSS3 browser support

Modernizr is a JavaScript library that detects which features a browser supports. It currently checks 18 CSS3 features and more than 40 HTML5-related ones by examining how the browser responds to a series of tests. This is much more reliable than the outdated practice of checking the browser's name (browser sniffing). The full set of tests takes only microseconds to perform.
Posted Friday 7th Oct 2011 by James Bavington Hi and welcome to this week’s web design video blog. As a web designer, I know how frustrating and time consuming it can be to ensure my work looks and functions the same across all browsers.

Using Modernizr for websites with CSS3 & HTML5 - Creare's Web Design Blog

http://www.creareweb.co.uk/blog/videos/using-modernizr.html
Full View >> jquery.ui.tumblr.rss The Tumblr RSS jQuery plugin makes it easy to retrieve RSS information from Tumblr and display it on a page using all client side code. The plugin makes a request to Tumblr by way of JSONP, by default applies a template to the retrieved content, then injects the content into the context element. Download The Plugin

jquery.ui.tumblr.rss | GodLikeMouse

http://www.godlikemouse.com/code/jquery-ui-tumblr-rss/#codesyntax_1

How to Build a Super Duper News Scroller

This week, we’ll learn how to combine PHP, SimplePie, and jQuery to build a simple news scroller widget for your website. It’s much easier than you might think; so let’s begin. Note that I modified the code slightly after recording this screencast. Don’t worry, they’re just minor changes; but as with anything, you should continuously refactor your code. Final NewsScroll Plugin With Commenting

Border-radius: create rounded corners with CSS!

Home / CSS3 Previews / Border-radius: create rounded corners with CSS! The CSS3 border-radius property allows web developers to easily utilise rounder corners in their design elements, without the need for corner images or the use of multiple div tags, and is perhaps one of the most talked about aspects of CSS3. Since first being announced in 2005 the boder-radius property has come to enjoy widespread browser support (although with some discrepancies) and, with relative ease of use, web developers have been quick to make the most of this emerging technology.

jQuery Slideshows With the Cycle Plugin

jQuery is an awesome framework that is both flexible and robust. If you haven’t done so already, check out Jeffrey Way’s amazing jQuery for Absolute Beginners . jQuery also has an outstanding developer community with loads of plug-ins that you can use to expand jQuery’s capabilities while simplifying the process of development. The jQuery Cycle plugin allows developers to quickly and easily create a slideshow out of anything contained within a given div element. However, this is more than just your grandmother’s slideshow fade plugin. The jQuery cycle plugin comes with a vast array of transition effects for you to use.
Martial Arts Websites

ResponsiveDesigns

It sounds like a lot of work, but the process on the web server usually takes only a fraction of a second. You build PHP pages in Dreamweaver in the same way as ordinary web pages, and add the dynamic code using server behaviors or typing it manually. The PHP engine processes everything between <?php and ?> .

Building your first dynamic website – Part 1: Setting up the site and database

Now that you've created the wireframe and defined the application flow and layout, it's time to add an attractive skin onto the design. This is usually the most involved part of creating a layout, but Fireworks CS4 has many useful features to speed up the creative process while maintaining the ability to edit the document to make future changes. If you created the wireframe in the previous section of this tutorial, you've already experienced how guides, smart guides, and tooltips help you precisely line up the elements on the page. You can continue to benefit from using guides, smart guides, and tooltips as you follow along with this section, but these features will not be called out directly. Create a new document

Designing a website application with Fireworks CS4