Archive for December, 2008

CSS Browser Selector

Clever technique to help you on CSS hacks.
CSS Browser Selector is a very small javascript with just one line and less than 1kb which empower CSS selectors. It gives you the ability to write specific CSS code for each operating system and each browser.
EXAMPLE

http://rafael.adm.br/css_browser_selector/
Source of this example:
<style type=”text/css”>
.ie .example {
background-color: yellow
}
.ie7 .example {
[...]

Posted in CSS Hacks, JS Hacks , Tagged with , , On December 22, 2008, 0 Comments.

10 steps to recover Projects Localhost crashes.

10 steps to recover all your Projects, database and tables when server/localhost crashes.
——————————————————————————————————————
1. Before uninstalling the crashed server copy the full folder as backup of all previous data. (Example: Take backup of “C:wamp” folder)
2. Uninstall the Crashed server and install the new one.
3. Make sure your new server running and has no error.
4. If server [...]

Posted in Technology, Tutorials , On December 18, 2008, 0 Comments.