Shoutbox

Making a custom tab - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Skype & Live Messenger (/forumdisplay.php?fid=10)
+----- Thread: Making a custom tab (/showthread.php?tid=29158)

Making a custom tab by illuzn on 07-27-2004 at 04:34 AM

Hi guys...
Just wondering if you guys have an idea for a custom tab i want to make...

Here is a site with the tvguide for australia http://tvguide.ninemsn.com

Now what I want to do is make a tab that shows today's tvguide and if possibly in a slimmer format to fit in a standard sort of msn window...

Now I'm stuck for ideas on how to do this...? Anybody have clues for me?


RE: Making a custom tab by marissa on 07-27-2004 at 10:03 PM

use that tab manager thing. i dont know what it really does personally, but people have spoken about it. try that:) just google it or something...


RE: RE: Making a custom tab by RebelSean on 07-27-2004 at 11:23 PM

quote:
Originally posted by marissa
use that tab manager thing. i dont know what it really does personally, but people have spoken about it. try that:) just google it or something...


Yes, it's called Tab Serv Patch. I have posted it as a atachment. ;-)..I'll just tell ya now, you have to run it, type your msn addy, then go to the site and register then pick your own, or like make it yourself! ;-)
RE: Making a custom tab by CookieRevised on 07-28-2004 at 12:17 AM

He's not asking how to link the tab to his messenger, he's asking HOW he can MAKE a tab, as in: the page itself.....

And he should make it in PHP most likely. And if http://tvguide.ninemsn.com doesn't support RSS feeds or something similar he needs to grab the right page (the one with info) and extract the info from it and make it into his own page...

And from MSNFanatic (I thought, or was it mess.be?) you can download a tab-template which looks like the standard MSN tabs... I'll attach de zip here, since I can't find the correct link atm (I got very little time atm)...


RE: Making a custom tab by aNILEator on 07-28-2004 at 12:41 AM

i was trying to make a tab that displayed the weather in your local area (anyone who has MYIE2 web browser should know what i mean) i was also going to try and make the media player that is in MYIE2 into a tab aswell, however i can't i lost interest but i did make a weather emoticon set.....never released it.

I do own and run a tab though. The weebl and bob one.

http://weebltab.kaonet.net

I totally re-designed it and now i believe it is very good and looks like the official site. please tell me what you think as i would like some feedback.

[Image: attachment.php?pid=283105]


RE: Making a custom tab by illuzn on 07-28-2004 at 01:42 AM

Hrmm... okay so use a php server is the suggestion... what will this involve?


RE: Making a custom tab by WDZ on 07-28-2004 at 01:57 AM

quote:
Originally posted by Fukafly
i was trying to make a tab that displayed the weather in your local area
You could use http://mobile.wunderground.com/ for that. It says it supports the following places...

quote:
United States | Canada | Central America | South America | Asia | Europe | Australia | Africa | Islands

RE: Making a custom tab by aNILEator on 07-28-2004 at 03:37 AM

yeah sounds good except

quote:
however i can't i lost interest

RE: Making a custom tab by CookieRevised on 07-28-2004 at 03:46 AM

quote:
Originally posted by illuzn
Hrmm... okay so use a php server is the suggestion... what will this involve?
nothing, only a php page which you create and a place to host.... Do you know HTML (I mean html, not frontpage stuff or other kind of wysiwyg html editor ;)) and PHP?
RE: Making a custom tab by Freggle on 07-28-2004 at 07:51 AM

I'm using it. Works fine here (H)


RE: Making a custom tab by illuzn on 07-28-2004 at 09:18 AM

i have html knowledge but no clue with php... im guessing thats a bad thing


RE: Making a custom tab by CookieRevised on 07-28-2004 at 03:57 PM

yeah, you gonna need that to create your page because the page must grab its info from another internet page. (It isn't static info so you can't make it with html alone). Well, there are other similar languages/methods you could use though, like ASP. But either way, you must know the language to create the page. Or you can ask nicely to someone who knows php to create it for you.....


RE: Making a custom tab by illuzn on 07-29-2004 at 11:44 AM

Sooo... Cookie ol' buddy ol' pal.... wanna do some php scripting for me :p .......

Just kidding.... know of a good reference to learn the code i need to make the php page (I have some programming knowledge) preferably something to the point so I don't have to read a million pages


RE: Making a custom tab by CookieRevised on 07-29-2004 at 01:54 PM

quote:
Originally posted by illuzn
Sooo... Cookie ol' buddy ol' pal.... wanna do some php scripting for me .......
lol...... I would if I knew how to program in PHP :p
quote:
Originally posted by illuzn
Just kidding.... know of a good reference to learn the code i need to make the php page (I have some programming knowledge) preferably something to the point so I don't have to read a million pages
(Y)

RE: Making a custom tab by LoochTheMan on 07-30-2004 at 06:06 PM

how do you use tab-template.zip? i cant seem to get it to work, can someone post how to create a tab?:S


RE: Making a custom tab by CookieRevised on 07-30-2004 at 09:10 PM

quote:
Originally posted by LoochTheMan
how do you use tab-template.zip? i cant seem to get it to work, can someone post how to create a tab?:S
Ermm... sorry to sound so blunt, but if you don't know how to unzip the file and edit html, then you should learn that first before creating websites (and tabs, which are in a sence just simple websites)
RE: Making a custom tab by aNILEator on 07-30-2004 at 09:33 PM

* aNILEator thinks LoochTheMan is getting WAAAY too ahead of what he thinks he can do


RE: Making a custom tab by LoochTheMan on 07-30-2004 at 11:29 PM

Im not ahead of myself, i know i cannot do anything and have little to no programming knoweldge, thats why i asked if someone could explain so i could try to learn...i dont know, i guess asking for help is such a bad thing:S


RE: Making a custom tab by CookieRevised on 07-30-2004 at 11:57 PM

Asking for help is not a bad thing at all.
However, trying to run when you can't walk is....


First learn how to make websites, learn HTML and even PHP (almost always needed for creating tabs as tabs consist almost always of dynamic content). And in the process of learning all that, learn also how to deal with files in a Windows Environment (folders, files, subfolders, moving, copying, deleting, creating, etc...)....

And to learn all that, this isn't the proper place actually...


RE: Making a custom tab by aNILEator on 07-31-2004 at 08:53 AM

I highly suggest (if you have it) taking the tutorials/lessons one by one in DREAMWEAVER MX that way you will get to know a little html and understand how it works.

Or you can do waht i usually do,if you see something you like or find interesting view the source code of the website {right click->view source on most web browsers} and see how it works.

I'm no genius i usually copy fragments of html from other places or search 'how to ....' in google and then just edit it to how i want it, this way i am getting to grips with html, and i even designed a website for the company i was on work experience for http://www.intronix.co.uk

At your level of experience i suggest using a WYSIWYG (what you see is what you get) html editor like microsoft frontpage or macromedia dreamweaver to get a VERY BASIC layout then smartening it up in html mode sometimes i find it less stressful to work in frontpage like this and can solve problems easily ost of the time, however i am not gonna touch my weebl and bob tab with the WYSIWYG editor modes ever i want that to remain an example of html, i have no experience with PHP so i can't help you there, I am also not a programmer (really should get around to uninstalling VB, C++) but i am looking into night courses for c++ at the moment one or two hours a week isn't that bad now is it :)

I am always asking for help or advice on these forums this place is the best forum i belong to its a great world-wide community
*thanks once again everyone* hope i have been of some help.

And now i am gonna go wake up becasue i think i am still asleep, had my slipknot alarm go off to wake me up at 9.30 and i've been on here since, and i've gotta go into town today at 11 meh anyone know how to code a new human body for me?


RE: Making a custom tab by illuzn on 07-31-2004 at 12:20 PM

Fukafly....
html is not a problem for me... I have ample experience with it... In fact I've designed a couple pages using pure html rather than dreamweaver or any WYSIWYG stuff...
What I want is a short introduction to php enough to get the coding up for my purpose. Any links to websites with this content will be appreciated.