Jump to content

WTF Mozilla!?


leitning

Recommended Posts

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>&#60;bio&#62;</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>&#60;/bio&#62;</h3>

<br />

<h3>&#60;coding philosophy&#62;</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>&#60;/coding philosophy&#62;</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.

Link to comment
Share on other sites

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.

post-132763-1348240335908_thumb.png

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.