time()

In about 93,88 years the time() function will surpass the unsigned max. Integer value in MySQL Tables.

In 93 year I won’t be living, therefore I’ll just leave my tables as they are. :)

0 notes

Open new browser window with jquery (custom size)

Check out what I found, that I also may need for one of my projects.

1 note

Soon… :) 

However, you can see that the background has a sort of gradient like e.g. Tumblr.com has for it’s start page. God bless HTML5!
Here is how to do it for Chrome and Safari: (CSS3)
background: -webkit-gradient(radial, 50% 50%, 200, 50% 100%, 1000, from(#4ca935), to(#225c14)) no-repeat #4ca935;
The first parameter defines what type of gradient this is.
The next one defines where the start point/circle should be positioned, so 50% from left and 50% from top
The next defines the radius of the start point/circle
The next defines where the end point/circle should be positioned, so 50% from left and 100% from top
Then we have the radius of the end point/circle
And finally we have the color from which it should start
(Optionally what I don’t have here are steps, which could be defined with helf of the function color-stop(positon, color) )
And to which color it should generate the gradient
P.S.: Version for Mozilla comming soon… ;)
Hf!

Soon… :) 

However, you can see that the background has a sort of gradient like e.g. Tumblr.com has for it’s start page. God bless HTML5!

Here is how to do it for Chrome and Safari: (CSS3)

background: -webkit-gradient(radial, 50% 50%, 200, 50% 100%, 1000, from(#4ca935), to(#225c14)) no-repeat #4ca935;
  • The first parameter defines what type of gradient this is.
  • The next one defines where the start point/circle should be positioned, so 50% from left and 50% from top
  • The next defines the radius of the start point/circle
  • The next defines where the end point/circle should be positioned, so 50% from left and 100% from top
  • Then we have the radius of the end point/circle
  • And finally we have the color from which it should start
  • (Optionally what I don’t have here are steps, which could be defined with helf of the function color-stop(positon, color) )
  • And to which color it should generate the gradient

P.S.: Version for Mozilla comming soon… ;)

Hf!

1 note

tumblrbot asked: WHERE WOULD YOU MOST LIKE TO VISIT ON YOUR PLANET?

eden

0 notes

AJAX request with jQuery

So some of my friends need some help on how they should access their database in an easy way. And instead of using PHP SESSIONS i told them they should use jQuery since it makes things a lot easier and the confusion is left out.

Let’s have a look:

Now as we can see every time we need to change something in our site we need to refresh it, because we get a whole new document.

jQuery changes this and gives the possibility to manipulate the HTML document in numerous ways. E.g. with use of AJAX.

Example:

Read More

7 notes

After second nap

Soo, the half an hour I talked about was about until now xDD

I’m soo exhausted…

5 notes

After nap

My headache starts to disappear slowly. I think I can start working, but I still feel kind of dizzy…

Give me half an hour and I’ll be fit. I hope at least.

4 notes

Good’ayyy#

Yeah after a good’ayy I’m ready so start working on my Checklist :D

And now I have a head ache. I bet because of all the food. It was delicious.

However a new optional task has to be added to my list:

  • (Optional) Tumblr blog them. And share theme  to get famous :P

I’ll take a nap now…

5 notes

Good morning

That’s what I say when I wake up in the morning! :D

However I’ve got a dozen to do today:

  • Calculate some Octree Algorithms/Formulas (in) 3D (due tomorrow)
  • Finish programming the N. LoginView (GUI only without too much functionality) (due tomorrow)
  • German homework (I’ve actually finished it, I just have to transfer it from my german book on some paper in a much cleaner way :D) (due Friday)

I think I’ll start with the LoginView, because I’m to lazy for math or german today. Pff!

2 notes

Sleepy first post

We all know that the body needs sleep, but somehow we humans try to kill that beautiful time with e.g. parties, work, tv, Facebook, sex, etc. Funny how we “use” the time of our lives e.g. blogging. :)

1 note