New website : x86 cpu's guide
Goto page Previous  1, 2, 3  Next

Post new topic   Reply to topic    CPU-World.com forums Forum Index -> News
View previous topic :: View next topic  
Author Message
debs3759



Joined: 18 Jan 2006
Posts: 9477
Location: Northampton, Divided Kingdom

PostPosted: Sat Feb 25, 2006 5:43 pm    Post subject: Reply with quote

Firefox is the main browser I use (I only use IE when a site doesn't work at all in Firefox). I'm sure if I keep looking Firefox would find more code it can't handle, but I'll let you deal with these problems first Smile
_________________
My graphics card database can be found at http://www.gpuzoo.com.

I can resist anything except temptation.

Debs
Back to top
View user's profile Send private message  
Cpuswe



Joined: 15 Mar 2005
Posts: 2214
Location: Karlskrona, Sweden

PostPosted: Sat Feb 25, 2006 5:58 pm    Post subject: Reply with quote

debs3759 wrote:
Firefox is the main browser I use (I only use IE when a site doesn't work at all in Firefox). I'm sure if I keep looking Firefox would find more code it can't handle, but I'll let you deal with these problems first Smile


Check this one out then!

IE Tabs.

https://addons.mozilla.org/extensions/moreinfo.php?id=1419&application=firefox

Use the rendering engine of IE in tabs. Just define which sites that should use IE engine instead of Firefox.

_________________
My collection: http://www.cpucollection.se :::::: http://www.chipdb.org Photos of chips you never knew existed. Now over 6000 different chips in the database.
Back to top
View user's profile Send private message [ Hidden ] Visit poster's website
debs3759



Joined: 18 Jan 2006
Posts: 9477
Location: Northampton, Divided Kingdom

PostPosted: Sat Feb 25, 2006 6:58 pm    Post subject: Reply with quote

Cpuswe wrote:
debs3759 wrote:
Firefox is the main browser I use (I only use IE when a site doesn't work at all in Firefox). I'm sure if I keep looking Firefox would find more code it can't handle, but I'll let you deal with these problems first Smile


Check this one out then!

IE Tabs.

https://addons.mozilla.org/extensions/moreinfo.php?id=1419&application=firefox

Use the rendering engine of IE in tabs. Just define which sites that should use IE engine instead of Firefox.


Useful little extension! I'll have to install that, it'll certainly be better than loading IE every time I come across a site that I can't view properly (and I'm sure it can be turned off when testing a site...)

_________________
My graphics card database can be found at http://www.gpuzoo.com.

I can resist anything except temptation.

Debs
Back to top
View user's profile Send private message  
slava



Joined: 24 Jul 2005
Posts: 379
Location: Dnipro, Ukraine

PostPosted: Sun Feb 26, 2006 4:13 am    Post subject: Reply with quote

Firefox is the only standards-compliant browser. A website should be first of all tested in it, and then be applied fixes to for it to work correctly with the buggy Internet Explorer. You did it vice-versa Smile

Heh, anyways, there's the W3C validation service, which is always a great solution to most problems. http://validator.w3.org

_________________
Collecting soviet and western CPUs once again -- highfive to old-timers o/
Back to top
View user's profile Send private message  
slava



Joined: 24 Jul 2005
Posts: 379
Location: Dnipro, Ukraine

PostPosted: Sun Feb 26, 2006 4:15 am    Post subject: Reply with quote

Cpuswe wrote:
debs3759 wrote:
Firefox is the main browser I use (I only use IE when a site doesn't work at all in Firefox). I'm sure if I keep looking Firefox would find more code it can't handle, but I'll let you deal with these problems first Smile


Check this one out then!

IE Tabs.

https://addons.mozilla.org/extensions/moreinfo.php?id=1419&application=firefox

Use the rendering engine of IE in tabs. Just define which sites that should use IE engine instead of Firefox.


Doesn't stand a chance. You won't find Internet Explorer under Linux. Smile

_________________
Collecting soviet and western CPUs once again -- highfive to old-timers o/
Back to top
View user's profile Send private message  
Mixeur



Joined: 06 Jan 2005
Posts: 4038
Location: Sochaux, France

PostPosted: Sun Feb 26, 2006 5:40 am    Post subject: Reply with quote

slava wrote:
Firefox is the only standards-compliant browser. A website should be first of all tested in it, and then be applied fixes to for it to work correctly with the buggy Internet Explorer. You did it vice-versa Smile

Heh, anyways, there's the W3C validation service, which is always a great solution to most problems. http://validator.w3.org

I didn't want to install Linux.
I didn't think it would be so different in Firefox Sad
And for W3C validation, it applies to htm pages, so with my php, it is not easy to do it. I have to save all generated pages and validate it after. It is a lot of work and I was too lazy for this...
Back to top
View user's profile Send private message   Visit poster's website
Cpuswe



Joined: 15 Mar 2005
Posts: 2214
Location: Karlskrona, Sweden

PostPosted: Sun Feb 26, 2006 5:48 am    Post subject: Reply with quote

Mixeur wrote:

I didn't want to install Linux.
I didn't think it would be so different in Firefox Sad


There are Firefox for Windows! (I think 97% of Firefox users are Windows)

http://www.mozilla.com/firefox/all.html

/T

_________________
My collection: http://www.cpucollection.se :::::: http://www.chipdb.org Photos of chips you never knew existed. Now over 6000 different chips in the database.
Back to top
View user's profile Send private message [ Hidden ] Visit poster's website
Mixeur



Joined: 06 Jan 2005
Posts: 4038
Location: Sochaux, France

PostPosted: Sun Feb 26, 2006 5:51 am    Post subject: Reply with quote

But what is most strange is that some gifs doesn't show on Firefox...
_________________
Register on x86-guide.net to manage and share your collection on-line !
Need to find a x86 ? Go to http://www.x86-guide.net ! Over 12000 chips listed !
Back to top
View user's profile Send private message   Visit poster's website
debs3759



Joined: 18 Jan 2006
Posts: 9477
Location: Northampton, Divided Kingdom

PostPosted: Sun Feb 26, 2006 6:25 am    Post subject: Reply with quote

Mixeur wrote:

I didn't want to install Linux.
I didn't think it would be so different in Firefox Sad
And for W3C validation, it applies to htm pages, so with my php, it is not easy to do it. I have to save all generated pages and validate it after. It is a lot of work and I was too lazy for this...


I use Firefox under Windows at the moment - when I clear out some of the computers I collected last week I'll be finally in a position to set up a couple of test beds and a Linux system in addition to my Windows box (I will then be able to gradually move over to Linux without losing the ability to do stuff while working out how to totally migrate...)

I'm sure there must also be some form of validation tool for PHP, although I would guess that it would need to validate the serverside code, rather than just what is seen by the client, as the code generated by the php server will be dependant on a number of factors (having never written php code, or even looked into it, I have no idea how complex it would be, but it is teh server that is responsible for what a client sees, not the code that you write). As such, it may not all be something that you can correct Sad

I've not noticed missing image files (unless that is to do with the international flags at the bottom of the menu - if it is, are you sure it's the image files that aren't showing up, and not something else in the code that produces the links?)

_________________
My graphics card database can be found at http://www.gpuzoo.com.

I can resist anything except temptation.

Debs
Back to top
View user's profile Send private message  
Cpuswe



Joined: 15 Mar 2005
Posts: 2214
Location: Karlskrona, Sweden

PostPosted: Tue Feb 28, 2006 4:34 pm    Post subject: Reply with quote

Menu and layout orking great now!

Not working is the "cpu_view_grande.gif" function which i think will bring up larger images.

/T

_________________
My collection: http://www.cpucollection.se :::::: http://www.chipdb.org Photos of chips you never knew existed. Now over 6000 different chips in the database.
Back to top
View user's profile Send private message [ Hidden ] Visit poster's website
Mixeur



Joined: 06 Jan 2005
Posts: 4038
Location: Sochaux, France

PostPosted: Tue Feb 28, 2006 5:48 pm    Post subject: Reply with quote

I've just tested it (under Firefox, v1.5) and for me the cpu_view_grande.gif shows correctly and links to the info page with big picture.
So I don't understand why it is not working for you Think

EDIT : For some cpus, it working, for some others, not. I really don't understand, because they are all generated the same way...
Back to top
View user's profile Send private message   Visit poster's website
debs3759



Joined: 18 Jan 2006
Posts: 9477
Location: Northampton, Divided Kingdom

PostPosted: Tue Feb 28, 2006 6:28 pm    Post subject: Reply with quote

I just checked as well. Everything I looked at seems to be working fine. Nice job fixing it so fast, and well presented as well Smile
_________________
My graphics card database can be found at http://www.gpuzoo.com.

I can resist anything except temptation.

Debs
Back to top
View user's profile Send private message  
Minuteman



Joined: 21 May 2003
Posts: 331

PostPosted: Wed Mar 01, 2006 3:22 am    Post subject: Reply with quote

If I look at the statistics for my website in february 55% of the people use Firefox, 40% IE and 5% the rest...so yes firefox IS important (and my main browser)
Back to top
View user's profile Send private message  
slava



Joined: 24 Jul 2005
Posts: 379
Location: Dnipro, Ukraine

PostPosted: Thu Mar 02, 2006 8:33 am    Post subject: Reply with quote

You should change
© 2005 - Mixeur
into
© 2005 - Mixeur
in the footer.

And it would probably be better to name the pages
"X86 CPU GUIDE and collection"
instead of
"X86 CPUS' GUIDE and their collection",
because your version implies that there are CPUs that own a guide and a collection.
Native speakers, please correct me if I am wrong.



The quality of your pictures is astonishing! What camera do you use?

Good job, the site looks very nice apart from some issues with formatting chip data.

_________________
Collecting soviet and western CPUs once again -- highfive to old-timers o/
Back to top
View user's profile Send private message  
Mixeur



Joined: 06 Jan 2005
Posts: 4038
Location: Sochaux, France

PostPosted: Thu Mar 02, 2006 11:59 am    Post subject: Reply with quote

X86 CPUS' GUIDE and their collection is a direct french translation. I was not sure, but none corrected me yet

I've used W3C validator for some page, and when I batch replaced all "&" by "&amp" for url parameters, it replaced & of &copy... Rolling Eyes
Will be fixed fast...

I use a simple CANON Powershot A95, on a tripod and without flash.
I find my picture too noisy on purple ceramic. I have an EOS350 too but it is too heavy for my tripod, and as I've began pictures with the A95, I must continue with it or re-do everything...
Back to top
View user's profile Send private message   Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    CPU-World.com forums Forum Index -> News All times are GMT - 5 Hours
Goto page Previous  1, 2, 3  Next
Page 2 of 3
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum

Powered by phpBB © 2001 phpBB Group