The beginning of web3.0 – Web Design New Approach – Scrolling Page Animation

With the flexibility of CSS3 / html5 / JavaScript, we see new approach to web design. With more power css3 / html5 / javascript, designer and developer can now do things in a more fancy way (design fashion). While scrolling the page down, you can see the interaction that the designer or brand that showcase there product in a way few years ago only Flash can handle. But now with the power of CSS3 and HTML5, we can put in details into the whole structure and flow of the web in a simple way. Now you are viewing not just an website, you are now viewing a webshow! Now, let’s the show begin.


Continue Reading »

A list of Anscamobile’s Corona SDK tutorials – iPhone and Android Game Development Tuts

Newest tutorial added: Corona Tips and Tricks [work in progress]
by @base2solutions on April 6, 2011

Corona for Newbies by Peach Pellen

These tutorials are an especially gentle introduction to Corona SDK.

Continue Reading »

Installing Magento [version 1.4.2.0] on ICDSoft

Web Hosting By ICDSoft.comYou need to follow these steps to install Magento:

1. Download the installation files from the site of the vendor. Magento can be obtained from:

http://www.magentocommerce.com/download

Choose to download the full release of the software by selecting one of the archived packages from the drop-down menu next to “Full Release:” (magento-MagentoVersion.zip, magento-MagentoVersion.tar.gz, magento-MagentoVersion.tar.bz2) and click on the “Download” button.

2. Once you have downloaded the archive that contains the installation, you need to upload it to your hosting space.

You can either extract all the files from the downloaded archive and upload them, or you can upload the archive and use the web hosting Control Panel’s File Manager to extract the package.

The best way to upload big files or multiple files is via FTP. If you are not sure how to upload the files, please visit this page.

If you are installing the application in your main domain, or in a subdomain, you may need to delete the default index.php file first. You can do this either via FTP or through your web hosting Control Panel’s File Manager.

3. You need to create a MySQL database for the Magento application. You can do this through your web hosting Control Panel’s MySQL section. Be sure to create the database in MySQL 5 format.
Continue Reading »

How to make a proper CSS button


This post will teach you how to make a proper CSS button.

<a class="button btn_file btn_blue">
     <span>
          <span>Button Text</span>
     </span>
</a>

From the above code you can see that I had entered 3 classes for the < a > tag, they are button, btn_file and btn_blue. This is how I usually construct the class layer.
Continue Reading »

How to embed YouTube Video within the Facebook fbml tabs

This is a how-to article on expanding your Facebook Fan Page (aka Business Page) by using the application Static FBML which allows you to add youtube video to your tabs or box which can incorporate CSS, HTML, Facebook’s flavor of JavaScript, FBJS, and Facebook’s mark-up language FBML. FBML has greatly expanded what is possible on Facebook Pages and, if you’re sufficiently skilled with CSS/HTML and, optionally, FBML, you can make some really fine looking Pages. Basically this not an actual youtube embed that you normally do, you will need to follow the below code to make this work in Facebook. Simply Facebook will first show the image that we have within the code below, and then upon user confirm with a click then play and load the video.
Continue Reading »