BetaArchive Logo
Total Current Archive Size: 4925.26GB in 15820 files
Navigation Home Screenshots Image Uploader Server Info FTP Servers Wiki Forum RSS Feed Rules Please Donate
UP: 6d, 14h, 1m | CPU: 24% | MEM: 4292MB of 12279MB used
{The community for beta collectors}

Forum rules


Before you post, please make sure...

- ...you have first used Google to look for an answer, and you have asked other people you know via other methods (IM, e-mail, etc).
- ...your question has not been asked before. Search the forum first before posting.

If you meet those criteria, go ahead and post your question. Be sure to provide as much information you can about the problem and how to recreate it. Also provide information on hardware and software if applicable.


Post new topic Reply to topic  [ 20 posts ] 
Author Message
 PostPost subject: Website in the style of Windows 8's Metro UI        Posted: Thu Jun 16, 2011 2:19 pm 
Newbie Beta Collector
Newbie Beta Collector
Offline

Joined
Thu Jun 16, 2011 2:09 pm

Posts
4

Favourite OS
Win7 SP1
I want to start a website and i want to create it in windows metro ui style. How should i start making ws? Any template or something else? I'm advanced in html and php but i dont know how to make the design.


Top  Profile
 PostPost subject: Re: Website in the style of Windows 8's Metro UI        Posted: Sat Jun 18, 2011 4:04 pm 
Newbie Beta Collector
Newbie Beta Collector
Offline

Joined
Fri May 06, 2011 11:36 am

Posts
14

Favourite OS
7989
i'm also interested on it. i have no idea for the moment


Top  Profile
 PostPost subject: Re: Website in the style of Windows 8's Metro UI        Posted: Sat Jun 18, 2011 4:34 pm 
Newbie Beta Collector
Newbie Beta Collector
User avatar
Offline

Joined
Sat Jun 18, 2011 3:19 pm

Posts
39

Favourite OS
Windows 7 SP 1
thinking of OFFICIAL Windows 8 Site in Metro UI Live tiles


Top  Profile
 PostPost subject: Re: Website in the style of Windows 8's Metro UI        Posted: Sat Jun 18, 2011 9:20 pm 
Newbie Beta Collector
Newbie Beta Collector
Offline

Joined
Sat Jun 18, 2011 5:37 pm

Posts
24
Best way would probably be a combination of advanced CSS (probably lots of absolute positioning), and the ext.js library. You should be able to achieve a very similar user experience. Check out the ext.js examples on their website - it shows something not too far away (circa Windows Vista) but a very good starting point.


Top  Profile
 PostPost subject: Re: Website in the style of Windows 8's Metro UI        Posted: Sat Jun 18, 2011 11:55 pm 
Newbie Beta Collector
Newbie Beta Collector
User avatar
Offline

Joined
Sat Jun 18, 2011 10:34 pm

Posts
6

Location
USA

Favourite OS
Windows 7 SP1
If you want effects, you probably should have a good js library. Jquary and script.aculo.us are very good. For a "Metro UI" look, CSS3 techniques can really come in handy. I would minimize the use of images if possible. Do you have any experience with CSS? Remember that trying to replicate something is always more complicated than you originally think.. I learned that the hard way multiple times.


Top  Profile  WWW
 PostPost subject: Re: Website in the style of Windows 8's Metro UI        Posted: Sun Jun 19, 2011 12:38 am 
Guru Beta Collector
Guru Beta Collector
User avatar
Offline

Joined
Tue May 03, 2011 4:23 pm

Posts
715

Favourite OS
NT 6.05.3718.0
simonzsoli wrote:
I'm advanced in html and php but i dont know how to make the design.


that kinda contradicts itself

_________________
Pat Bateman: I'm into murders and executions.
Les Grossman: Or you can grow a conscience in the next 5 minutes and see where that takes you.


Top  Profile
 PostPost subject: Re: Website in the style of Windows 8's Metro UI        Posted: Sun Jun 19, 2011 6:42 pm 
Newbie Beta Collector
Newbie Beta Collector
User avatar
Offline

Joined
Sat Jun 18, 2011 10:34 pm

Posts
6

Location
USA

Favourite OS
Windows 7 SP1
Barabba wrote:
simonzsoli wrote:
I'm advanced in html and php but i dont know how to make the design.


that kinda contradicts itself

Someone could be advanced in html and php but not in design and css. For example, a backend programmer may do html and php but never actually design a website.


Top  Profile  WWW
 PostPost subject: Re: Website in the style of Windows 8's Metro UI        Posted: Sun Jun 19, 2011 7:02 pm 
Guru Beta Collector
Guru Beta Collector
User avatar
Offline

Joined
Tue May 03, 2011 4:23 pm

Posts
715

Favourite OS
NT 6.05.3718.0
HTML doesn't go without CSS since like 1998

_________________
Pat Bateman: I'm into murders and executions.
Les Grossman: Or you can grow a conscience in the next 5 minutes and see where that takes you.


Top  Profile
 PostPost subject: Re: Website in the style of Windows 8's Metro UI        Posted: Mon Jun 20, 2011 3:02 am 
Newbie Beta Collector
Newbie Beta Collector
User avatar
Offline

Joined
Sat Jun 18, 2011 10:34 pm

Posts
6

Location
USA

Favourite OS
Windows 7 SP1
Barabba wrote:
HTML doesn't go without CSS since like 1998

True, but I was just pointing out that they never said anything about their CSS skill.


Top  Profile  WWW
 PostPost subject: Re: Website in the style of Windows 8's Metro UI        Posted: Mon Jun 20, 2011 9:28 am 
Newbie Beta Collector
Newbie Beta Collector
Offline

Joined
Sun Jun 19, 2011 2:40 pm

Posts
4
jptech7 wrote:
Remember that trying to replicate something is always more complicated than you originally think.. I learned that the hard way multiple times.
I beg to differ. :D http://peterwunder.de/playground/win7/ (Best viewed in Firefox 4)
You just have to know which techniques you can use (read: What features of CSS3 are supported in all modern browsers).


Top  Profile
 PostPost subject: Re: Website in the style of Windows 8's Metro UI        Posted: Thu Jun 23, 2011 8:49 pm 
Newbie Beta Collector
Newbie Beta Collector
Offline

Joined
Thu Jun 23, 2011 8:36 pm

Posts
22
Not the "best" idea, but you could take some images of the metro UI, take out the text, put it as a CSS background, and use absolute positioning to place the content where you want.


Top  Profile
 PostPost subject: Re: Website in the style of Windows 8's Metro UI        Posted: Fri Jul 22, 2011 4:02 am 
Newbie Beta Collector
Newbie Beta Collector
User avatar
Offline

Joined
Wed Jul 20, 2011 4:58 am

Posts
31

Location
US

Favourite OS
Slackware
Image


Here's a "template" that's meant to be a home page replacement. It'll work basically the same way.

http://www.mediafire.com/?6x2b857yy0yc1sy

Original link

http://flatmo1.deviantart.com/art/EIGHT ... -212847573

_________________
Image


Top  Profile  WWW
 PostPost subject: Re: Website in the style of Windows 8's Metro UI        Posted: Tue Aug 30, 2011 3:17 am 
Newbie Beta Collector
Newbie Beta Collector
Offline

Joined
Tue Aug 30, 2011 2:52 am

Posts
17

Favourite OS
Windows 7 SP1
Here are some photoshop resources. http://www.microsoft.com/design/toolbox ... photoshop/


Top  Profile
 PostPost subject: Re: Website in the style of Windows 8's Metro UI        Posted: Sun Sep 04, 2011 11:40 pm 
Newbie Beta Collector
Newbie Beta Collector
User avatar
Offline

Joined
Sun Sep 04, 2011 10:32 pm

Posts
5

Favourite OS
windows 7
Hi Dear Programmers,

I can surely help you in any design related problems, but I sure do want a PHP programmer to help me with my issues? anyone to join hands ?

_________________
Be like water, overcome all your obstacles.


Top  Profile  WWW
 PostPost subject: Re: Website in the style of Windows 8's Metro UI        Posted: Mon Sep 05, 2011 3:22 pm 
1337 Beta Collector
1337 Beta Collector
User avatar
Offline

Joined
Thu Apr 14, 2011 12:50 pm

Posts
1777
This browser has his default homepage as an Metro like Website IIRC


Top  Profile
 PostPost subject: Re: Website in the style of Windows 8's Metro UI        Posted: Fri Sep 09, 2011 6:32 pm 
Newbie Beta Collector
Newbie Beta Collector
Offline

Joined
Fri Sep 09, 2011 5:17 pm

Posts
12
SamusAranX wrote:
jptech7 wrote:
Remember that trying to replicate something is always more complicated than you originally think.. I learned that the hard way multiple times.
I beg to differ. :D http://peterwunder.de/playground/win7/ (Best viewed in Firefox 4)
You just have to know which techniques you can use (read: What features of CSS3 are supported in all modern browsers).

can i download the code for the win7-page somewhere?


Top  Profile
 PostPost subject: Re: Website in the style of Windows 8's Metro UI        Posted: Mon Oct 24, 2011 3:28 pm 
Newbie Beta Collector
Newbie Beta Collector
Offline

Joined
Sun Jun 19, 2011 2:40 pm

Posts
4
@lordofweb: Please don't do that.
Just yesterday I contacted multiple people who badly plagiarized my content, to make them take it down.


Top  Profile
 PostPost subject: Re: Website in the style of Windows 8's Metro UI        Posted: Wed Dec 14, 2011 5:27 am 
Pro Beta Collector
Pro Beta Collector
User avatar
Offline

Joined
Wed Dec 27, 2006 5:44 pm

Posts
368

Location
Canada

Favourite OS
Windows
In the longhorn days I made a site using only IE DHTML Effects that simulated he Longhorn glass on the web site..

I had a media playing by using the WMP object control and IE framed browser.

It was fun… however by using just HTML (this was before ie7 was on the picture) firecrap died at loading the site and ie5 didn’t support the transparent effects.

I wonder if I still have that site…

*hehe*

_________________
Image


Top  Profile  WWW
 PostPost subject: Re: Website in the style of Windows 8's Metro UI        Posted: Wed Feb 08, 2012 9:40 pm 
Amateur Beta Collector
Amateur Beta Collector
User avatar
Offline

Joined
Tue Jun 07, 2011 4:45 pm

Posts
87

Location
Planet Earth

Favourite OS
WebEdit
this was a subject i played with a while ago
needs some updating but you can check it out at http://www.no_longer_in_use.com
suggestions welcome!


Last edited by mertz3hack on Fri Dec 28, 2012 10:40 pm, edited 1 time in total.

Top  Profile  WWW
 PostPost subject: Re: Website in the style of Windows 8's Metro UI        Posted: Wed Mar 14, 2012 1:51 pm 
Newbie Beta Collector
Newbie Beta Collector
Offline

Joined
Wed Mar 14, 2012 1:37 pm

Posts
1
I've found this http://metro-webdesign.info/
I'm modifying it now, works quite good, unfortunately the tutorial page includes only the basic things, but it's the best website ive found.


Top  Profile
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 20 posts ] 




Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  

All views expressed in these forums are those of the author and do not necessarily represent the views of the BetaArchive site owner.

Powered by phpBB® Forum Software © phpBB Group

Copyright © 2006-2013

 

Sitemap | XML | RSS