Search: flash
*HTML/CSS HTML5 Boilerplate - A rock-solid default for HTML5 awesome
Submitted by matt 27 days ago (more from html5boilerplate.com)After more than two years in iterative development, you get the best of the best practices baked in: cross-browser normalization, performance optimizations, even optional features like cross-domain ajax and flash. A starter apache .htaccess config file hooks you up with caching rules and preps your site to serve HTML5 video, use @font-face, and gzip.
*Programming MediaElement.js - HTML5 video player in CSS with Silverlight and Flash fallbacks
Submitted by matt 39 days ago (more from mediaelementjs.com)A JavaScript library to embed video in HTML5 formats with fallback in Silverlight or Flash.
*Miscellaneous WURFL Capability Browser (mobile)
Submitted by matt 103 days ago (more from wurfl.ditherandbicker.com)An invaluable resource for navigating the 13k or so mobile devices active today. This tool is intended to let you parse through that data, helping you answer questions like 'What android phones support cookies?' or 'How many RIM phones released since 2008 support flash'.
*Programming How to detect the Browsers Zoom Level / If the user changes Browser Zoom
Submitted by matt 175 days ago (more from blog.sebastian-martens.de)Every modern web browser gives you the possibility to zoom in/out the content of a website. To detect this circumstance I wrote a little JavaScript because I didn’t find any standard JavaScript attribute or method which does this for me. What my script does is to create a flash in the background and reads its stage-size. If this differs from the originally set flash size, your client is zoomed.
*Miscellaneous Fact and Fiction: The Truth About Browser Cookies
Submitted by matt 218 days ago (more from lifehacker.com)Browser cookies are one of those technical bits of web browsing that almost everyone has some awareness of. They're also probably one of the most misunderstood aspects of browsing. When it comes to browser cookies, most users have a lot of misconceptions about what they do. Here's a closer look at exactly what a browser cookie is, what it isn't, and what it's really used for.
*Programming jQuery Before / After Plugin
Submitted by matt 271 days ago (more from catchmyfame.com)To show the difference in the reconstruction project, they showed a before and after picture using Flash that let the visitor drag a slider over the images, which were sandwiched with one on top of the other, so that you could easily see how dramatic the changes were. I immediately thought that this could be done in JavaScript using jQuery, so I set out to do it. Here’s the result.
*Programming 25 Graph and Chart Solutions for Web Developers
Submitted by matt 272 days ago (more from speckyboy.com)PHP, Flash, Javascript (jQuery, MooTools, Prototype) and CSS can all be utilized successfully to implement interactive visualizations, and there are many techniques and solutions from each that will allow you to display them on web pages and apps. Below we have compiled 25 solutions for displaying charts and graphs using various languages
*Accessibility Screen Reader User Survey Results
Submitted by matt 307 days ago (more from webaim.org)Some results solidified previous findings - good heading structure is vital to accessibility, Flash content continues to pose significant accessibility issues for screen reader users, and images that convey content should be identified for users. It is also clear that the mobile web is a highly utilized resource by screen reader users, yet it is an area largely unnoticed by accessibility experts practitioners.
*Programming Free Slideshow, Gallery And Lightboxes Scripts
Submitted by matt 322 days ago (more from noupe.com)For Web design projects, you may find yourself sometimes scrounging around for a simple yet useful image gallery and slideshow. But imagine having a huge collection of AJAX, JavaScript, Lightbox, CSS and Flash-based image galleries at your fingertips. Hopefully, this post will do the trick and provide all the resources you might need.
*Programming Javascript Copy to Clipboard
Submitted by matt 323 days ago (more from davidwalsh.name)Providing your users the ability to copy text to the clipboard can make your website much more convenient and valuable. Unfortunately Flash 10 broke most of the methods for doing so. Luckily a great library named ZeroClipboard exists. ZeroClipboard uses a pinch of Flash and touch of javascript to make copying to the clipboard happen.