Omnimaga

General Discussion => Technology and Development => Web Programming and Design => Topic started by: Spyro543 on January 01, 2012, 07:56:56 pm

Title: My custom home page
Post by: Spyro543 on January 01, 2012, 07:56:56 pm
I made a custom home page for my browser that has a lot of stuff; well it's kinda hard to explain so here's pictures:

This is the main page that appears when I start Chrome:
Spoiler For image:
(http://i.imgur.com/8hkMA.png) (http://imgur.com/8hkMA.png)
Also sorry about the floating menu thing there in the middle. :P

This is the chat page. It has both OmnomIRC and Cemetech's SAX embedded.
Spoiler For image:
(http://i.imgur.com/1QtcT.png) (http://imgur.com/1QtcT.png)

This is the sites page with both Omnimaga and Cemetech embedded.
Spoiler For image:
(http://i.imgur.com/fc9eM.png) (http://imgur.com/fc9eM.png)

And here is the links page, nothing special, just hyperlinks to Omnimaga and Cemetech pages.
Spoiler For image:
(http://i.imgur.com/ioHjy.png) (http://imgur.com/ioHjy.png)

Also, you can try it out at http://anova.57o9.org/spyrohome/home.htm (http://anova.57o9.org/spyrohome/home.htm).
Title: Re: My custom home page
Post by: Nick on January 02, 2012, 03:09:11 am
ow great.. did you use frames to insert two pages at once? and how did you manage to get the real omnomirc there? i wanna know :)
Title: Re: My custom home page
Post by: Juju on January 02, 2012, 03:44:02 am
I guess it's pretty much iframes there.
Title: Re: My custom home page
Post by: Spyro543 on January 02, 2012, 09:19:39 am
I guess it's pretty much iframes there.
Yes, it's pretty much iframes.

EDIT: Here's what I did on the chat window:
<iframe src="http://omnomirc.www.omnimaga.org/" width="100%" height="43%" style="background-color:#FFFFFF"></iframe>
<iframe src="http://www.cemetech.net/projects/tisaxclient.php" width="100%" height="43%">
Title: Re: My custom home page
Post by: Jonius7 on March 14, 2012, 05:22:36 am
Wow I didn't look at this properly before but this will be useful for many people. Good job for sharing Spyro!