When you are building a website and in particular you are styling the contact us page add a google map api in very simple and effective. Google maps Go to google map: http://www.google.com/maps Type your address in the search tab When you find the right address click “link” on the top right A drop down selection will appear you can just grab the link from there or you can click “customise” google-map-api-2 A pop up window will open and in there you can customize you map with... Read→
Last night I went to see the film documentary about the GREAT artist knowed as banksy. Just for those (very few) that never hear about Banksy: “Banksy is a pseudonymous[2][3][4] British graffiti artist. He is believed to be a native of Yate, South Gloucestershire, near Bristol[2] and to have been born in 1974,[5]but his identity is unknown” From wikipedia read more -> http://en.wikipedia.org/wiki/Banksy Below some of his famous painting: Naked Man image by Banksy in Park Street,... Read→
Today while I was creating a new button with the sprite technique I discovered that what it was working in all the browsers (the decent one: Firefox, Safari, Crome and IE8) it wasn’t working in IE7 and the CSS was not applied. Pretty much while all the browsers were displaying the button as an image, IE7 and IE6 were displaying a resized default button (very ugly!!!) My initial code was something like that: #button_id{ width:439px; height:53px; border: none; clear:both; background-image:url(../images/btn-confirm.png); background-repeat:no-repeat; background-position:0... Read→
I just found some great shots from an italian photographer Matteo Lonati. Matteo Lonati official website: www.lonatifotografia.it. These are random shots taken around india. Here is the link: http://www.zoom-net.com/fineart/artisti/matteo-lonati.aspx #gallery-2 { margin: auto; } #gallery-2 .gallery-item { float: left; margin-top: 10px; text-align: center; width: 50%; } #gallery-2 img { border: 2px solid #cfcfcf; } #gallery-2 .gallery-caption { margin-left:... Read→
Protect your brand, your site and your customers. Stay in control of your internet presence. Our Web Integrity Monitor will detect unauthorized changes to your web sites, DNS, Whois and SSL certificates. You will be notified instantly via email or twitter if your site is hosting malware, blacklisted, hacked or unavailable. Sucuri.net can help you AKPC_IDS += "113,";Popularity: 1% [?] Read More →
If you are lover of the free internet and lover of blogs maybe this list of Free Wordpress themes can be helpful. These are all really cool templete for wordpress, here you are: MiniMag magazine wordpress theme MiniMag magazine wordpress theme Demo | Download MiniMag Aparatus Wordpress Theme Aparatus Wordpress Theme Demo | Download Brave Zeenat Brave Zeenat Demo | Download AKPC_IDS += "103,";Popularity: 1% [?] Read More →
New business in town (if you live in Sydney).. Is your website up to date with the new generation of mobile devices? If not, contact: Sydney Mobile Web Sydney Mobile Web AKPC_IDS += "93,";Popularity: 1% [?] Read More →
If you are going to change the name or move the location of some pages or directories, it is very important to remember that some users will still try to access the old link/url. To make sure the users will not land at a 404 error page you need to redirect them to the new link/url. In html or php websites you can redirect users from one url to another using the 301 redirect technique. The 301 redirect needs be to added on the .htaccess file as follows: #Moving a page RedirectPermanent /old-page-name.html... Read→
To delete or remove a login and password from Firefox you have to: On the Firefox top menu click on Tools > Options. Click the tab Security at the top. Click Saved Password button. Find the web site you wish to remove in the list. Click/highlight it with your mouse. Click Remove (if you want delete/remove all them click on Remove All) and click Close then OK when you are finished. Now the stored password will be removed from Firefox. Firefox AKPC_IDS += "79,";Popularity: 1% [?] Read More →
If you are wandering if is possible to make a entire div is clickable this is the trick you have to use: <div onclick=”location.href=’URL’;” style=”cursor: pointer; height:50px; width:150px”> Remember to make an entire div tag clickable you have to use the “onlick” function and set the URL you want to link and very important is to change the cursor style to a pointer, to usability purpose. Is important after to set the height and width. DONE! AKPC_IDS... Read→







