Archive for the 'Tutorials' Category
CSS Shorthand
CSS, Graphics, Tutorials| 2 Comments »We all know more or less about CSS and of course the CSS compression. At this day in age we web designers/developers are finding more ways to get the site loaded as soon as possible or else the user dives to the other resource. While doing some CSS research I came across this site by […]
Random Quote [in flash]
Adobe Flash, Tutorials| 1 Comment »Yet another project at work required for me to put up an advert for intranet to show quote of the employees about a particular event. Now the challenge was that I had to use the advert that was already casting on intranet which was telling people about the event. Fortunately I had the advert layout […]
How to view PSD files in Thumbnail in Explorer
Tutorials| 1 Comment »I always wanted to find out if there was a way to see the thumb’s for PSD file. After I joined my recent job it was killing me to look in all the files through Photoshop to find the right file I’m looking for. I found a solution online and thought I will put it […]
Smooth Flash Scrollbar
Tutorials| No Comments »This flash scrollbar will smoothly scroll just about any kind of content. Place everything into a movie clip, and you’re all set. It also includes code to load external content. Can be used with dynamic system fonts no problem. You can customize colors, etc and it will be much lighter than the components that ship […]
JavaScript: Hide your email address from SPAMMER
Tutorials| No Comments » On internet many spammer sends out their crawler to look for email address which are unprotected. This script is not full prof, but works better than having mailto:youremail@yourdomain.com. Here is the code:
<script language=”JavaScript” type=”text/javascript”>
<!–
var email = “yourname”;
var emailhost = “domain.com”;
document.write(email + “@” + emailhost);
//–>
</script>
For greater impact you have to use form based contact form; […]



