html5 – Internetblog.org.uk https://www.internetblog.org.uk Web hosting, Domain names, Dedicated servers Fri, 29 Jan 2016 11:05:52 +0000 en-US hourly 1 https://wordpress.org/?v=4.9.5 https://www.internetblog.org.uk/files/2016/01/cropped-favico-32x32.png html5 – Internetblog.org.uk https://www.internetblog.org.uk 32 32 Smokescreen to Create Flash-free Ads https://www.internetblog.org.uk/post/1392/smokescreen-to-create-flash-free-ads/ Fri, 04 Jun 2010 15:16:31 +0000 http://www.internetblog.org.uk/post/1391/smokescreen-to-create-flash-free-ads/ Lyris Ad
When it was officially announced that the iPhone would never have Flash player installed, Apple users moaned. When Steve Jobs denounced Flash and swore that the iPad would also be Flash-free, people began to become concerned. For animation and video, Flash currently reigns supreme on the Web, but it has not been and is still not the only option.

A company called Smokescreen has introduced a new technology (or rather a merging of old and new technology) to produce Flash-like animated ads using software that all platforms support (Windows, Mac, Linux, and mobile operating systems). The ads use a combination of Javascript and HTML5 to create ads that are nearly identical to their Flash counterparts.

The Smokescreen website lists multiple demos of their product in action, although some of them still need to work out the kinks. Technology powerhouses like Apple, Google, and Mozilla are pushing for the adoption of HTML5 video, while Adobe hopes to hold onto its claim on web animation and video. One obstacle that HTML5 proponents must overcome is the inability for current HTML5 video to display dynamic ads. Several marketing firms are working quickly to develop solutions. Current YouTube videos using HTML5 do not display ads, and those videos that do use Flash only.

]]>
How to Insert HTML5 Video https://www.internetblog.org.uk/post/1374/how-to-insert-html5-video/ Mon, 31 May 2010 22:32:17 +0000 http://www.internetblog.org.uk/post/1374/how-to-insert-html5-video/ Big Buck Bunny movie in html5 video
We have been covering the developments of HTML5 in the Web world, but we have not yet explored exactly how to get HTML5 video onto a website. The good news is that embedding HTML5 video is painfully easy. It only requires one basic tag: <video> . To make something a little fancier, website creators can add additional attributes.

HTML5 video will take the following format on your website:

<video src="crazycat.ogg" controls="controls">
We're sorry, your browser does not have HTML5 video support. Please download the video
</video>

There are a number of additional options:

autoplay – The video will start playing automatically

controls – Displays player controls

height – specifies height of video

width – specifies width

Once you have the video the way you want it, paste the code into your website, and it will work in any browsers that support HTML5 video. Since some do not, you should provide an alternate method of viewing the video as well.

]]>
Google Pleases the Masses https://www.internetblog.org.uk/post/1342/google-pleases-the-masses/ Fri, 21 May 2010 16:56:33 +0000 http://www.internetblog.org.uk/post/1342/google-pleases-the-masses/ WebM playing on YouTube
As I predicted and many observers had hoped, Google has released their newly acquired VP8 video codec into the open source wild. To be quite honest, it happened sooner that I expected, and Apple H.264 developers have already chimed in to call the VP8 codec “a mess”. But biased commentary aside, this morning, I downloaded the Chromium daily development release, which now has the VP8 codec installed.

When I installed it, I was not sure where I would even be able to find videos using it, but Google really does not waste any time. YouTube already has HTML5 videos encoded with VP8, and they run flawlessly. The video quality seems good and runs well in HD, without the high CPU load that usually accompanies Adobe Flash.

Yesterday, Google announced the release of their codec, along with plans to use Ogg Vorbis for audio encoding, and a new video format container based on Matroska. Collectively, this will be referred to as WebM. This could very well be the deciding factor in the HTML5 browser wars that we have been covering. Website owners and server administrators who want to give WebM a spin can find links to encoding software options on the WebM website.

Source: Webpronews.com

]]>
What is SVG? https://www.internetblog.org.uk/post/1332/what-is-svg/ Wed, 19 May 2010 17:43:09 +0000 http://www.internetblog.org.uk/post/1332/what-is-svg/ SVG image creation with Inkscape
Question: What is SVG?

Answer: SVG stands for Scalable Vector Graphics. It is an open, XML-based graphics format that is being incorporated in Web standards. Many browsers already support SVG to some degree. It can be used for both still images and animations. Because SVG is a vector graphics format, the images can be resized and manipulated without degradation, which is why they are considered scalable.

For example, rather than having three different image sizes for an icon, a website can be configured to use an SVG image scaled to all three sizes. Even when enlarged, it will still maintain its quality. If your browser supports it, you can view an example here.

SVG file sizes can get large, depending on the amount of metadata included in the XML code, especially if the file includes gradients and animations. To compensate for this, there is standard SVG file compression, using gzip, that is lossless and reduces file size by 50%. As browsers continue to adopt HTML5 standards, SVG is expected to play a more significant role in web development.

Photo Source: Flickr

]]>
Scribd Dumps Adobe Flash for HTML5 https://www.internetblog.org.uk/post/1290/scribd-dumps-adobe-flash-for-html5/ Fri, 07 May 2010 22:19:00 +0000 http://www.internetblog.org.uk/post/1289/scribd-dumps-adobe-flash-for-html5/ Scribd screenshot
Scribd CTO Jared Freedman has announced that the document sharing website in HTML 5, abandoning the proprietary Adobe Flash application that has powered their site for the past three years. The move comes days after Apple CEO Steve Jobs offered his manifesto against flash and why it was bad for touch devices like the iPad.

Web developers have long had a love-hate relationship with Flash. Some would build entire sites based on it, while others shunned it for its lack of Web standards compliance, high CPU requirements, and proprietary license. For most web hosting companies it will not matter either way in the short term, anyone with a website will need to consider what devices are supported by their website.

Scribd will move to a Javascript/CSS/HTML5 web application that works better with their interface.

“Why do you need a special reading application just to view a document?” asked Friedman.

Unlike Flash, which requires the installation of a third-party plugin, Javascript and HTML are built into all modern browsers and are becoming increasingly popular. Many of the cross-browser consistency problems that drove developers to use Flash have since faded away, especially with Microsoft moving closer to standards compliance with each new Internet Explorer release.

Source: InformationWeek

]]>
Microsoft says IE9 will support HTML5 https://www.internetblog.org.uk/post/1108/microsoft-says-ie9-will-support-html5/ Wed, 17 Mar 2010 22:46:23 +0000 http://www.internetblog.org.uk/post/1108/microsoft-says-ie9-will-support-html5/ YouTube video using html5

Just as we predicted, Microsoft has announced that their latest incarnation of Internet Explorer, version 9, will included support for some HTML 5 elements, including video. Much to the chagrin of Mozilla and other open standard advocates, however, the new demo build of the browser only supports h.264 video, following Google and Apple’s insistence on avoiding the open Theora codec.

Among the other improvements are support for scalable vector graphics (SVG), CSS3, and built-in hardware acceleration. It is not clear if Theora support will be added (Google Chrome supports both h.264 and Theora). Microsoft joins the list of browser makers that includes Mozilla (Firefox), Apple (Safari), Google (Chrome), and Opera.

For years, Microsoft neglected web standards and increasing security problems with their Internet Explorer 6 browser. The emergence of Firefox and other competitive browsers has encouraged the software giant to slowly adapt and reignite IE development. Nevertheless, up until now, Microsoft had resisted HTML 5 adoption, but with Google pushing it on YouTube and other sites like Vimeo following suit, they could not ignore it.

]]>
Microsoft may soon step up its HTML 5 game https://www.internetblog.org.uk/post/1067/microsoft-may-soon-step-up-its-html-5-game/ Fri, 05 Mar 2010 21:48:27 +0000 http://www.internetblog.org.uk/post/1067/microsoft-may-soon-step-up-its-html-5-game/ Internet Explorer logoJust days after we posted news about Google’s acquisitions that position it to make a large impact on HTML 5 video development, suspicion is floating around the tech world that Microsoft is planning a big announcement for Internet Explorer 9, the next installment of their declining browser.

If Microsoft intends to keep their commanding share of the browser market, they will need to continue to adapt to web standards. At their MIX 2010 developer conference in Las Vegas, experts predict that Microsoft will unveil a new IE version that takes into account HTML 5 elements, including support for vector graphics like SVG.

Even with IE 8, the current version, Internet Explorer is still far behind competitors like Mozilla Firefox, Google Chrome, Apple Safari, and Opera. If ever there were a time for Microsoft to make a game-changing play, that time is now.

Source: Webmonkey

]]>