Staggers
-
News Feed / Layout
I don't understand what you mean by "something like this", are you talking about the blog format? Something like that can be done quite simply using any blog software out there.
-
News Feed / Layout
No problem, had it floating on my hard drive for a while now.
-
News Feed / Layout
The above version of code put into a JS Fiddle for your viewing pleasure. http://jsfiddle.net/7cz7b/
-
News Feed / Layout
Prepare yourself, this is a lot of code. http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> http://www.w3.org/1999/xhtml"> Website @import "iphonenav.css"; Website Home article1 blah blah b…
-
html form that will post to a .txt file
This is a script I put together a while back. It puts stuff into the format -> Title, Comment, Author, Date extract($_POST,EXTR_SKIP); //list($name,$com,$author,$date) function CleanStr($str){ $str = trim($str); //Remove leading and trailing …
-
Stretch YouTube Videos To Fit the Browser Window, Better Than Full Screen but I can't get it to work
I made a youtube player script which farms a log file for youtube videos a while ago. I had your issue. Stop using object as a way to embed the youtube, there is a new way. Examine the code below, the 'xxxxxxxxxx' is the video ID.
-
Young Web Developers in the UK :)
How did you get into an actual job Ross? I've got absolutely no connections or clues as to how to get started in life, I can get the grades but my family has no ties to anywhere it seems.
-
Young Web Developers in the UK :)
Turned 18 a month ago, thanks for making me feel old OP :D I started with css, html, js and php when I was around 14/15 too. You can afford your own .com website? I am jealous, I can only dream of owning such things. I've always done it all …
-
hide .html with .htaccess not working - Please Help
Did you set the base and turn the engine on before hand? RewriteBase / RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\.html -f RewriteRule ^(.*)$ $1.html
-
PHP sandbox like jsFiddle?
Localhost, use xampp or similar.
-
Is this 'print design' possible with CSS?
I didn't say it was better, I just put it out there as an alternative. I would go for hard coding divs as columns, but tables is also an option if you want to be lazy. Nothing wrong with a bit of variety to choose from eh?
-
Is this 'print design' possible with CSS?
I did, I hate tables as much as the next guy, but if you want something which will run on the most ancient of ancient machines then they're what you go for. I suggested it as a contrast to TheDoc's suggestion, which is something which may…
-
Is this 'print design' possible with CSS?
You could use a tabled layout, I think that would work - though it is rather old fashioned.