Ranta Blog

14 Mar

New HTML5 Tags

March 10th, 2010

The task that had to be accomplished by the developers was to create the richer and meaningful semantics for HTML5 version – plus the fact that new solution was supposed to be flexible, strongly efficient and of course to correspond to all modern web standards. Now here comes the list of the new tags that will available in HTML5.
<article> tag defines an article
<aside> tag defines content aside from the page content
<audio> tag defines sound content
<canvas> tag defines graphics
<command> tag defines a command button
<datalist> tag defines a dropdown list
<details> tag defines details of an element
<dialog> tag defines a dialog (conversation)
<embed> tag defines external interactive content or plugin
<figure> tag defines a group of media content, and their caption
<footer> tag defines a footer for a section or page
<header> tag defines a header for a section or page
<hgroup> tag defines information about a section in a document
<keygen> tag defines a generated key in a form
<mark> tag defines marked text
<meter> tag defines measurement within a predefined range
<nav> tag defines navigation links
<output> tag defines some types of output
<progress> tag defines progress of a task of any kind
<rp> tag is used in ruby annotations to define what to show browsers that do not support the ruby element.
<rt> tag defines explanation to ruby annotations.
<ruby> tag defines ruby annotations.
<section> tag defines a section
<source> tag defines media resources
<time> tag defines a date/time
<video> tag defines a video

Time-Lapse of Milky Way over Hawaii

March 5th, 2010

In all the messiness of life’s day-to-day, one tends to forget the majesty that is the universe on a grand scale. Let this stunning time-lapse of the Milky Way over Hawaii remind you of your insignificance.

Minority Report Is Finally Here

February 17th, 2010

g-speak overview 1828121108 from john underkoffler on Vimeo.

Wordpress Image Upload Problem

February 17th, 2010

I’ll be writing more on this is in the future but for now I just want to talk about custom installs of wordpress and a couple problems you may encounter when trying to upload images:

#1 Make sure the folder you have chosen to store your images in is writable. This should be the same for the whole folder. The file attributes on that folder should be 777 and recursed into all subdirectories.

#2 Make sure you’re uploading your files to the right place. This problem happens a lot when sites are being developed and moved to a different server, etc….. You can find where you’re storing your images under Settings > Miscellaneous > “Store uploads in this folder”. Kind of a tricky little spot to find that info.

Hope this helps someone.

You can’t fight the future

February 13th, 2010

I started reading this article this morning over coffee and found it fascinating and well written. I couldn’t find a link when I did a quick search but had to share part of it with you. Let me know if you find a link for it less you be a spammer:

“In Silicon Valley the world is divided into two kinds of people - those who “get it”, and those who don’t. The people who get it are the ones who understand that the Internet is the biggest thing that has ever happened in the history of the human race, a wave so huge and so powerful that the only way to cope with it is to jump on and hope to make money building a new world. Those who don’t get it are the ones who try to fight the Internet wave. Entire industries fit that description: movies, music, publishing, real estate, cable-TV providers, operators of mobile-phone networks - the list goes on.

Now, at the top of the list, goes China.

That is the message Google is sending this kerfuffle…..”

Newsweek, January 25, 2010
Google vs. China
You Can’t Fight the Future, why China is no match for the internet
by Daniel Lyons

Where is Artificial Intelligence today?

February 9th, 2010

“Arguably, the best design for intelligence created to date remains the biological brain - and scientists are already looking into whether it will one day play a part in AI.”

Artificial intelligence: 55 years of research later - and where is AI now?

Best Iphone Apps 2009

November 19th, 2009

I’m curious what this years best iphone apps are? I didn’t have much time today but the thought crossed my mind. With over 100k I’m curious. If you’ve found this post let me know what you think. More to come…..

Ranta

October 26th, 2009

I often check the results for my name with a google search. I don’t know, it’s just something I do sometimes. I recommend everyone do it as anyone can google your name, it’s nice to know what is returned. I’ve had the number one spot for a while now for “Josh Ranta”. Easy enough, it’s not that popular of a name. My last name has been a little harder to tackle. It’s a popular name in Finland as Ranta means “beach” there. Well, several months ago I noticed after my site had been up for a while I was number 1 for “Josh Ranta” but something like number 35 for “Ranta”. (For those of you who don’t know, by the number, I mean the page number I fall under for the search result.) After working with some SEO I’m now up to page number 17 for “Ranta” and still increasing. Not bad, I’m kinda pleased with that. Keep going!

Did You Know? Data gets old.

October 7th, 2009

My friend sent me this video the other day, I haven’t watched it since the professor played it for us the first day of one of my classes. I remember thinking, “How much of those are real, hard facts? How much of that data has changed since that video was made?” My friend thinks it’s a bunch of bullshit. He said, “That video cracked me because it’s a bunch of bullshit. How can you be trained in technology that doesn’t exist? ”

I know there’s a lot of you out there who have seen this video and I wonder, what is your opinion? We had a class discussion about it for the rest of my first day in class. It’s nice to see it again and think again, how much more has this data changed?



Repeating Background image not showing up in IE

September 14th, 2009

Ever have the problem with your repeating background just not showing up in Internet Explorer but it does in Firefox? Try a space.

See the example below, this true and I have no idea why but if you don’t have a space after you specify your url it won’t work in IE:

background: url(images/your_image.jpg)top left repeat-x;  <<<<<<notice there is no space

background: url(images/your_image.jpg)  top left repeat-x;  <<<<<< now notice there IS a space

This slight difference will cause your css to be ineffective in IE.

Just a FYI………happy coding

Ranta Blog is proudly powered by WordPress
Entries (RSS) and Comments (RSS).

© 2009 Layout & Code by Josh Ranta

This page has been visited 4925 times.