![]() |
![]() |
|
![]() |
#16 | |
SBLive! Veteran
|
Quote:
Like this: PHP Code:
Try to imagine doing all of that AND making both browsers conform to both appearance and script functionality. CSS helps relieve some of the appearance issue, but the functionality issue is a pain, nonetheless.
__________________
Confuscious says~ |
|
![]() |
![]() |
![]() |
#17 |
Banned
|
Well, I hate to blow my cover, but Nuke is php for dummies. Pretty much anything you can get to look normal, I can wrap in php and an Iframe and utilize on my site.
Notice these two links point to the same thing, but I can write a "module" which is just an index.php, to make the page appear within my site. With my header, footer, and sidebar http://www.brainsmashr.com/modules.p...=Photo_Gallery Without my header, footer, and sidebar http://www.brainsmashr.com/JAlbum PHP Code:
|
![]() |
![]() |
![]() |
#18 |
SBLive! Veteran
|
I don't use a content management system of any kind. I tried using Joomla a while back but got very sick of it. I handcode all my own stuff now and doing PHP is a walk in the park for me. I'm working on one site now that's going to be, by far, the most advanced piece of scripting I've ever done on my own. When I get it more complete, I'll link it here for everyone to check out.
I use iframes VERY sparingly. For one, they look gaudy in some places if you have your scrollbars turned on. Also, sometimes you want to use data from your modules on other parts of the page. Iframes won't accomodate this. Finally, it takes longer for a browser to load many iframes than a simple include() statement that calls up that file.
__________________
Confuscious says~ |
![]() |
![]() |
![]() |
#19 |
Banned
|
Yep, but a simple include statement doesn't work so simply in every case....
Another advantage I like about using iframes other than it's simplicity is that it keeps all content on my site, so to speak. Check out the Google Module I made. You can do the google search, browse results, and even visit the linked sites all with my header and footer still showing. Plus it's really simple to convert to other CMS's. http://www.brainsmashr.com/modules.php?name=Google |
![]() |
![]() |
![]() |
#20 |
SBLive! Veteran
|
Cool, but why is the frame so tall?
![]() Inline frames also don't apply the stylesheets of the parent page. If you're using a universal template on your site to maintain an overall consistant appearance, you must link your stylesheets manually to each individual module which makes updating a pain if you ever want to change stylesheets. If you use an include() function, which aren't THAT complicated, they will carry the same stylesheet info as if they were originally part of the page.
__________________
Confuscious says~ |
![]() |
![]() |
![]() |
#21 |
SBLive! Veteran
Join Date: Jun 2006
Posts: 1,609
Rep Power: 280
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
browser wars
|
![]() |
![]() |
![]() |
#22 |
SBLive! Veteran
|
Even without shrinking it, all ya gotta do is stand back from the monitor. Very cool though.
__________________
Confuscious says~ |
![]() |
![]() |
![]() |
#23 | |
Banned
|
Quote:
Negative, most CMS's are built to do this with relative ease utilizing a Theme system. While I have absolutely no control over the content displayed within the iframe (because it's another website), all of my modules/blocks (with the exception of 1*) will change appearance accordingly with the theme I choose. For instance, with the click of a button and by changing an #FFFFFF to a #000000 I have changed the entire look of my website (I am assuming you've seen it before). This is a feature I can enable for registered users too, but since I don't know how to edit flash, some of the themes are incomplete, therefore I disabled it. I don't suppose YOU know how to edit flash or have software to do so, huh? *I do have 1 block on my site immediately below my first story which displays my BOINC signature and another random block....and I do indeed have to manually change the background color in one file to make it match the current theme, whatever color it may be. BTW, the height of the iframe is a variable height = \"2000px\" |
|
![]() |
![]() |
![]() |
#24 | |
Banned
|
Quote:
|
|
![]() |
![]() |
![]() |
#25 | |
SBLive! Veteran
|
Quote:
SWF files cannot be edited directly. You must break it into a FLA file first which may or may not be efficiently possible. There are utilities that CLAIM to be able to restore a FLA file just from SWF, but I've had trouble finding one that will actually do this.
__________________
Confuscious says~ |
|
![]() |
![]() |
![]() |
#26 |
SBLive! Veteran
Join Date: Sep 2006
Posts: 1,606
Rep Power: 271
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
I use Firefox because I cannot live without mouse gestures or Adblock (so I don't have to look at you people's animated GIFs and avatars).
|
![]() |
![]() |
![]() |
#27 |
SBLive! Veteran
|
I've never heard of mouse gestures. What do they do?
__________________
Confuscious says~ |
![]() |
![]() |
![]() |
#28 |
SBLive! Veteran
Join Date: Sep 2006
Posts: 1,606
Rep Power: 271
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
If I want to go "back" I hold the right button and move the mouse to the left. if I want to go to the beginning of the history in a certain tab I hold-right and go up/left. To refresh I r/h and move up/down. You can customize all of them.
It's a lot like tabbed browsing, it doesn't sound as useful as it really is in practice. I HATE having to use IE for that one reason. |
![]() |
![]() |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|