leitning Posted March 28, 2012 Share Posted March 28, 2012 This may be in the wrong topic because I have no idea what's causing the problem. I have a fairly straightforward page, I'll post code below, but for some reason out of the blue Mozilla is not showing anything except my headers. It has a list and it even shows the bullet points but not the actual list elements. I can only assume that there was some update to Mozilla that I missed that is screwing things up but I have no idea. Can anyone help me? Site: http://www.leitningstrike.com/resume.php Code: <?php /** * Leitning Strike * Resume * Leitning Strike Web Development * Written by Andrew Leitheiser **/ require_once('ls.conf'); $inc = $GLOBALS['incPath']; require_once($inc . 'template.classes'); $template = new Template(); $template->header('Leitning Strike Web Development', 'Andrew Leitheiser'); ?> <br /><br /><br /><br /> <h3><bio></h3> <p>I grew up around and have always loved computers, you could say it's an interest that runs in the family. I am a native of Milwaukee, Wisconsin but have lived in Denver for a little over a year. I'm studying computer science at MSCD with a 3.0 GPA. Web work has always interested me and I got my start coding HTML sites in middle school and went on to teach myself PHP in high school. I have a decade of experience in HTML, Javascript and CSS and six years of experience with PHP and MySQL.</p> <h3></bio></h3> <br /> <h3><coding philosophy></h3> <p>I program according to the object oriented principles of encapsulation and abstraction with an eye towards extensibility and security. This means implementing an intellligent class architecture and focusing on portability. Portability can be achieved through methods such as maintaining file paths in a configuration file so as to easily change directory structure and abstracting database operations so as to be easily modified to interact with a different database. Security can be achieved through a user management system, double-checking user-input, and making sure include files are outside of the public domain. I believe in clean, neat, well commented code.</p> <h3></coding philosophy></h3> etc... The thing that first came to mind was mozilla did something funky to the <p> tag but it doesn't show the list elements either (not shown in the code) which are not in a <p> tag. Quote Link to comment Share on other sites More sharing options...
Jessica Posted March 28, 2012 Share Posted March 28, 2012 HOLY BUZZWORDS. I viewed it in Firefox which is what I assume you are talking about, and it looked fine. Quote Link to comment Share on other sites More sharing options...
leitning Posted March 28, 2012 Author Share Posted March 28, 2012 Haha, buzzwords or not it's what I'm saying to my computer. I guess to be more specific I'm on Firefox 11.0 on Ubuntu 11.10 and it's not showing up. And when I open up the source code all the code is there, but when I open Firefoxes fancy shmancy new editor tool (which I hate, but that's another topic) it says there's no html in the elements. Quote Link to comment Share on other sites More sharing options...
Jessica Posted March 28, 2012 Share Posted March 28, 2012 I'm on Firefox 11 but it's on Windows. do you have any add ons? I'd disable them all and reboot. Here's what I saw. Quote Link to comment Share on other sites More sharing options...
leitning Posted March 28, 2012 Author Share Posted March 28, 2012 Yeah I just rebooted into Windows and it looks fine here, too. I suppose I could just leave it since I've never had a client that uses linux but that's irritating. I guess I'll go post on a Ubuntu forum. Thanks for your time. Quote Link to comment Share on other sites More sharing options...
Jessica Posted March 28, 2012 Share Posted March 28, 2012 I just meant reboot Firefox to disable addons. Hope you figure it out! 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.