MyBB Community Forums

Full Version: My new HTML 5 idea.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Well since IE fails and can't view SVG's on the web, it can go away for this theme. With the coming of HTML 5, You can make images (Like SVG) On the web. Here is some example code.

<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">

<svg width="100%" height="100%" version="1.1"
xmlns="http://www.w3.org/2000/svg">

<path d="M153 334
C153 334 151 334 151 334
C151 339 153 344 156 344
C164 344 171 339 171 334
C171 322 164 314 156 314
C142 314 131 322 131 334
C131 350 142 364 156 364
C175 364 191 350 191 334
C191 311 175 294 156 294
C131 294 111 311 111 334
C111 361 131 384 156 384
C186 384 211 361 211 334
C211 300 186 274 156 274"
style="fill:white;stroke:red;stroke-width:2"/>

</svg>

Which equals http://www.w3schools.com/svg/tryit.asp?f...2&type=svg


So i plan to use these and make an SVG theme, instead of Images. I know kinda pointless, but i think it would be fun Toungue

I will start on my beta site soon, i'll post a link if zomaian lets me later Toungue
lol why you need zomain approval to post? Toungue

I'd use other features for a theme with HTML5 though, mainly for semantics (I'm a semantics lover so yeah... I can't stop it lol)
My demo site is his subdomain (because mine always go down when i am bored) So i just want to make sure i'm allowed Toungue.
lol ok Toungue

Interesting idea BTW. Making a mega huge background w/o fearing filesize?
(2009-12-08, 03:54 AM)combus Wrote: [ -> ]lol why you need zomain approval to post? Toungue

I'd use other features for a theme with HTML5 though, mainly for semantics (I'm a semantics lover so yeah... I can't stop it lol)

Well this is morely just for a "WOW, thats cool" then move along thing, to strengthen my skills. If the time came and IE actually did something with their standards, i will surely implement it.
I guess I get your point Toungue But there's no many images in a MyBB theme. Unless you want to replace all icons with an SVG :O

BTW, IE 9 will recognize a bunch of CSS3 Big Grin And I'm happy with that, as I'm a CSS guy xD
(2009-12-08, 04:02 AM)combus Wrote: [ -> ]I guess I get your point Toungue But there's no many images in a MyBB theme. Unless you want to replace all icons with an SVG :O

BTW, IE 9 will recognize a bunch of CSS3 Big Grin And I'm happy with that, as I'm a CSS guy xD

yay! win for ie9! The whole theme will be colour with SVG's. So it will look a little web 1.0, but it will still be cool (thead tcat all will be svgs)
That use is kind of odd and not very efficient, but go ahead Big Grin Experiments are fun!
(2009-12-08, 04:19 PM)combus Wrote: [ -> ]That use is kind of odd and not very efficient, but go ahead Big Grin Experiments are fun!

Well unless i could add a invisable gloss to the SVG i don't think i can. Actually that gave me an idea...
Not particularly sure what the point of this is...
Pages: 1 2 3