The reason no one switched to webkit before Chrome, Safari was the only (popular) browser that implemented it. As we all know, Safari is trash, especially on Windows. Now Chrome's come along with a decent implementation, but I still prefer Opera for its superior customisation.
@adsicks I do webdev myself and I don't really think so. Most issues I have with Opera happen when I try to fix it in another browser. Pretty annoying.
Or when websites block Opera for no apparent reason... I'm pretty sure JennyCraig(dot)com still does that. YouTube's URL filter is annoying...
@RappingDelight Sure enuff 'bout Jenny, what is YT's URL filter? The only diff I had was CSS positioning between IE/Opera/Konquorer and FF/Chrome, but I try to make everything consistent and don't use any -moz stuff.
@RappingDelight Try a div with 2 span's or p's inside with 31 pix high images aligned right of 10px text in the spans and see how the different browsers handle the box...Opera and IE don't overflow the div but Chrome/Fox/Konqueror do. Fox handles the box a little dif on Linux than Win in that case too. It validates to w3c and is proper CSS as far as I know...just the last 10 hrs of work...ugh. but I got 5 cols with div's and no tables...finally.
@adsicks I don't use px at all anymore. It's all % or ems for me. Keeping things mostly fluid or user font size determined.
Locking layouts creates more headaches, at least when you're trying to make everything look the same.
As to whether or not to overflow, there are no guidelines as to that, that why browsers handle it differently, it's also why we have css properties to override some of that standard browser behaviour.
@RappingDelight Yeah, but a copyright and validator tag line on the footer of a page should be in pixels. Plus the overflow is only hide or scroll. It won't make a div grow. IMHO tables are far more fluid and precise. Plus, my load time didn't improve after all of that work, in fact, both my html and CSS grew in size. I used fixed in my original table layout so it was pretty quick...
@adsicks Why should it be in pixels? There's no reason I can think of for doing that.
Your going from a table toa static div, of course they'll behave differently, they're not the same thing.
Say you want a div that is 300px wide. Your standard font size is 12px. Set the div to 25em and that's what you'll get. Now if the font size changes, it'll scale as well.
You have to throw out the thinking that you're used to from tables and start over.
@RappingDelight Ever see a copyright notice at the bottom of a magazine. They are always small and insignificant. Also, I use text over my logs and they have to be in pixels. It's much smaller graphics wise to use a background sprite and overlay with text than have a big image.
@adsicks Sorry, but saying tables are more fluid and precise isn't an honourable opinion at all. It's just the past. You can make divs that are more flexible using min and max measurements, using ems and percentages. Step away from pixels and get rid of those static shackles. Fluid comes with it's own headaches, but they're easier to handle in my opinion.
Measuring load time improvements is hard anyway. You see the benefit when you have shared common css across various pages.
@RappingDelight@RappingDelight I use one sheet for all pages. I'm designing a template. How do you make a div grow to unknown height of content, like from a php script? You can't. It will always run off the page. My table is far better. How can you say a spec is honorable. Computing is what achieves the goals. Remember w3c's killer app that was to spec and looked completely different in all browsers. What are you like some kind of tech medieval catholic?
@RappingDelight Its over 200ms better. Until everyone adopts CSS 3 and I can just tell a browser to do a color gradient. Tables WILL cache if the layout is in CSS. Min and max won't work on a parent div in all browsers. And believe it or not, there are more ppl using IE 6&7 than the new Fox. I see stuff running out of div's all over the place nowadays. Tables are in spec. Not using them is just esoterical fantasy...
@adsicks Once the user has loaded the CSS, they don't need to load it again since it's in their cache. If every page was with tables, they reload that every single fucking time.
If you're HTML grew in size chances are you're doing it wrong. My files always shrunk going from table to clean html, though if you add the css, it tends to be more. It's a small sacrifice considering the benefits. Also, checkout less css, it's sped my work tremendously.
I use the terminal code in Mac OSX to add the Debug Feature in Safari so I can view webpages as iPhone web apps when I'm developing Web Apps. The code to turn it on in Terminal is: defaults write com.apple.Safari IncludeDebugMenu 1, and the code to turn it off is the same but you change the 1 to a 0. Make sure Safari is off when you do this. You'll see the Debug menu when you turn it back on. Hope this helps anyone out there!
The reason why it's U I N is because U stands for USA, I for International, and N for None. At the moment, U is the standard because I believe that it's only thing the US Government approved. And the International version isn't required.
As opposed to calling someone a... "morom." Dude, seriously? You're trying to call me a MORON, but come across looking like a total dutchbag instead. Morom.
Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)
I finally figured out how chris' monitor is zoomed in! You hold Control and scroll. I was freaked out the first time I did that. (mostly because my wheel is broken and won't scroll back)
i guess that MOROM, scssiphreak was thinking of Mormons and got brain and tongue tied.LOL. dee dee deeeeeeeeeeeeeeeeeeeeeeee
chronofusion 9 months ago
I liked how after you mentioned Java, there was a little rage war over RuneScape lol
TheMasterTelevision 1 year ago
On my personal websites, I always check for the User Agent string on the webserver.
Basically, Apache will always serve the same page to everyone using any version of Internet Explorer.
The page tells them to get a Web Browser and points to all the reasonable options.
atan0k 1 year ago
lockergnome isn't even that big of a computer nerd. he's a sham and he's not that smart. i, for example, would pwn him. just sayin'.
kingcrimson234 1 year ago
The reason no one switched to webkit before Chrome, Safari was the only (popular) browser that implemented it. As we all know, Safari is trash, especially on Windows. Now Chrome's come along with a decent implementation, but I still prefer Opera for its superior customisation.
RappingDelight 1 year ago
@RappingDelight I love Opera to death and it is my favorite browser, but as a developer it is too forgiving ;)
adsicks 1 year ago
@adsicks I do webdev myself and I don't really think so. Most issues I have with Opera happen when I try to fix it in another browser. Pretty annoying.
Or when websites block Opera for no apparent reason... I'm pretty sure JennyCraig(dot)com still does that. YouTube's URL filter is annoying...
RappingDelight 1 year ago
@RappingDelight Sure enuff 'bout Jenny, what is YT's URL filter? The only diff I had was CSS positioning between IE/Opera/Konquorer and FF/Chrome, but I try to make everything consistent and don't use any -moz stuff.
adsicks 1 year ago
@adsicks Try sending a message with a URL... even jennycraig(dot)com doesn't work if you use an actual dot.
There's always some CSS issues, but I find it's mostly because of my inconsistent use. All depends on the layouts.
RappingDelight 1 year ago
@RappingDelight Try a div with 2 span's or p's inside with 31 pix high images aligned right of 10px text in the spans and see how the different browsers handle the box...Opera and IE don't overflow the div but Chrome/Fox/Konqueror do. Fox handles the box a little dif on Linux than Win in that case too. It validates to w3c and is proper CSS as far as I know...just the last 10 hrs of work...ugh. but I got 5 cols with div's and no tables...finally.
adsicks 1 year ago
@adsicks I don't use px at all anymore. It's all % or ems for me. Keeping things mostly fluid or user font size determined.
Locking layouts creates more headaches, at least when you're trying to make everything look the same.
As to whether or not to overflow, there are no guidelines as to that, that why browsers handle it differently, it's also why we have css properties to override some of that standard browser behaviour.
RappingDelight 1 year ago
@RappingDelight Yeah, but a copyright and validator tag line on the footer of a page should be in pixels. Plus the overflow is only hide or scroll. It won't make a div grow. IMHO tables are far more fluid and precise. Plus, my load time didn't improve after all of that work, in fact, both my html and CSS grew in size. I used fixed in my original table layout so it was pretty quick...
adsicks 1 year ago
@adsicks Why should it be in pixels? There's no reason I can think of for doing that.
Your going from a table toa static div, of course they'll behave differently, they're not the same thing.
Say you want a div that is 300px wide. Your standard font size is 12px. Set the div to 25em and that's what you'll get. Now if the font size changes, it'll scale as well.
You have to throw out the thinking that you're used to from tables and start over.
RappingDelight 1 year ago
@RappingDelight Ever see a copyright notice at the bottom of a magazine. They are always small and insignificant. Also, I use text over my logs and they have to be in pixels. It's much smaller graphics wise to use a background sprite and overlay with text than have a big image.
adsicks 1 year ago
@adsicks Sorry, but saying tables are more fluid and precise isn't an honourable opinion at all. It's just the past. You can make divs that are more flexible using min and max measurements, using ems and percentages. Step away from pixels and get rid of those static shackles. Fluid comes with it's own headaches, but they're easier to handle in my opinion.
Measuring load time improvements is hard anyway. You see the benefit when you have shared common css across various pages.
RappingDelight 1 year ago
@RappingDelight @RappingDelight I use one sheet for all pages. I'm designing a template. How do you make a div grow to unknown height of content, like from a php script? You can't. It will always run off the page. My table is far better. How can you say a spec is honorable. Computing is what achieves the goals. Remember w3c's killer app that was to spec and looked completely different in all browsers. What are you like some kind of tech medieval catholic?
adsicks 1 year ago
@adsicks I didn't understand anything from "how can you say" onward. Use more than one reply if you must, the char limit is crazy low.
Unknown height isn't a problem. Don't define it. Just define a min and max (if you must), it'll adjust to whatever is in between.
Tables are never better. Never.
RappingDelight 1 year ago
@RappingDelight Its over 200ms better. Until everyone adopts CSS 3 and I can just tell a browser to do a color gradient. Tables WILL cache if the layout is in CSS. Min and max won't work on a parent div in all browsers. And believe it or not, there are more ppl using IE 6&7 than the new Fox. I see stuff running out of div's all over the place nowadays. Tables are in spec. Not using them is just esoterical fantasy...
adsicks 1 year ago
@adsicks Table are in the spec for tabular data, not for layouts.
People with IE6 and 7 always get a lesser experience, that's how it is and how it'll always be. You use an old browser, you don't get the whole deal.
The new Fx isn't that great, it keeps on becoming slower and slower, it's why I started using Opera in the first place and now it's the fastest.
For min and max there's always hax. I hate it, but sometimes they have to be done, or feed them a static layout.
RappingDelight 1 year ago
@adsicks Once the user has loaded the CSS, they don't need to load it again since it's in their cache. If every page was with tables, they reload that every single fucking time.
If you're HTML grew in size chances are you're doing it wrong. My files always shrunk going from table to clean html, though if you add the css, it tends to be more. It's a small sacrifice considering the benefits. Also, checkout less css, it's sped my work tremendously.
RappingDelight 1 year ago
I use the terminal code in Mac OSX to add the Debug Feature in Safari so I can view webpages as iPhone web apps when I'm developing Web Apps. The code to turn it on in Terminal is: defaults write com.apple.Safari IncludeDebugMenu 1, and the code to turn it off is the same but you change the 1 to a 0. Make sure Safari is off when you do this. You'll see the Debug menu when you turn it back on. Hope this helps anyone out there!
ryanxwalton 1 year ago
oh damn i haven't check Ustream in ages... i remember when it was new and hot.
Gnuzilla FTW
lordartzi 2 years ago
opera
\o/
bluezgun 2 years ago
awesome monitors dude... whats the max resolution you can churn out?
testingfreak 2 years ago
what does "It's a Mozilla based browser" mean if i am on Google Chrome
tallen0679 2 years ago
i use firefox opera safari flock Internet Explorer and more.
sonickidnextgen 2 years ago
if google chrom is faster why are you using mozilla firefox
patriot006594 2 years ago
Probably because Firefox is expandable.
YTMrVulcan 2 years ago
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1b4) Gecko/20090423 Firefox/3.5b4
AZLAN210396 2 years ago
hows vista?
seansobes 2 years ago
I changed to 7 already
AZLAN210396 2 years ago
LOL at 0:50
Jamessharpshooter 2 years ago
Comment removed
Jamessharpshooter 2 years ago
I used to think Firefox was fast...
Then my brother in law (a software engineer at Google) introduced me to Chrome.
He asked what the first thing I noticed was...
...speed.
It really is fast.
ijoostin 2 years ago
joke...
nirvan5a 2 years ago
Umm...
WTF?
You're replying to a comment from a month ago...with a single word.
What are you on about?
ijoostin 2 years ago
The reason why it's U I N is because U stands for USA, I for International, and N for None. At the moment, U is the standard because I believe that it's only thing the US Government approved. And the International version isn't required.
Anyhow, the site didn't reconize my browser. =(
ItseSproductions 2 years ago
lol at 3:15
GiANtTWiNkY 2 years ago
Its off for me too.. weird.
codestrikenet 2 years ago
Is it just me, or has all of these recent videos, the audio been off? maybe its just me..
Cozzy891 2 years ago
wtf? my user agent string says im using mozilla firefox but i'm using Tiscali Broadbrand?
Any response?
wildgeko123 2 years ago
Yes Mozilla firefox is the name of your browser. Tiscali Broadband is your internet company.. lol
ShadowHelper 2 years ago 3
lol...
Ezalian 2 years ago
keep up the awesome videos Chris, love what u do! keep it up!!! :)
roscoe988 2 years ago
Comment removed
The045Ara 2 years ago
Use dvorak than your "m" and "n" don't get mixed up... if you can handle change.
davidxssbb 2 years ago
I have got to say "morom" wtf good job retard, you can't even insult someone correctly. Chris keep up the good work as always.
Bam24609 2 years ago
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8 (.NET CLR 3.5.30729)
AJFreeway 2 years ago
Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_6; en-us) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16
Grimm1337 2 years ago
This comment has received too many negative votes show
looked at only the first 10 seconds of your video...and you are a complete morom
scsiiphreak 2 years ago
As opposed to calling someone a... "morom." Dude, seriously? You're trying to call me a MORON, but come across looking like a total dutchbag instead. Morom.
lockergnome 2 years ago 9
U do not look like a moron you look like a beast :) keep up the videos
180DudeForums 2 years ago 2
LMAO dutchbag instead of douchebag. I doubt he'll get it. You da' man, Chris! I've been a fan of yours since CFH.
EMSaction 2 years ago
Pwnd?
jkewlo 2 years ago
youtube will never, ever be able to get rid of all the 'moroms'. we are eternally doomed. dnt worry chris ur vids rock
Adrenalinism 2 years ago
Whenever someone shows me what a total git they are on YouTube, I just "thumbs-down" them, or mark their comments as "spam" - it's rather effective!
Oh - Hiya, Chris! How is your "x64" Briefcase holding-up?
ScottKin 2 years ago
@lockergnome That coming from the person who terribly misspelled "douchebag."
snoopster2009 1 year ago
Ohh the irony lmao.. can't... stop... laughing
CrazyMofoCooling 2 years ago
Sorry man, but you make some pretty hysterical faces.
palmerstanfield 2 years ago
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8 (.NET CLR 3.5.30729)
Watchthetube2140 2 years ago
Chrome FTW
hahhahhahhahhahh 2 years ago
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.53 Safari/525.19
Chrome ftw ;D
MeisterDonDon 2 years ago
Mozilla/5.0 (Windows; U; Windows NT 6.0; nb-NO; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8 (.NET CLR 3.5.30729)
seljemann 2 years ago
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2a1pre) Gecko/20090418 Minefield/3.6a1pre
MajorDisaster4u 2 years ago
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.28 (KHTML, like Gecko) Version/3.2.2 Safari/525.28.1
OblicityFaker 2 years ago
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2a1pre) Gecko/20090418 Minefield/3.6a1pre
Isaac702Productions 2 years ago
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8 GTB5 (.NET CLR 3.5.30729)
jimmyjamiejammy 2 years ago
ZX80/2.3 (Sinclair; I; Z80; en-UK; rv:1.1.0.2) Baud/28.2 Gopher/2.0.1
LOL, sorry I could not resist a bit good old days fun above :)
Films4You 2 years ago
Messages are passed by User-Agent strings via the server logs... there is noting like a good tail grep -v log :)
nexus6pris 2 years ago
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.8) Gecko/2009032712 Ubuntu/8.10 (intrepid) Firefox/3.0.8
Daverix 2 years ago
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1b3) Gecko/20090305 Firefox/3.1b3
ThedetoxicatoR 2 years ago
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8 (.NET CLR 3.5.30729)
xxjamesxxmac 2 years ago
This has been flagged as spam show
º¤ø„¸¸„ø¤º°¨¸„ø¤º°¨ post to 9 other vids
¨°º¤ø„¸ Copy „ø¤º°¨ press F5 twice
¸„ø¤º°¨Paste ``°º¤ø„¸ OK
¸„ø¤º°¨¸„ø¤º°¨¨°º look at ur background
eirikofholen 2 years ago
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.53 Safari/525.19 - Windows 7
FearedBliss 2 years ago
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.8) Gecko/2009032608 Firefox/3.0.8
TR1PO1NT 2 years ago
This has been flagged as spam show
º¤ø„¸¸„ø¤º°¨¸„ø¤º°¨ post to 9 other vids
¨°º¤ø„¸ Copy „ø¤º°¨ press F5 twice
¸„ø¤º°¨Paste ``°º¤ø„¸ OK
¸„ø¤º°¨¸„ø¤º°¨¨°º look at ur background
elmachinegun993 2 years ago
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8 (.NET CLR 3.5.30729)
ALiTUiK 2 years ago
Mozilla/5.0 (Windows; U; Windows NT 7.2; en-GB; rv:1.9.0.8) Gecko/2009032609 Firefox/4.0.0 Beta (.NET CLR 3.5.30729)
SeanBondWBB 2 years ago
Comment removed
SeanBondWBB 2 years ago
the last 30 seconds of this video are... interesting... xD lol
ozzzzysh 2 years ago
Im using Netscape
GamingGuy354 2 years ago
woah! chris you got 2121 vids!!!!
dan0starr 2 years ago
nah! dont like crhome
i usualy use firefox or safari
dan0starr 2 years ago
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8 GTB5
o48Mike 2 years ago
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8
maxsuperdudeisawesom 2 years ago
camino is the best browser
jawn108 2 years ago
im using mozzilla 3.0.8
Skydiivin 2 years ago
Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)
quinny707 2 years ago
yeah but you have to admit google chrome sucks for downloading :-(
JordanN5253 2 years ago
Yeah, Chrome is awesome
AirForce194 2 years ago
i don't care about browser speed it's al about the total picture of a browser and i can't live anymore whitout firefox
gbfgeneralbluefreak 2 years ago
Mozilla/5.0 (Windows; U; Windows NT 6.0; fi; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8 (.NET CLR 3.5.30729)
xXGokOuXx 2 years ago
the HTML rendere(or whatever its called) isent the only thing that decides speed.
ismetteren 2 years ago
I finally figured out how chris' monitor is zoomed in! You hold Control and scroll. I was freaked out the first time I did that. (mostly because my wheel is broken and won't scroll back)
natlinxz 2 years ago
CTRL + +/- to do it using your keyboard. : p
SFA33 2 years ago
Thanks! The only way I got out of it the first time was by opening front row with the Apple Remote.
natlinxz 2 years ago
Opera/9.64 (Windows NT 5.1; U; en) Presto/2.1.1
korvpall6 2 years ago
Mozilla/5.0 (Windows; U; Windows NT 5.1; el; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8
creativityfilms 2 years ago
stupid stupid as every day
coporofrito 2 years ago
once you install plugins into chrome its alot slower than firefox
camdened123456 2 years ago
Hey,when I use IE8 beta in Windows 7,it says it's a Mozilla Based Browser...wt*?
lhf1995 2 years ago
I use Google Chrome and safari for windows ;D
ShadowNam275 2 years ago
Same but I use Firefox aswell.
dandaman06 2 years ago
I'm Using Chrome ^^
starfish258852 2 years ago
lol runescape=fail
slimyesli 2 years ago
I love my user agent switcher plugin on Firefox.
homestar92 2 years ago
or you could use the navigator function of javascript. Make your own user agent string analyzer ^_^
schetleft 2 years ago
XX_7H15_15_W1N(dot)000space(dot)com
check it out, tells ur ip user agent stuff and some other shit
also at the bottom it does your ip as some weird pic
im gonna add more stuff so you can see all that if i get around to it =]
mrsmith427 2 years ago
Now I know...
ikcti 2 years ago
Mine only has this output:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; GTB5)
There's nothing about a "U" or whatnot. What gives?
sasuke5088 2 years ago
10th yay
SlickKidDownDaBlock 2 years ago
GOOGLE CHROME FTW
updown454 2 years ago
i luv google chrome its one the best
SWside313 2 years ago
So that is how all those sites know what OS I am using. I knew it was something that the browser passed on but I never knew what it was called. Cool.
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8
Ralajer 2 years ago
no no o noes they are going to tie up my computer lol
cadillac8071 2 years ago
nice
POSHLOVER12 2 years ago
haha that beginning was great
marquesbrownlee 2 years ago
Nice.
xdkez 2 years ago
6th!!!!lol
superdeat 2 years ago
:))
Firerouge 2 years ago
This comment has received too many negative votes show
5th!!
dardraa 2 years ago
fourth!!!!!!!!!
thwinecone 2 years ago
omg 6th view, error occured?
Stere0123 2 years ago
haha
CompHelp20 2 years ago
nice video
astrowolfflames 2 years ago
:O.
fallenembers08 2 years ago