Administrator Tarun Posted January 3, 2006 Administrator Share Posted January 3, 2006 I've been wondering if I should make the XHTML 1.0 or XHTML 1.1. Still learning php so any advice is welcome. :P Quote Link to comment Share on other sites More sharing options...
Administrator Tarun Posted January 3, 2006 Author Administrator Share Posted January 3, 2006 Working in Dreamweaver 8. Quote Link to comment Share on other sites More sharing options...
1984 Posted January 3, 2006 Share Posted January 3, 2006 Working in Dreamweaver 8. <{POST_SNAPBACK}> that must have cost a pretty penny. Quote Link to comment Share on other sites More sharing options...
Administrator Tarun Posted January 3, 2006 Author Administrator Share Posted January 3, 2006 One of the nice things about being in college is the student discounts. :P Quote Link to comment Share on other sites More sharing options...
1984 Posted January 4, 2006 Share Posted January 4, 2006 Thats cool. I wish i could gotten deals on my software. :( Quote Link to comment Share on other sites More sharing options...
Ma TriX 0978 Posted January 13, 2006 Share Posted January 13, 2006 Lol man im always here to help you with coding . Tarun you know that. Coding guru here reading for services. Quote Link to comment Share on other sites More sharing options...
Administrator Tarun Posted January 13, 2006 Author Administrator Share Posted January 13, 2006 So, what would you suggest for the original post/question? Quote Link to comment Share on other sites More sharing options...
Ma TriX 0978 Posted January 14, 2006 Share Posted January 14, 2006 We'll didnt i do the php varibles for it. I remember doing that. But just use CSS and php. i can help. XHTML isnt worth it just for the PC Maintenance. Quote Link to comment Share on other sites More sharing options...
Administrator Tarun Posted January 14, 2006 Author Administrator Share Posted January 14, 2006 I'd rather have something function properly for all browsers. Quote Link to comment Share on other sites More sharing options...
Ma TriX 0978 Posted January 14, 2006 Share Posted January 14, 2006 CSS does. and PHP is server-side. Quote Link to comment Share on other sites More sharing options...
RyanJones Posted January 22, 2006 Share Posted January 22, 2006 I'd rather have something function properly for all browsers. <{POST_SNAPBACK}> PHP is actually very useful in that way because you can make things like variable style sheets and because PHP is serverside it does not require the browser to do anything except display the output and this can be very useful :-) When I design a website I have to design two stylesheets (IE, Everything else mostly), using UA string identification you can then switch the sheet as required per browser :-) Even though IE can escape these by Masking its UA string its not possible for it to mask this test: <?php if (stristr($_SERVER['HTTP_ACCEPT'], 'application/xhtml+xml')) { # Using Firefox or any brower that supports the application/xhtml+xml mime-type. } else { # Not using Firefox, Opera, safari. Probably IE, Netscape or a text mode browser. } ?> Which can be very useful sometimes :-) Cheers, Ryan Jones Quote Link to comment Share on other sites More sharing options...
Administrator Tarun Posted January 22, 2006 Author Administrator Share Posted January 22, 2006 Perhaps I should post it as open source. lol :shocking: Quote Link to comment Share on other sites More sharing options...
1984 Posted January 22, 2006 Share Posted January 22, 2006 i havent a clue what you all are talking about. Quote Link to comment Share on other sites More sharing options...
SenutyEnool Posted January 22, 2006 Share Posted January 22, 2006 i havent a clue what you all are talking about. <{POST_SNAPBACK}> G'day LOTW, then you'd best catch up if you're looking at making your own site........ It's not that hard to understand, as I'm self taught on website designing, not that my sites are the greatest, but it is rewarding doing it yourself knowing that you did it all yourself. Cheers :D Quote Link to comment Share on other sites More sharing options...
Capman Posted January 22, 2006 Share Posted January 22, 2006 Got any links to post Senuty? We would love to see them. Quote Link to comment Share on other sites More sharing options...
SenutyEnool Posted January 23, 2006 Share Posted January 23, 2006 G'day CapMan, of the original site I built for my better half (Tupperware Down Under) some three years ago with FrontPage it sadly no longer exists as head office of Tupperware hounded her to close the site (this is in Australia) stating that Tupperware does NOT advertise over the web. This was in fact an outright lie as there was a web presence, however, only in the US but nothing as yet in Australia. Here's some 20/20 hindsight.... If I'd kept the site up for another 2 months I've got a feeling that they'd have offered me a deal to close it down. My reasoning behind this is that the site was getting over 100 hits per day and was generating a lot of work (money) for my wife and after having closed the site down within 3 months Tupperware had a website up for Australia. Oh well, once bitten, twice shy. I'll know better next time. As for my current site, it's here --> Phoenix Warriors <-- However I must admit that I did NOT script this. I'd gotten sick of trying to make an overarching site but was getting stymied as I'm not that fluent with Php and found PhpNuke which offered everything I wanted on my site, with a myriad of mods and add-ons. The current site, for those interested is built on PhpPlatinum with most of the security holes closed. Cheers :shocking: Quote Link to comment Share on other sites More sharing options...
1984 Posted January 23, 2006 Share Posted January 23, 2006 im reading up on html to get the basics right now. got the link from matrix and its awesome! Quote Link to comment Share on other sites More sharing options...
Ma TriX 0978 Posted January 23, 2006 Share Posted January 23, 2006 Thats not a bad site. Although, i never really like PHP-nuke. I usually coded many things myself, and never personally prefered php-nukes. I also have a couple of sites up of my own, but i mostly help out with a few companies here and there. Sometimes they use my material sometimes they dont. The usual online web businesses. I was also self taught. Which in my opinion is a good way to go only being 15 im able to schedule my own time to work on scripts and etc. And difficult trying to setup my webhosting company. Although my new hobbie here, is to help out with members at lunarsoft.net. :shocking: Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.