HTML5

Showing posts with label HTML5. Show all posts

With the advent of the mass-marketed smartphone, the iPhone, in 2007, small-functionality native apps were a logical functionality solution. Small, compact pieces of software providing everything from weather reports to mobile games were available at a tap of our screen for 99 cents (or free) from an online store.

 

Android-based mobile devices followed Apple’s example, and the native app reigned supreme for several years, providing a more tailored experience that appeared much safer than the terrifying primordial, virus-riddled soup of web-based applications.

Published by on under Android | HTML

If you have a website/blog, you may have some HTML headings (H1, H2, H3, H4, H5, H6 tags) to decorate the content headers and would like to create easy navigational anchor links, so that, people can easily copy the direct link specific to that heading.

 

Today, in this blog post, we will learn how easy it is to dynamically generate the links using CSS and jQuery. Continue reading to learn the step-by-step approach.

Published by on under CSS | CSS3

The expectations of consumers have changed immeasurably in recent years. Digitally-savvy web users now demand flawless and engaging online experiences. Gone are the days of static text displayed as if you’re reading a book.

 

A new markup language has enabled developers to take user experiences to the next level, delivering rich content that’s secure and operates efficiently within your web browser.

Published by on under Editorial | HTML

In HTML, generally we use the following layout display modes: none, block, inline, table and positioned. There exists one layout module, named Flexible Box Layout, which allows you to create a flexible layout and make it as a Wrap Panel.

 

In this blog post, we will learn about Flex Box Layout and how to use it to create a wrap panel by just using HTML and CSS.

Published by on under CSS | CSS3

If you want to display more information in a small space of a webpage, you want to use 'Toggle panel'. This way user only have to click on a link or a tab (based on your design) to display the information within that less space. The other pane will collapse automatically to give a toggle effect.

 

In this tutorial, we will learn how to create the effect in a HTML web page using only CSS. We will not use any JavaScript for this. Continue reading to learn more.

Published by on under CSS | HTML

In current web based application market, it’s more important to load and browse the application faster and there application caching is becoming most important thing. All the browsers support caching but that is not enough.

 

HTML5 now comes with application caching mechanism by which a developer can tell the client to cache what it needs to browse them in offline too. Continue to read more about it in today’s post.

Published by on under HTML | HTML5

Few days ago, we learned about “Easy Form Validation using HTML5”. Hope, you liked that post. Today we will explore another new great feature of HTML5 with complete code analysis and simple but easy to understandable demo.

 

HTML5 exposes geolocation API to get the geographical location of user. Today we will focus our discussion on this topic. So, continue reading.

Published by on under DZone | HTML

Writing validation logic using JavaScript in a HTML form is not an easy way. We all have seen it in HTML4 but what’s new in HTML5? Will it provide us easy way to validate the form with writing a small piece of code only?

 

Today we will be talking about this validation stuffs in HTML5. But as usual, all the browsers don’t support all of them but a good start to think for future.

Published by on under CodeProject | DZone

It’s time for you to sharpen your .Net Ninja skills. The latest Telerik release is just around the corner and Telerik has tons of new stuff to show off. If you are eager to see the new bits and sharpen your .NET skills, be sure to sign up for Release Webinar Week.

 

This 3-day event is packed with hour-long webinar sessions on the coolest new features shipping with the Q1 2012 release.  Release Webinar Week will be held on February 20 – 22, so mark your calendars and win some cool stuffs from Telerik.

Published by on under HTML | HTML5

Here is our weekly digest post of Silverlight-Zone.com. During 13th November to 19th November, we have submitted 69 new posts in our database. Find the top 5 posts running on the site here. Also, we have links to daily digest pages. If you missed one, you can easily find it here.

 

If you have blog and you are writing article/posts on the said technologies, please share us the link below (as comment) and we will make sure to include them to spread all over the social networking sites.

Published by on under HTML | HTML5

During last week (i.e. from 14th August 2011 to 20th August 2011) we submitted 85 posts at Silverlight-Zone.com. Topics were on Silverlight, Windows Phone 7, LightSwitch and Xbox. Some posts on WPF also showcased there.

 

In this post find the most visited 5 posts. As usual, I am sharing the "Daily News Digest" pages of last week too, in case you want to find out the posts submitted during the week.

Published by on under HTML | HTML5