Archives for 2006

You are currently browsing 42 article(s) published in 2006, please try the search if you can't fint what you're looking for.


100% Class-free code!

Wednesday, November 22, 2006

I'm proud to announce that from now on exscale.se is 100% class free. Thanks to > + :first-child :last-child etc I recently removed every class i used to have and i still have control over every element on the entire site.

There is one exception tho, if u use [ code ] (without the spaces) to insert a code block, that paragraph of code gets the class "codeblock".
Because there is no way for me to know where a p.codeblock might appear in your comments and because i can't be arsed to add #comment-XXX p + p + p {/* codeblock styling... */} every time a comment (or post for that matter) contains a code block this is still necessary.

Luleå Renhållningen AB

Monday, November 13, 2006

Made this one quite some time back, must've forgotten to post about it.

renhallningen.se

XLNT Catering

Monday, November 13, 2006

XLNTCatering.se

Recently finished coding this for a friend at work. She designed it, but she asked me to code it.

I got to create my own kind of "sifr", but instead of flash i use a php-generated png image. Unfortunately you can't copy or select the text, but the text-to-image replacement is done using javascript so all the headings are proper text in the HTML.

As you can see (if you've checked the site out) the menu item pointing to the page you are currently on always needs to be furthest to the left. I solved this using a body-id and an id for each menu-li, and then positioning the selected menu item absolutely at left: 0; together with padding in the #nav ul.
Check the css is you're really interested.

Some Flash Stuff

Sunday, October 08, 2006

I made some flash menus and stuff quite some time back. They've just been wasting space in a folder on my hard drive, so i thought i'd stick em on here.

I'm no flash-guru so don't expect anything über.

Also included in the code is a valid way of embeding flash-movies in your HTML documents, if you've been looking for that. It's taken from A List Apart's excellent Flash Satay article

Flash menus

CSS3 Multiple Background Images

Sunday, October 08, 2006

A box with multiple background images

I quite recently found out that Safari for Macintosh supports multiple background images in one element. I immidiatly got very excited and created this box using 12 jpg-images, a div and a h2.

The box is stretchable in any direction (including text-resizing).

At work i get to create plenty of boxes in almost every design and i constantly have to bloat my HTML with unnecessary spans and divs. I wish all browsers could support multiple background images now! That would make my job so much easier =)

Anyway, check it out, it wont look very cool if you're not on safari tho.

Google Start Page Valid and Strict

Sunday, October 08, 2006

Yea, like so many others i also made google's start page XHTML 1.0 valid and strict. I initially planned to recreate the entire start page with all the "stuff-boxes" (Google Videos etc) but couldn't be arsed.

Check it out

Northern Hunting Lapland

Sunday, October 08, 2006

Made this a while back, code was pretty bad so i recently shaped it up a bit. Have a look.

www.northernhuntinglapland.com

Ajax Scan

Tuesday, October 03, 2006

Ajax-Scan is a php/javascript (ajax) directory-listing script. It works like "explorer"on windows.

Ajax-Scan is still a bit under construction, but when i'm happy with it i'll release the code.

Ajax-Scan

Guest Book

Saturday, September 30, 2006

Leave a message here if it's not related to any post.

  • Comments are off
  • Filed under Other

Naked Day!

Wednesday, April 05, 2006

Why does this web site look like one from the early 80's you may ask, well today is the first annual CSS naked day, and i felt like participating.

Edit: unfortunately I have to end naked day early as I'm leaving my computer behind and flying to India. And i don't want it to be "naked" while I'm there :/

The Ultimate Website Pt. 2

Sunday, April 02, 2006

Please note: "Ultimate" is only ultimate for so long. And I don't exactly do it like this anymore, but I still believe it's an OK beginners-guide to building a dynamic, easy-to-update web site.

If you haven't read part 1 of this article, i suggest you do so before you continue reading.

So, we have the main-structure for the "Ultimate Website". But it doesn't look very fancy does it? Here's where the CSS comes in.

Lots of new stuff!

Wednesday, March 29, 2006

After my latest poll, i found out from those of you who voted that you wanted more PHP-scripts and 3D-work.

So, here's a massive update including 2 new scripts, 1 new image, a new category in the archives for various web-work i do (including 3 posts), part 1 of a 3 part article about "the ultimate website". For those of you who actually want to learn something :) Part 2 and 3 will be released shortly.

And this new design. As usual IE won't play nice, but if you're a FF-user you should see that the menu follows you when you scroll. The header image is selected randomly from 3 different images, so surf around a bit to see them all.
For those of you who liked a previous design more, you can always change in the styles-section. I also added a quick style switcher in the sub content, which is now located on the bottom.

That's it for now.
I'm off to India the 6th of april, and will be there for 6 weeks. I need to work a bit from there, so i'll probably write something on here aswell.

Laters

Lamp & Mates

Wednesday, March 29, 2006

Lamp & Mates 01

This is one of those projects that just grew and grew. I started out creating the lamp, added the keyboard, monitor, speakers etc and I even made an animation with it all (2 week render-time on 2 machines) that I submitted to an MTV contest. Didn't win tho...

The Ultimate Website Pt. 1

Wednesday, March 29, 2006

Please note: "Ultimate" is only ultimate for so long. And I don't exactly do it like this anymore, but I still believe it's an OK beginners-guide to building a dynamic, easy-to-update web site.

After having programmed PHP, (X)HTML and CSS for a few years now, I've finally come up with a website-structure that I'm satisfied with. A website that uses valid markup, dynamic PHP and a completely CSS-driven design. So it can be used over, and over again with very little changes.

Lagerkvist & Söner

Wednesday, March 29, 2006

My dads company's website got a re-design and code brush-up recently. Here's the outcome.

Techniques used

  • PHP
  • MySQL
  • CSS
  • XHTML

www.lagerkvist.eu

Simple contact script

Wednesday, March 29, 2006

A very simple contact-script you can easily include on your page.

simplecontact.php

  • Comments are off
  • Filed under PHP

Our Life as Elderly

Wednesday, March 29, 2006

I made, and then re-made this one a while back.

Techniques used

  • PHP
  • MySQL
  • XHTML
  • CSS

www.ourfuture.se

Simple Guestbook script

Wednesday, March 29, 2006

A very simple PHP and MySQL-guestbook, for beginners who want to study basic code, without too much un-necessaries. Or if you just want a guestbook for your website :)

simplegbook.php

  • Comments are off
  • Filed under PHP

Bar1.se re-design

Wednesday, March 29, 2006

Re-designed & programmed Bar1's website some time back. I made a couple of different styles, but the final colours were up to the client.

Techniques used

  • PHP
  • MySQL
  • XHTML
  • CSS

www.bar1.se

Gnork

Sunday, March 26, 2006

Here's my old mascot Gnork. I used him on the Very Gradient design a long time ago.

FlyBoy4

Sunday, March 26, 2006

Listen to the work of a true artist, FlyBoy4.

R2 with my lamp

Wednesday, March 15, 2006

Lamp & R2

Here's the old R2-toy hanging around with an office-lamp.

And there's an animation too! :)
lamp_r2.avi (2.5 Mb)

Exscale Counter 1.5

Friday, March 10, 2006

Source code

This version is only available in english, and does not show hours, days or months with 0 visits.

Updates

2006-10-01

The counter gets pretty fookin slow after you've had about 20-30 000 hits (depending on your server of course) so i may need to fix it. You can still download it tho.

2006-03-10 Small update

Removed tblactivevisitors from the db, now active visitors are based on unique IPs over the past 5 minutes from tblvisitors. Tidier code, although you can no longer keep track of what pages the active visitors are on.
This could easily be added though, but i don't think i will as every click (update (F5) etc) is added to the table, and an extra column keeping the page would obviously take up extra space.

2006-03-01

The PHP has been re-programmed pretty much from the ground up, completely new markup and CSS.

Source code

  • Comments are off
  • Filed under PHP

Urrnan

Thursday, March 09, 2006

Urrnan

Just finnished subtitling and cutting me and my mates new film, "Urrnan". It's a horror film, in more than one way.

Enjoy

Another design

Tuesday, March 07, 2006

Rounded Edge

I just finnished re-coding my RoundedEdge design that i used for a previous version of exscale.se.

It only works in modern browsers that support png-transparency, so no IE.

Check it out in the styles-section or use the style-switcher

R2D2 on my desk

Tuesday, February 28, 2006

R2D2 on desk

Here's an R2D2 toy playing around with a tin of snus on my desk. Only R2 and the tin of snus is 3D.

Also a couple of animations:

  • Comments are off
  • Filed under 3D Work

New design, and new contents

Tuesday, February 28, 2006

I've changed the design, i've reprogrammed all my old designs (once again(!)) to CSS (although last time to PHP), so you can view exscale.se in all of it's previous forms from the styles section.

Of course IE needs to fuck with me and not display the perfectly valid CSS properly on this new design. For some reason i have to add a border-top to my #header, otherwise #headers background-image won't show up in IE6 Win. The really weird part is that for some other reason IE places the background-image BEHIND the border. Or -1px Y. So the gray border in the image doesn't show in IE. Sorry for this, but if you still use IE i seriously suggest you get a modern browser right now.

The reason for the blog-like appearance of this new version of exscale.se is that i wanted a place where i could not only show my 3D work, but also write about stuff like web standards, php, css and whatever. Don't expect daily posts, I'm no real blogger.

Some articles will be written in swedish, because i believe there are enough articles about some subjects in english.

Have fun, leave a comment. I'm working on new stuff, should be up soon.

Stugan

Friday, February 24, 2006

Stugan

A little cottage on an island in the sunset. Notice how even though the sun is the only light-source, the chimney casts a shadow on the roof, nice huh? Erm..

Stugan Winter

Same cottage but winter-time.

  • Comments are off
  • Filed under 3D Work

The One Ring

Friday, February 24, 2006

The One Ring 01

"The One Ring" from LOTR. A bump-map test, really.

Playstation 2

Friday, February 24, 2006

PS2

Yep. It's a PS2.

The Office

Friday, February 24, 2006

The Office 00

Was gonna make an animation of this initially but render-time was a right joke and the animation wasn't really that cool so I trashed the idea.

Bender

Friday, February 24, 2006

Bender

Bender, from Futurama!

  • Comments are off
  • Filed under 3D Work

Dream Flat

Friday, February 24, 2006

The Dream Flat

An attempt to create my dream flat in Lightwave. Unfortunately I'm no architect so it didn't exactly turn out like my dream. Still kind of liked the lighting/render.

Myggan

Friday, February 24, 2006

Myggan

Robot mosquitoes. "Mygga" means "mosquito" in Swedish. "Myggan" means "the mosquito".

SmokeTrick

Wednesday, February 22, 2006

Smoke Trick

Check out my mad smoking skills!

Animation: WMV (2.89 MiB)

Playstation 2 - Matrix Moves

Tuesday, February 21, 2006

PS2 Matrix

A short animation featuring some Matrix-inspired camera-moves and slow-motion.

Animation: WMV (152 KiB)

  • Comments are off
  • Filed under 3D Work

Skillnaden på "de" och "dem"

Monday, February 20, 2006

Överallt på internet, i forum, undertexter bloggar och överallt annars där text förekommer används "de" och "dem" ofta åt helvete.

Jag börjar bli trött på att läsa saker som "känner du de?" och "var är dem?", så här kommer två enkla tips för att hålla reda på när man ska använda "de", och när man ska använda "dem".

Ajax Reklam

Sunday, February 12, 2006

Ajax-Reklam

I saw this advert for Ajax on telly and just wanted to see if I could create something similar. It's definitely not professional enough for telly but turned out alright I thought.

Animation: WMV (390 KiB)

  • Comments are off
  • Filed under 3D Work

DirTree

Wednesday, February 01, 2006

A function that lists all dirs and files (including subdirs/files) in a directory.

dirtree.php
Source included.

  • Comments are off
  • Filed under PHP

Calculator 1.0

Wednesday, February 01, 2006

A simple calculator written in PHP that uses eval.

calc.php
Source included.

  • Comments are off
  • Filed under PHP

Mörker

Tuesday, January 24, 2006

Mörker

I followed a tree-building tutorial (no plug-ins, just built in Lightwave stuff) and ended up with this in the end.

Animation: WMV (629 KiB)

  • Comments are off
  • Filed under 3D Work

Four-In-A-Row

Sunday, January 01, 2006

A simple four-in-a-row game, badly programmed in PHP. But it works :)

Source included
fourinarow.php

  • Comments are off
  • Filed under PHP


Post It

From June 02 to April 23

  1. Mogrify is what you're looking for if you want to convert multiple images to multiple other images in ImageMagick
  2. Tommorrow, finally, the inFamous demo will be friggin availble on PSN!! Suweeeeeeeeet
  3. Fuck canvas is cool, I've started playing around with old 3D-shit again :)

December 2005

S M T W T F S
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31


Recent Comments

  1. cheap viagra on Bye, bye exscale!:
    nsikku...
  2. payday loans on Bye, bye exscale!:
    ixrhvy...
  3. buy cialis on Bye, bye exscale!:
    lqlokhr...
  4. payday loans on Bye, bye exscale!:
    casnriru...

Style Switcher

The style switcher allows you to change the look and feel of exscale.se.
Only CSS and JavaScript are changed. The XHTML stays the same.

For more information about the styles, check the styles page.


Categories


Random Quote

Man måste ändå följa mandarinen, men man måste oxå försöka styra den - Ante


Random Images




Answer This!

Do you find the "scroll-pagination" annoying? (If you don't know what it is, scroll to the bottom of the first-page)


Blog Roll