kvasir top 50 search keywords at 10am
July 26th, 2007Kvasir is a big norwegian searchengine.
On their top 50 keywords list, i found these keywords at 10 am.
Kvasir is a big norwegian searchengine.
On their top 50 keywords list, i found these keywords at 10 am.
With php you can set a “cookie” in a users session, which stores a small amount of data on the users computer.
Cookies can be useful to check if the user recently logged in to your webpage,
recently visited your webpage, or such.
With the use of cookies are pretty simple…
Heres how you create the cookie:
This is the famous airport which the airplanes come in for landing straight above the beach!
You can see of the image how close the planes are to the beachstrip Maho beach.
There are lots of videos of this to be found at youtube.
Like this one: Read the rest of this entry »
Just a small post to show you some simple small art I made in 3ds studio max.
3ds studio max is a great program for creating stuff in 2d and 3d. modelling,
creating animated movie clips and so on, amazing software from autodesk.
A kind of prison cell, with some chrome balls in the sunshine :p
Here I will show you guys how to create a thumbnail from a larger image file ( .jpg file)
You create a new .php file, and enter this function:
then you can call the function like this:
The last part calls the function, and tells it to create a thumbnail from the “original_image.jpg”, with 0.6 the size of the original, and store the new image as “new_image.jpg” in the same folder as the script.
Some of the code in the function is explained in this post.
Simple ![]()
This shows a simple way to log number of visitors to your site, there is no need of any database, it uses flat files (plain textfiles) only.
Create an empty file named stats.txt.
Create a php file, call it counter.php or something, and put it in the same directory as the stats.txt file.
Open it in notepad and enter this php code
What the code does:
A big annoying feature in windows xp is the “send error report” message you get everytime a program crashes.
Here I show you how to turn off the message…
Open up the control panel, click on “system” or click on “performance and maintenance” you you use the new control panel style.
In the system settings, click on the advanced tab, click on the
error reporting button on the bottom.
Select ”disable error reporting” and you’re rid of it!…
Here I will collect a list of the best and biggest video and picture sites, It will be updated frequently with more links.
The list:
If you have any other good sites, just post’em and i will add them to the list
Have you ever wanted an icon on your desktop that you could use to shutdown you computer with?
It’s pretty simple, you just right click your desktop, choose New -> Shortcut and at the ”File location” screen you just type in the following command
That is for running the shutdown application with the parameters “-s” for “this computer” and “-t 00″ for the time in seconds, which would be right away…
You could also use these commands: Read the rest of this entry »
This is a simple demonstration of input, output and a small calculation done in VisualBasic.
The script asks the user to input a number of days, and the script
outputs how many seconds those days are.
The code is simple, open up notepad, or your text editor, and enter this:
Partypoker is an online client for card games (perhaps worlds biggest), it’s free and you can start playing in some simple steps.
When you sign up a new account, you are given 10 000 “playchips” which is the games free currency. Read the rest of this entry »
First, what is CAPTCHA?
Captcha is a “Completely Automated Public Turing test to tell Computers and Humans Apart”.
In these days, Im sure you have already seen one or many versions of captcha on the internet. In forms for registering, uploading, searching or posting comments.
Captcha is used to prevent robots spamming your website with ads or such,
and to stop ”mass registering” on websites, by non-human users.
There are different methods to tell if the user is human or a bot. Read the rest of this entry »
After having tried Vista a couple of days, I just could not handle it anymore, so i had to format and install xp again…
Heres a couple of reasons why I didn’t like it, and why it’s not better than xp.
This is a simple small piece of code that allows you to ban visitors fro viewing your webpage, if you know their ip adresses…
This can be made much more advanced.
With the use of a database such as Mysq (or in some cases just a textfile), you can create a management system for adding, editing and deleting blacklisted ips.
Found some funny javascripts…
This first one makes you able to edit the webpage you are viewing…
changing text and moving stuff around…
this second one messes up all the pictures on the site…
How to use:
Go to the webpage in your browser, in the adress field, replace the url
with the javascript and press enter.
(make sure you get the whole script on one single line)
have fun :)