Today's Question:  What does your personal desk look like?        GIVE A SHOUT

 ALL


  Simple Animation in the HTML5 Canvas Element

HTML5 is generating all kinds of buzz these days. Some of the buzz is about HTML5 being a replacement for Adobe’s Flash. I don’t think it’s there yet but it’s certainly on the way to changing the way content is presented on the web. This is a description of a very simple animation in an HTML5 canvas element. It is coded for readability and not for optimized operation.We’ll add a canvas element to a web page and then use javascript to draw on it. We will redraw it all every 10 milliseconds with minor changes to create the magical illusion of animation. Using j...

3,667 0       HTML5 CANVAS ANIMATION SAMPLE CODE


  10 HTML5 Demos to Make You Forget About Flash

You’ve probably been hearing a lot lately about how Flash is a dying technology and how it’ll soon be replaced by HTML5. Personally, I think that it will slowly replace Flash for some things, but Flash will always have a place, especially for developing complex games and rich internet applications. If you’ve yet to see what HTML5 can do, I’ve rounded up 10 demos that show off some of its capabilities.So what do you think – will HTML5 replace Flash?Canvas Minimal Particle AnimationCanvasMolFlickr and Canvas in 3DCloth SimulationetchaPhysicsGoogle Images Gift B...

6,884 0       HTML5 CSS NEXT WEB FLASH


  Flash, HTML5 comparison finds neither has performance advantage

A comparison of streaming video via the Adobe Flash and HTML5 formats with numerous different browsers on both Mac and Windows produced wildly different results based on the operating system and browser, making neither a clear winner.The test, from Streaming Learning Center, was conducted in response to recent comments alleged to have been said by Apple co-founder Steve Jobs, in which he reportedly called Flash a "CPU hog." While the test found that HTML5 is significantly more efficient than Flash on the Mac when running the Safari Web browser, those same advantages do not exist on other Mac b...

4,059 0       COMPARISON FLASH HTML5 PERFORMANCE


  What are your list of must know programming proverbs?

It is in fact a good list of proverbs and here are some of the frequently seen programming proverbs.Keep It Simple StupidDon’t Repeat YourselfA clever person solves a problem. A wise person avoids it – EinsteinSilence is construed as approval  ( Picked from Kevin blog )There is no smoke without fireThink first, Program laterNever assume the computer assumes anythingDon't trust anything from the user inputDo you have any favorite of the programming proverbs? what are they?You might find the below book interesting if you want to know more programming quotes .The Book t...

6,510 1       PROGRAMMING TIPS


  What is an HTC File?

Question: What is an HTC File?Did you find an HTC file on your computer and wonder what program should open it? Maybe someone emailed you an HTC file but you're not sure how to use it. Perhaps you tried to open the HTC file but Windows told you that it could not open it.Before you can open an HTC file (assuming it's even a file format that's intended to be viewed or edited), you'll need to determine what kind of file the HTC file extension refers to.Answer: A file with the HTC file extension is a HTML Component file.Other types of files may also use the HTC file extension. If you know of any a...

8,132 0       JAVASCRIPT HTC HTML COMPONENT EXTENSION


  CSS Rounded Corners In All Browsers (With No Images)

In the past two years, increased browser support has transformed CSS3 from a fringe activity for Safari geeks to a viable option for enterprise level websites.While cross-browser support is often too weak for CSS3 to hold up a site’s main design, front-end developers commonly look to CSS3 solutions for progressive enhancement in their sites. For instance, a developer might add a drop-shadow in Firefox, Safari and Chrome using -moz-box-shadow and -webkit-box-shadow, and then be comfortable with this design enhancement falling off for IE users.But wouldn’t it be great if...

5,606 0       CSS CHROME IE ROUNDED CORNER NO IMAGE FI


  CSS Box Shadow Illustration

Used in casting shadows off block-level elements (like divs)..shadow { -moz-box-shadow: 5px 5px 5px #ccc; -webkit-box-shadow: 5px 5px 5px #ccc; box-shadow: 5px 5px 5px #ccc;}The horizontal offset of the shadow, positive means the shadow will be on the right of the box, a negative offset will put the shadow on the left of the box.The vertical offset of the shadow, a negative one means the box-shadow will be above the box, a positive one means the shadow will be below the box.The blur radius, if set to 0 the shadow will be sharp, the higher the number, the more blurred it will be.ColorExample...

6,420 0       APPLE CSS BOX SHADOW CHROME SAFARI IE IL


  Stop programming

You probably program too much. Just when you've really gotten into your work, when your brain is entirely wrapped around your code, when your hands, eyes, and thoughts are working in harmony, stop. Look up. Think about when you're going to finish for the day. Look forward to shutting off your computer. Get outside a little. Programming, for all its mental exercise, is a very comfortable physical activity. ...

4,081 0       PROGRAMMING TIPS