Ads

Exclusive Prizes----> Click Here

Monday, June 18, 2012

IE6 on Ubuntu

Update your PlayonLinux  in Ubuntu:

wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
sudo wget http://deb.playonlinux.com/playonlinux_precise.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux



Now Wine will get automatically updated,

Open PlayonLinux and install IE6/IE7/IE8

I hope this will work

Saturday, June 16, 2012

HTML - Symantec

Introduction:

Modern Web users started use the new way of using HTML known as Symantec , nothing but using the HTML tags for styling other than CSS

for e.g.,


Use heading element(h1,h2,h3,h4,h5,h6). Don’t use CSS; the STRONG element or other markup to fake your  heading.
<h1>Lorem</h1>

I hope it may useful for you guys

Friday, June 15, 2012

Make Transparent Background

Usually backgrounds can be made transparent only for Images, but there is a tricky idea to make text as Background:


Create a Header which should float at the top fix some minimum height

Set opacity to 0.5

Important thing position should be absolute

Now  Create your remaining content as divs

That's it. Enjoy

Sample should be like this:




Thursday, June 14, 2012

Radio Buttons validation in cakephp

Usually cakephp doesn't validate the radio buttons, to re-produce that,

Step1:

In View:

<?php echo $form->radio('myfield',array(OPTIONS));?>

Step2:

After,  <?php if(!empty($this->data)){


if(empty($this->data[MODEL]['myfield'])){$this->set('radioerror','ERROR MSG');}


NOW ALTER VIEW:


<?php echo $form->radio('myfield',array(OPTIONS));?>
 <div class="error-message">
 <?php if (isset($radioerror)){echo $radioerror;}?>


</div>

THAT'S IT.

Saturday, June 9, 2012

Tips for Clients

Precautions steps for client before planning website:

  1. Plan your website. Be clear in your LOGIC as well as requirements:
  2. Post your quotations in freelancer websites:
  3. Compare the Quotations and deadline:
  4. Now approach a freelancer or website company with your favoured quotation
  5. You have done.