Monday, November 23, 2009

Web technology is not necessarily a struggle

If you have any experience in programming whatsoever, the following experience will probably sound familiar: just when you think you understand what’s going on, the results of your coding take an unexpected – and often unwanted – turn.
Figuring out what went wrong is usually a frustrating task. When trying to code, for instance, an entire website (meaning this is probably going to happen more than once) it might take a toll on your overall contentment in life.
What can we do about this serious issue?

Why type new codes when many others have already created wonderful codes for you to alter?
That’s right, most programmers don’t want other people to benefit from the result of their hard suffering. It hence seems like an anti-social thing to use their codes without permission (face it: politely asking them is a waste of time because you already know they wouldn’t want you to use their codes).
Theft is not an attractive solution for those of us that have polite manners.

Using standard templates various (web)hosts offer is a solution to spare the neat ones from huge amounts of dissatisfaction.
The issue here, though, is that these templates are often not customizable and you therefore would have to settle with a rather 1999 looking site. There’s no way those templates attract as much visitors as a siteowner’s unique lay-out that was made for the subject the website focuses on.

Some generous programmers have set up websites filled with (albeit copyrighted) modern-looking themes that were made for you to use.
The problem here is the fact you have to live with lines such as

“CREATED BY BUGzBUNNY*~ @ OURLAYOUTzL00KBezT.COM – DON’T REMOVE THIS TAG PLEASE”

that are (if you’re unlucky) placed very prominently in the lay-out. You’re never allowed to alter the codes, and the neat people among us of course will play by the rules.
...wait, they wouldn’t play by the rules, they’ll just stick with them.

Anyway, I’ve tried it all: unsightly standard templates that you get sick of after about a day, customizable templates that – no matter how gorgeous your Photoshop creations are – still feel dated, and I’ve done it the depressing way: starting from scratch…
But nothing turned out as well as “stealing” other people’s codes and using them to create wonderful sites that resembled what I had in mind before I started.
People with neat manners may justify it by thinking of the web as a communist dream: worldwide common ownership. Whatever anyone puts out there is free to be used by anyone else.
Brilliant. Thank you Friedrich Engels!

Monday, October 26, 2009

!





I'm so busy working on my "technical knowlegde" there's no time left for nice little visuals to post here.
...I know that sounds rather insecere.
It's true though, some technical things/programmes are slightly bothering me at the moment.
The remaining time's being swallowed by plain laziness and of course other things that aren't blog-worthy (I mean, not a blog of this type. I'm talking about driving lessons and all that)!

Anyway, this is an apology.
And some proof I'm still alive, and I haven't completely abandoned this blog!

See you soon!!

Tuesday, October 6, 2009

GOTCHA!



































This browser does not have a Java Plug-in.



Get the latest Java Plug-in here.







































This browser does not have a Java Plug-in.



Get the latest Java Plug-in here.









Monday, October 5, 2009

Processing

I'm in a TERRIBLE mood right now, because after hours of trying to get this to little applet (it's the chubby frog!) to show up on my page, it still won't work.

Anyway, it is online, so here it is.
Gorgeous, no?

I have classmates that get nicer results in about 3 minutes, whereas this took me DAYS to figure out.

*(&@^#
(@*#^T@%$!!)!!!!!!!!!!!


!!!!!!!!!!! :(




Code used:

PImage a;
PImage b;
int X = -20;

void setup() {
size(600, 600);
a = loadImage("avatar.gif");
b = loadImage("avatar2.gif");

}

void draw() {
background(255);
imageMode(CENTER);
if (X < 0){
image(a,mouseX,mouseY);
}
else{
image(b,mouseX,mouseY);
}
X++;
if(X>20)
{
X=-20;
}
}

Sunday, October 4, 2009

eek

...I'm posting this anyway.



When I started this I wanted to do "photorealism"...
Instead I only spent 20 minutes on it
I'm so lazy it hurts :(

Friday, October 2, 2009

Just testing....

THIS THING IS AWESOME!
I just did this little test drawing in Adobe Photoshop to see how my new wacom tablet responds.. Used a big picture format so its response was a tad slow, but it sensed stroke pressure so well!


Click to actually see this pic...









If you feel like you've seen the ugly dude before (in art class, on my deviantart, w/e..), you could be right..
I tend to draw similar faces when testing new material because I make all these different types of strokes whilst drawing it!
This is the new "Wacom Bamboo Fun Pen & Touch" tablet. I own one since my birthday (Sept 28th), and I love it!



Mine is black though, which in my opinion looks even better!
This is going to be useful.