Rendering font with Javascript

October 18, 2009

Filed under: technology — Estevão Mascarenhas @ 20:06

cufon

What do you think about making your site’s texts look smooth and beautiful? Or even using custom fonts?
With Cufón you can! Check it out. :)


Continue reading »

Removing dotted border in links

October 6, 2009

Filed under: technology — Estevão Mascarenhas @ 23:59

outline


Hiho! Long time with no posts huh? :)
Well, I’m back to post some tips!

You always hated these borders that Mozilla, Chrome or any other browser create when you click in some link?
Here is the solution:

a {
    outline: none;
}

HOWTO #4 – Solve Javascript not working in AJAX loaded page problem

February 9, 2009

Filed under: ajax, jQuery, javascript — Estevão Mascarenhas @ 23:49

saved1

Many webdevelopers found a very boring error: Javascript don’t “see” elements in content loaded using AJAX method.
Let’s see how you can solve this problem.


Continue reading »

HOWTO #3 – Protect HTML source code

February 1, 2009

Filed under: javascript, web, xhtml — Estevão Mascarenhas @ 14:25

saved

We can’t protect (X)HTML code 100%, but we can make such of an “obstacle” for those who will try to get the source code of your page. How? With Javascript! See how we can do this below:


Continue reading »

IE8 RC1 still in the last place in javascript performance

January 29, 2009

Filed under: technology — Estevão Mascarenhas @ 20:08

ie8

Computerworld tests says: IE8 still in the last place about javascript performance, but its 70% faster than IE8 Beta1.


Continue reading »

Plusmusica – Listen your music anywhere at anytime

January 27, 2009

Filed under: technology — Estevão Mascarenhas @ 18:45

plusmusica

Do you want listen your favorite music anywhere at anytime? Let’s see how you can do this with Plusmusica service.

Continue reading »

The White House website under Creative Commons

January 26, 2009

Filed under: web — Estevão Mascarenhas @ 18:55

whitehouse

He know how to use the internet. The White House’s website is now licensed under Creative Commons Attribution 3.0 license.

Continue reading »

repPHP – the repair and backup php script

January 23, 2009

Filed under: PHP — Estevão Mascarenhas @ 16:45

repphp

Are you tired of copying and restoring your files every time you make a mistake in the source code and save? Check repPHP!


Continue reading »

HOWTO #2 – Over(hover) effect in DIV, IMG or any other tag in IE

January 20, 2009

Filed under: jQuery, webdesign — Estevão Mascarenhas @ 20:49

howto2

Many webdevelopers/webdesigners found a problem in IE 6: he doens’t read the hover css pseudo-class in tags like DIV and IMG.

The solution? jQuery.

Continue reading »

HOWTO #1 – Mac OSX font-smoothing in Windows

Filed under: technology — Estevão Mascarenhas @ 02:44

howto1

If you are reading this, probably you like the way that the Apple OS renders the font, as you can see in this image:


Continue reading »




Powered by WordPress