29 July 2007
I'm not sure if this is the real name of what I'm going to talk about - sound bars, or audio bars - if you know it please leave a comment so I can change it.
28 July 2007
» List Menu Roll Over Effect [FlashMX]
Here is a simple flash effect for list menus, i didn't do this for help anyone in specific so if you want to use this just download it, or make it yourself!
26 July 2007
» Typetester - Compare fonts for the screen
Found this site a month ago and i just loved it!
When you are developing some website or editing a blog's template don't think twice before visit this site, you can compare blocks with the same text and different styles side by side on the same page. Everything can be done, change color, change font, space between letters, line height, background color...
Another great feature is that you can select a font of the "safe list" or select on of your own since it's installed on your computer.
Imagine now you didn't finished your work and for some reason your browser closed itself... no worries, just re-open it and enter the site again and you'll see your font styles just like they were on the last time you saw them - the site has memory for each user.
You're finished now, if you're a n00b there's a "get css" link you can use and download the CSS file.
URL: http://typetester.maratz.com/
When you are developing some website or editing a blog's template don't think twice before visit this site, you can compare blocks with the same text and different styles side by side on the same page. Everything can be done, change color, change font, space between letters, line height, background color...
Another great feature is that you can select a font of the "safe list" or select on of your own since it's installed on your computer.
Imagine now you didn't finished your work and for some reason your browser closed itself... no worries, just re-open it and enter the site again and you'll see your font styles just like they were on the last time you saw them - the site has memory for each user.
You're finished now, if you're a n00b there's a "get css" link you can use and download the CSS file.
URL: http://typetester.maratz.com/
Labels: compare, css, download, fonts, screen, site, tester, type
25 July 2007
» FavIcon - the icon in the address bar
You may probably know what this site is about, for those who don't, I suggest you to check wikipedia. After that I hope you find this site was hopeful.
One more site for those guys that don't like dealing with photoshop or any other application of that kind, this site lets you design your own icon pixel by pixel in a square with 16*16 pixels.
When your icon is complete may want to download it, just press the button right under the preview feature, the file is a *.ico and you can use it on your website placing this code between your <head> and </head>:
<link rel="icon" href="http://example.com/favicon.ico"/>
If don't want to do a pixel-by-pixel image you can use this site that converts an uploaded image into an icon 16*16 or 32*32.
URL: www.favicon.cc
One more site for those guys that don't like dealing with photoshop or any other application of that kind, this site lets you design your own icon pixel by pixel in a square with 16*16 pixels.
When your icon is complete may want to download it, just press the button right under the preview feature, the file is a *.ico and you can use it on your website placing this code between your <head> and </head>:
<link rel="icon" href="http://example.com/favicon.ico"/>
If don't want to do a pixel-by-pixel image you can use this site that converts an uploaded image into an icon 16*16 or 32*32.
URL: www.favicon.cc
Labels: address, bar, fav, generator, icon, image, pixel, site
23 July 2007
» TartanMaker.com & StripeGenerator.com
Here are two sites you may want to visit and maybe create something cool to use on your own blog or website, wallpaper or anything else...
The first one, TartanMaker.com you can use to do your own tartan samples and share it with your friends or just keep it to yourself and do some designs with it.
Here is a screen shot of the site, as you can see you can change everything before save it.
The file is a *.PNG for both sites.
The next one is StripeGenerator.com and is very similar with the first one but like the name suggests here you can make stripe patterns.
You can change its colors, change the size of each stripe, you can even change the alignment. It's a great site for guys that don't want to spent much time dealing with photoshop or just don't know what to do with it (AKA n00bs).
There is also the option of viewing how would your stripe work on fullscreen, maybe if you use it as wallpaper or background for websites, it's a great feature.
Here is a screen shot of the site, as you can see you can change everything before save it.
The file is a *.PNG for both sites.
You can change its colors, change the size of each stripe, you can even change the alignment. It's a great site for guys that don't want to spent much time dealing with photoshop or just don't know what to do with it (AKA n00bs).
There is also the option of viewing how would your stripe work on fullscreen, maybe if you use it as wallpaper or background for websites, it's a great feature.
Labels: download, generator, image, internet, maker, online, site, stripe, tartan, web
21 July 2007
» Windows Explorer as FTP client [step-by-step]
For those who didn't know, you can use windows explorer as an FTP client (kind of).
Here is a step-by-step how you can do this. Might be useful if you are working on a PC and you don't have an FTP application installed, this is very easy and takes no time at all.
I can't tell you if this works with any server, at least the ones I tried it worked.
(Never mind all the Portuguese stuff, if you are interested you can always use a translator.)
1 » Open the windows explorer (press WIN+E) and then type the FTP name server which you are going to connect to in the address bar and press enter, don't forget to use "ftp://".
In this case I used ftp://pwp.netcabo.pt/
2 » A small pop-up window should open up and you should fill blank spaces with your user information. In this case I used my own user name to connect to this server "oldman" and my password (no, I'm not gonna tell you) and then press enter.
Note: this step is not needed if you are trying to connect a public server.
3 » Here it is, my own folder on pwp.netcabo.pt, yours should look like this too, it's a simple window you might be accustomed if you use Windows OS like me [not for a long time].
This ain't no special folder, it's a folder like every others but its content isn't hosted on your computer but in a server.
4 » You are now ready to upload your file(s) to server. Just open a new window, select your file(s) and drag them into the server window.
As you probably know it may take a few minutes depending on file(s)'s size.
5 » After that, this small window will pop up and you'll just have to wait until the process is over. It's just like when you copy some file into your portable drive or even into a new folder from your computer.
6 » Here it is, the process is over, the upload is complete and my file is now on the server.
I could access it from any computer by opening FireFox (or any other browser) and typing "http://pwp.netcabo.pt/oldman/mp3.txt" in the address bar.
Where "pwp.netcabo.pt" is the server name, "oldman" is my user name and "mp3.txt" is the name of my file.
PS. don't try to find this file, is already deleted.
Hint: Just in case you didn't know when you want to take a print screen of a specific window you can press ALT+PrtScr instead of just pressing PrtScr and then cut the windows bar on photoshop or something.
Here is a step-by-step how you can do this. Might be useful if you are working on a PC and you don't have an FTP application installed, this is very easy and takes no time at all.
I can't tell you if this works with any server, at least the ones I tried it worked.
(Never mind all the Portuguese stuff, if you are interested you can always use a translator.)

In this case I used ftp://pwp.netcabo.pt/

Note: this step is not needed if you are trying to connect a public server.

This ain't no special folder, it's a folder like every others but its content isn't hosted on your computer but in a server.

As you probably know it may take a few minutes depending on file(s)'s size.


I could access it from any computer by opening FireFox (or any other browser) and typing "http://pwp.netcabo.pt/oldman/mp3.txt" in the address bar.
Where "pwp.netcabo.pt" is the server name, "oldman" is my user name and "mp3.txt" is the name of my file.
PS. don't try to find this file, is already deleted.
Hint: Just in case you didn't know when you want to take a print screen of a specific window you can press ALT+PrtScr instead of just pressing PrtScr and then cut the windows bar on photoshop or something.
Labels: client, explorer, ftp, print, screen, step, tutorial, windows