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→
Create a better and always update Copyright date with a simple like in php. Use to show the current year: © Copyright 2004 – <?php echo date(”Y”) ?> AKPC_IDS += "67,";Popularity: 8% [?] Read More →
I found a really good list with many php (Free) Opensource CMS View list. I suggest as well: bloging -> Wordpress corporate website -> Joomla eCommerce -> Opencart AKPC_IDS += "63,";Popularity: 1% [?] Read More →
While i was updating one of my server website how is running Joomla 1.0 i change the server from a Windows to a Unix server system. Very important YOU HAVE TO BACK UP ALL YOUR FILES AND THE DATABASE When i receive the new login, i uploaded all my files but i had this error: Parse error: syntax error, unexpected ‘{’ in /web/htdocs/MYWEBSITE/home/configuration.php on line 1 To solve this problem you just have to: Delete from the server the “configuration.php” files Download... Read→
Print adverts need to get a message across with a single image and without the recourse of interactivity that we find today on the Internet. As interactive media expands, attention spans are getting shorter and shorter every day. For any company trying to get their product or service out in print format, the task is ever more challenging and difficult. Humorous ads remain one of the few effective ways to engage an audience in a very saturated advertising market. This is an area where the audience... Read→
Is the second time that my brother, leave me his Acer Aspire One ZG5 because the screen in not working Acer Aspire One Screen not working - Reboot BIOS As me you’ll start to write on google: “Acer Aspire One ZG5 screen not working” “Acer Aspire One ZG5 screen black” “Acer Aspire One ZG5 BIOS PROBLEM” “Acer Aspire One ZG5 don’t start” Like me you’ll start to read 1000 of blog, I’m posting here the only 2 that really fix my problem. Before... Read→
All the web developer will agree with me saying that Internet Explorer is always the difficult browser from all the designer with. A good web designer should test anything before resided on web with all the most recent browser (firefox safari crome opera... ect..) and of course he should check in Internet Explorer in all the version. While the modern (and much better) browser like firefox, crome, safari try to let you install all the times the new version, and with new version means a version that... Read→
Add a link in your flash banner or files: Convert your object in a button Go to the action script editor paste the code on (release) { getURL(”your-link”,”your-target”,”GET”); } on your-link you can add a full path like: http://www.leosquarez.com/leosquarez-service/ or a simple: /leosquarez-service/ if you are in the same domain. on your-target you can specify: “_self” – Targets the window that the movie is in (MORE COMMON) “_new”... Read→
Alternative solution to fix the Z-index embed video or flash issue: —— Add this code in your head <script type=”text/javascript” src=”swfobject.js”></script> <script type=”text/javascript”> swfobject.embedSWF(”URL-VIDEO“, “UNIQUE-NAME“, “WIDTH“, “HEIGHT“, “9.0.0″, false, false, {wmode:”opaque”,quality:”high”,bgcolor:”#000000″,salign:”tl”}, {id:”UNIQUE-NAME“,name:”UNIQUE-NAME“} ); </script> —– Add... Read→
Today i add a video in one of my client web site and i realise that the drop down menu was disappearing below the video. The video embedding code was: <object height=”340″ width=”560″> <param name=”movie” value=”URL-VIDEO”> <param name=”allowFullScreen” value=”true”> <param name=”wmode” value=”opaque”> <param name=”allowscriptaccess” value=”always”><embed... Read→







