Jump to content



AUSTVPres


  • You cannot reply to this topic
18 replies to this topic

#1 Mike

  • Forum Regular
  • 137 posts
  • Location:Perth

Posted 30 January 2008 - 05:06 PM

Posted Image

AUSTV Pres is a website dedicated to Free-To-Air Television Presentation in Australia. At AUSTVPres you can view captures & videos of current and previous Free-to-Air Television Presentation. We will be launching soon and I will post for Staff soon.

EDIT: I hope I get better Response here, than I got on MediaSPY
  • +
  • -
  • 0


#2 cartman

  • Admin
  • 11,961 posts

Posted 30 January 2008 - 05:20 PM

View PostMike, on Jan 30 2008, 08:06 PM, said:

EDIT: I hope I get better Response here, than I got on MediaSPY

Why, what response did you get over there? (I would go and look, but I'm lazy) :P

#3 Mike

  • Forum Regular
  • 137 posts
  • Location:Perth

Posted 30 January 2008 - 05:32 PM

I was accused of copying another member`s site.

See the Discussion Here

http://www.mediaspy....showtopic=14093
  • +
  • -
  • 0

#4 TimC

  • Forum Regular
  • 1,793 posts
  • Location:Western Australia

Posted 30 January 2008 - 05:45 PM

View PostMike, on Jan 30 2008, 06:06 PM, said:

I hope I get better Response here, than I got on MediaSPY


Don't get your hopes up.
  • +
  • -
  • 0

#5 cartman

  • Admin
  • 11,961 posts

Posted 30 January 2008 - 06:03 PM

View PostMike, on Jan 30 2008, 08:32 PM, said:

I was accused of copying another member`s site.

Gosh, all that carry on just over a website. Seems rather silly to me. :)

#6 Mediawatch

    Sucessful Media Uni Student

  • Forum Regular
  • 835 posts
  • Location:Blue Mountains, NSW
  • YouTube:DJOZ88

Posted 30 January 2008 - 06:55 PM

no offense "Mike", but there are some similarities to the sites, asking people to set up your website design (when you don't have a clue about XHTML, CSS etc) when the whole process seems rushed doesn't go down too well with people
  • +
  • -
  • 0
Newsbitz
Media & Entertainment news i bite size packages!

#7 Tim

  • Forum Regular
  • 509 posts
  • Location:Melbourne

Posted 30 January 2008 - 07:22 PM

Perhaps instead of coming here and complaining, you should consider what people there had to say.

They're not just being horrible, they're offering constructive advice.
  • +
  • -
  • 0
Posted Image

#8 ATNI

  • Forum Regular
  • 25 posts
  • Location:Wollongong

Posted 30 January 2008 - 07:31 PM

View PostTim, on Jan 30 2008, 10:22 PM, said:

Perhaps instead of coming here and complaining, you should consider what people there had to say.

They're not just being horrible, they're offering constructive advice.

Which I have taken onbaord from the feedback Tim gave me on my website and have started learning the basics of XHTML/CSS. It's all part of the learning process (getting bad feedback).
  • +
  • -
  • 0

#9 trisreed

    AM Person

  • Forum Regular
  • 726 posts
  • Location:Perth, WA
  • YouTube:trisr

Posted 30 January 2008 - 08:39 PM

You'll find learning XHTML and CSS quite useful when designing your site - by being able to not use (or improve on the code from) WYSIWYG editors, you can get a much better looking site.
  • +
  • -
  • 0
Posted Image

#10 cartman

  • Admin
  • 11,961 posts

Posted 30 January 2008 - 09:54 PM

View Posttrisreed, on Jan 30 2008, 11:39 PM, said:

You'll find learning XHTML and CSS quite useful when designing your site - by being able to not use (or improve on the code from) WYSIWYG editors, you can get a much better looking site.

WYFSIWYFG editors are only good for time saving really. It's much better tweaking markup by hand to get the desired results.

#11 Kevin

  • Admin
  • 14,115 posts

Posted 01 February 2008 - 03:53 PM

View Postcartman, on Jan 30 2008, 10:54 PM, said:

WYFSIWYFG editors are only good for time saving really. It's much better tweaking markup by hand to get the desired results.

Exactly right. Nothing beats doing the code yourself, and I am yet to come across any of those WYSIWYG editors that creates code that passes the W3C HTML/XHTML/XML validator. Those editors insert so much unnecessary code and use far too much non-standard and non-compliant HTML and CSS. Even Dreamweaver is bad for that, and it's one supposed to be one of the top WYSIWYG editors available.

I find it amazing that any professional web designer uses anything but a text editor to code HTML. Only amateurs should be using WYSIWYG editors because they don't know any better.

#12 Tim

  • Forum Regular
  • 509 posts
  • Location:Melbourne

Posted 02 February 2008 - 10:41 AM

Dreamweaver is good because it finishes off all the tags and things for you..it saves more time than I care to imagine. When I use notepad/TextEdit to do stuff it messes me up because I'm always hitting enter for some sort of non-existent autocomplete thing.

It also has a checker built-in but I find it a lot less reliable than the Firefox extension I use/W3C validator.
  • +
  • -
  • 0
Posted Image

#13 cartman

  • Admin
  • 11,961 posts

Posted 02 February 2008 - 11:11 AM

View PostKevin, on Feb 1 2008, 06:53 PM, said:

Exactly right. Nothing beats doing the code yourself, and I am yet to come across any of those WYSIWYG editors that creates code that passes the W3C HTML/XHTML/XML validator. Those editors insert so much unnecessary code and use far too much non-standard and non-compliant HTML and CSS. Even Dreamweaver is bad for that, and it's one supposed to be one of the top WYSIWYG editors available.

I never have those problems with Dreamweaver. Anything that I do always validates and Dreamweaver has a good compatibility function that checks HTML, CSS, etc, against what all the different browsers will and won't support.


View PostKevin, on Feb 1 2008, 06:53 PM, said:

I find it amazing that any professional web designer uses anything but a text editor to code HTML. Only amateurs should be using WYSIWYG editors because they don't know any better.

I use Dreamweaver as my tool of choice for web authoring. Although I am a strong believer in knowing how to hand code and only look at applications such as Dreamweaver as a time saver. I don't rely on them to do things for me that I don't already know how to do.

Any professional web developer would be mad to hand code. Why type all that markup when you don't have to? As long as they know how to modify code by hand when the WYSIWYG editor doesn't achieve the desired result then it's all good.

#14 Tim

  • Forum Regular
  • 509 posts
  • Location:Melbourne

Posted 02 February 2008 - 11:58 AM

The Preview thing is also a good way of seeing how things will look if something goes horribly, horribly wrong. :P

Edited by Tim, 02 February 2008 - 11:58 AM.

  • +
  • -
  • 0
Posted Image

#15 Smacca

  • Forum Regular
  • 1,070 posts
  • Location:Regional Western Australia
  • YouTube:WAtvVideos

Posted 02 February 2008 - 04:37 PM

Mike, I hope you're prepared to spend shit loads of time on it. After 3 years I still haven't got WAtelevision fully launched. It's such a time consuming hobby. I hope you succeed and if you like I can help contribute, but just be prepared for things to take days to complete. :)
  • +
  • -
  • 0
WAtelevision.com >>>> News | TV Guide | YouTube | Digital TV

#16 Tim

  • Forum Regular
  • 509 posts
  • Location:Melbourne

Posted 02 February 2008 - 07:03 PM

I can't count how many times I've started creating a website like that and got sick of it after a few pages..I came very, very close at one stage but came to the conclusion that I had neither the time nor the energy to tame such a beast :P
  • +
  • -
  • 0
Posted Image

#17 Mike

  • Forum Regular
  • 137 posts
  • Location:Perth

Posted 02 February 2008 - 07:11 PM

View PostSmacca, on Feb 2 2008, 05:37 PM, said:

Mike, I hope you're prepared to spend shit loads of time on it. After 3 years I still haven't got WAtelevision fully launched. It's such a time consuming hobby. I hope you succeed and if you like I can help contribute, but just be prepared for things to take days to complete. :)


Thanks Mate.That will be a great Help
  • +
  • -
  • 0

#18 Smacca

  • Forum Regular
  • 1,070 posts
  • Location:Regional Western Australia
  • YouTube:WAtvVideos

Posted 02 February 2008 - 07:19 PM

View PostTim, on Feb 2 2008, 08:03 PM, said:

I can't count how many times I've started creating a website like that and got sick of it after a few pages..I came very, very close at one stage but came to the conclusion that I had neither the time nor the energy to tame such a beast :P

Hehe, it's so easy to think up a design and layout of a new site. The minute DW is open it all just seems too much of an effort. :sweat:

View PostMike, on Feb 2 2008, 08:11 PM, said:

Thanks Mate.That will be a great Help

No problems.
  • +
  • -
  • 0
WAtelevision.com >>>> News | TV Guide | YouTube | Digital TV

#19 Tim

  • Forum Regular
  • 509 posts
  • Location:Melbourne

Posted 02 February 2008 - 07:31 PM

View PostSmacca, on Feb 2 2008, 10:19 PM, said:

Hehe, it's so easy to think up a design and layout of a new site. The minute DW is open it all just seems too much of an effort. :sweat:
It's not so much that it's hard, but that it's not as easy as you remembered last time. Especially when it seems you're doing the exact same thing again.
  • +
  • -
  • 0
Posted Image





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users