| Author |
Message |
squashman
Big Dog


Joined: 08 Oct 2001 Posts: 3486
Location: 1265 Lombardi Ave.
|
Posted:
Mon Feb 17, 2003 11:05 pm Post subject: |
|
smokinAMD wrote:
BTW, the ONLY way to do html is with notepad. Simply the best and fatest way.
Why not use VI if you like notepad so much. |
|
|
|
|
|
|
Webster
Guide Dog


Joined: 16 Feb 2002 Age: 28 Posts: 8701
Location: Vacationland
|
Posted:
Tue Feb 18, 2003 6:32 am Post subject: Syntax Highlighting |
|
squashman wrote:smokinAMD wrote:
BTW, the ONLY way to do html is with notepad. Simply the best and fatest way.
Why not use VI if you like notepad so much.
I use VI in a *nix environment in the same way I use Notepad in MS environment. I like syntax highlighting, though, so usually use UltraEdit or ConTEXT. I haven't been doing much development in *nix lately so don't know of any good syntax highlighting editors for it. |
_________________ www .Run To Win.com
The Marathon Thread
I finally published my book: Comprehensive Guide to Marathon Preparation & Recovery
|
|
|
|
|
Webster
Guide Dog


Joined: 16 Feb 2002 Age: 28 Posts: 8701
Location: Vacationland
|
Posted:
Tue Feb 18, 2003 6:39 am Post subject: Book Suggestions |
|
hrbib21 wrote: It takes a lot of time to learn all this for me since I've never done it before, hence the reason for the book purchase. But I'll get there and be going at it like a pro before long.
Actually, getting a book and looking at how people do things is the best way to learn, when coupled along with playing around and seeing what you can make happen. I always make sure that I have a good reference available, since I can't remember all the little details of everything and nor do I care to.
My first advice, is get good at using tables. CSS is nice, but it doesn't have the cross-browser support for layout issues yet to make it worthwhile. Of course, I have to support and code for older browsers, so that may not be the case with all of the new ones. Just get used to using:
<TABLE CELLSPACING=0 CELLPADDING=0 BORDER=0>
</TABLE>
Once you are confident in basic HTML and layout, branch into CSS for formatting. Get comfortable using it on single pages and small sites, so that when you want to do something involved, you can use it to effect your entire site simply and easily.
That's when I'd get into the javascript, which is where things can get really fun as long as you realize what is cross-browser compatible and what isn't.
I recommend Javascript: The Definitive Guide by Flanagan and Dynamic HTML: The Definitive Reference by Goodman, both from O'Reilly. I'm not sure how defininitive they are, but they are both excellent as reference material for the little questions you'll have as you go along. |
_________________ www .Run To Win.com
The Marathon Thread
I finally published my book: Comprehensive Guide to Marathon Preparation & Recovery
|
|
|
|
|
wrathiron
Moderator


Joined: 23 May 2002 Posts: 5210
Location: Right behind you, holding a meat cleaver.
|
Posted:
Fri Mar 14, 2003 5:48 am Post subject: |
|
Dreamweaver is an excellent app for creating sites I have used it for a while, and I love how it incorporates other apps I use such as Fireworks, FLASH etc. ANother app I have used that is decent is HOTDOG. I know some people hate it but I use it out of habit/ |
_________________ To Escape Criticism Do Nothing; Say Nothing Be Nothing
|
|
|
|
|
Mikey Boo
Toilet Drinker

Joined: 18 Mar 2001 Posts: 248
Location: Edmonton, Alberta Canada
|
Posted:
Tue Mar 25, 2003 11:56 pm Post subject: |
|
well i got on to the bandwagon and decided to make my own site. so im goin to try out dreamweaver and see what i can do. maybe in the next few days i can have sumthing more than the test page that apache has... and if ur interested in the so called progress heres my plug for my site Padded Cell |
_________________ Im in the Top 10 for Astropulse
Need another dually for Seti...
Comp Modz
|
|
|
|
|
Code_Monkey
Butt Sniffer


Joined: 28 Mar 2002 Posts: 1041
Location: The Magic Kingdom
|
Posted:
Thu Mar 27, 2003 2:54 pm Post subject: |
|
I often visit http://www.w3.org/ for a reference as to what will work in all browsers and some really clean code. |
|
|
|
|
|
|
hrbib21
Veteran Dog


Joined: 19 Sep 2001 Posts: 6227
Location: The Democratic Republic of The United States Of America
|
Posted:
Sun Apr 13, 2003 11:34 pm Post subject: |
|
OK, I'm still using FrontPage 2002 because I simply do not have time. I still don't understand whether or not I can do a news update thingy (web component) that is NOT MSNBC. Like maybe one that is FoxNews or something. I like the top news or sports stories or setup of the MSNBC web component but I don't want MSNBC. Any other ideas?
I know how to view a webpage in html but I don't know how to create a little box like the MSNBC ones on my site.
HELP! |
_________________ Life is like a box of chocolates.....when it's done, it's done.
|
|
|
|
|
hrbib21
Veteran Dog


Joined: 19 Sep 2001 Posts: 6227
Location: The Democratic Republic of The United States Of America
|
Posted:
Tue Apr 15, 2003 6:57 pm Post subject: |
|
Bumpity |
_________________ Life is like a box of chocolates.....when it's done, it's done.
|
|
|
|
|
CMTG
Leg Humper


Joined: 23 Feb 2002 Posts: 4963
Location: On average, Cheltenham.
|
Posted:
Tue Apr 15, 2003 9:03 pm Post subject: |
|
|
_________________ Pie. I wish I could
constrain my hungry greed but...
Sadly, defeated.
Charlene's Law: There's no such thing as can't.
Charlene's Corollary: Unless it's followed by be arsed.
|
|
|
|
|
fathertyme
Site Admin


Joined: 30 Jun 2001 Posts: 6213
Location: The American Colonies
|
Posted:
Tue Apr 15, 2003 10:54 pm Post subject: |
|
Found this code to include an java applet that scrolls news accross the bottom of the screen... of course, you need the applet, but.. *grins*
I can get my hands on it if you are interested...
<html>
<head>
</head>
<body bgcolor="000000" bottommargin="0" marginheight="0" topmargin="0">
<!--- ShortNews Newsticker Include Begin --->
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="black" bordercolor="black">
<tr>
<td align="center">
<script language="JavaScript">
if (navigator.appName == 'Netscape')
var language = navigator.language;
else
var language = navigator.browserLanguage;
if (language.indexOf('de') > -1)
{
if (document.all)
{
document.write('<APPLET align="center" CODE="short_ticker.class" CODEBASE="http://newsticker.shortnews.de/de/newsticker/" WIDTH="'+((document.body.clientWidth/100)*88)+'" HEIGHT="18">');
}
if (document.layers)
{
document.write('<APPLET align="center" CODE="short_ticker.class" CODEBASE="http://newsticker.shortnews.de/de/newsticker/" WIDTH="'+((window.innerWidth/100)*88)+'" HEIGHT="18">');
}
if (!document.layers && !document.all)
{
document.write('<APPLET align="center" CODE="short_ticker.class" CODEBASE="http://newsticker.shortnews.de/de/newsticker/" WIDTH="'+((window.innerWidth/100)*88)+'" HEIGHT="28">');
}
}
else
{
if (document.all)
{
document.write('<APPLET CODE="short_ticker.class" CODEBASE="http://newsticker.shortnews.com/com/newsticker/" WIDTH="'+((document.body.clientWidth/100)*88)+'" HEIGHT="18">');
document.write('<PARAM NAME="MSGTEXT" VALUE="http://newsticker.shortnews.de/com/export/default.txt">');
}
if (document.layers)
{
document.write('<APPLET CODE="short_ticker.class" CODEBASE="http://newsticker.shortnews.com/com/newsticker/" WIDTH="'+((window.innerWidth/100)*88)+'" HEIGHT="18">');
document.write('<PARAM NAME="MSGTEXT" VALUE="http://newsticker.shortnews.de/com/export/default.txt">');
}
if (!document.layers && !document.all)
{
document.write('<APPLET CODE="short_ticker.class" CODEBASE="http://newsticker.shortnews.com/com/newsticker/" WIDTH="'+((window.innerWidth/100)*88)+'" HEIGHT="28">');
document.write('<PARAM NAME="MSGTEXT" VALUE="http://newsticker.shortnews.de/com/export/default.txt">');
}
}
document.write('<PARAM NAME="RUBRIK1" VALUE="default">');
document.write('<PARAM NAME="SORT" VALUE="1">');
document.write('<PARAM NAME="SPARTE" VALUE="4">');
document.write('<PARAM NAME="BGCOLOR" VALUE="000000">');
document.write('<PARAM NAME="FGCOLOR" VALUE="104DA5">');
document.write('<PARAM NAME="LINKCOLOR" VALUE="ffffff">');
document.write('<PARAM NAME="MOUSEOVERHOLD" VALUE="1">');
document.write('<PARAM NAME="SPEED" VALUE="20">');
if (language.indexOf('de') > -1)
// German
{
document.write('<PARAM NAME="U_ID" VALUE="289531">')
}
else
// English
{
document.write('<PARAM NAME="U_ID" VALUE="41415">')
}
document.write('</APPLET>');
</script>
<!--- ShortNews Newsticker Include End --->
</body></html>
|
_________________ LWD web-cams: http://lwdcam.codecoma.com/?lwdcam
----
---
[9:08pm][09/16/2005]«+ flip » college...what is that
[9:08pm][09/16/2005]«+ Aff » apparently a place where you find rum
---
I used to live in my own little world, but they didn't like me there either.
You see dead people? I'm a software engineer, I don't see anybody!
---
My Amazon Wishlist
|
|
|
|
|
fathertyme
Site Admin


Joined: 30 Jun 2001 Posts: 6213
Location: The American Colonies
|
Posted:
Tue Apr 15, 2003 11:02 pm Post subject: |
|
better yet... this site appears to have 4 different newstickers... I cheated a little bit and at least one or two of them appear to be javascript based...
so checkit...
( http://www.shortnews.com/newsticker/free/index.cfm ) |
_________________ LWD web-cams: http://lwdcam.codecoma.com/?lwdcam
----
---
[9:08pm][09/16/2005]«+ flip » college...what is that
[9:08pm][09/16/2005]«+ Aff » apparently a place where you find rum
---
I used to live in my own little world, but they didn't like me there either.
You see dead people? I'm a software engineer, I don't see anybody!
---
My Amazon Wishlist
|
|
|
|
|
hrbib21
Veteran Dog


Joined: 19 Sep 2001 Posts: 6227
Location: The Democratic Republic of The United States Of America
|
Posted:
Wed Apr 16, 2003 5:05 am Post subject: |
|
Thanks! Much appreciated. |
_________________ Life is like a box of chocolates.....when it's done, it's done.
|
|
|
|
|
TheGodAnubis
Tail-Wagger


Joined: 10 Aug 2001 Age: 27 Posts: 2141
Location: Texas... the rest of the world is imaginary.
|
Posted:
Wed Apr 16, 2003 4:50 pm Post subject: |
|
speaking of the editor debate. I used to use only Notepad... but have found InterDev to be quite handy. I like the color coding of the code that it does, and I like the ability to get a quick preview of what your doin if you want. But for all practical purposes, I still use it as though it is no more than a text editor.
and if you want some good tutorials on web programming, head over to http://www.w3schools.com/ |
_________________ If, at first, you don't succeed, get a bigger hammer.
|
|
|
|
|
fathertyme
Site Admin


Joined: 30 Jun 2001 Posts: 6213
Location: The American Colonies
|
Posted:
Thu Apr 17, 2003 1:05 am Post subject: |
|
So I looked at that javascript, hrbib... if you give me an idea of what kind of news you want to show... I can probably slim it down so you can personalize all the content...
shoot the content formula is:
var $news=new array;
$news[0]="<a href="http://www.littlewhitedog.com/http://www.littlewhitedog.com/seti_comments.asp?setinewsid=557">Thursday's Seti News</a>;
$news[1]=...
so using that format, you could pretty much link to anywhere you wanted... you'd just have to alter the code to grab the file you want it to grab |
_________________ LWD web-cams: http://lwdcam.codecoma.com/?lwdcam
----
---
[9:08pm][09/16/2005]«+ flip » college...what is that
[9:08pm][09/16/2005]«+ Aff » apparently a place where you find rum
---
I used to live in my own little world, but they didn't like me there either.
You see dead people? I'm a software engineer, I don't see anybody!
---
My Amazon Wishlist
|
|
|
|
|
|
|