Pages

Friday 28 December 2012

Design Reference - veerleduoh.com

Hello everyone!!
           
                  Here is a fantastic website design veerle.duoh.com that will inspire you all. Have a look at the design by clicking the picture.


The points I liked the most:
  •  The choice of base colour is very neutral
  • All the elements are highlighted well
  • their is no clutter in the design
  • the graphics are excellent
  • the colours used for heading are complimenting base colours well
  • the site navigation is good
  • all the compartments are well differentiated
  • All colours chosen are soothing to eyes and yet not dull.
  • all the other pages are equally amazing


                       Hope this post was helpful. Keep your creativity alive!

Tuesday 25 December 2012

JavaScript - Snow effect for your blog or website


Hi everyone!!

                       A Merry Christmas and happy holidays to all of you!!      
        
             After searching I finally found a script to make it snow on your website.I am sharing the code with all of you. Following is the graphic to display how it looks. It is pretty good!


               If you use blogger then click on Layout < add a gadget < HTML/ JavaScript
 and type the folowing code in its content. You may leave the title blank.

<script type="text/javascript" src="http://yourjavascript.com/65112128311/snowstorm.js"></script>
<script>
snowStorm.flakesMaxActive = 890;
snowStick = 1;
snowStorm.followMouse = false;
snowStorm.snowStick = false;
snowStorm.animationInterval = 33;
snowStorm.flakesMax = 250;
snowStorm.vMaxX = 5;
snowStorm.vMaxY = 5;
</script>      

                      Otherwise, paste the above code in between <body> and </body> tags. I hope the code will work fine, Happy Snowing!

Tuesday 21 August 2012

Design reference - envelopments.com


Hi Everyone!!

         Here is a website whose design inspired me.... www.envelopments.com You must view it once if you are interested in web designing stuff.


What I liked in this site design is:

  • Beautiful use of colourful images
  • Perfect colour combinations
  • Convenience for visitor
  • Complete display of product
  • Arrangement of products
      So next time when start designing a website, these points must be kept in mind...Would share with you the designs that are inspiring and innovative...Hope this was helpful.

Monday 20 August 2012

CSS -Creating Text Shadow

Hi Everyone!!

                      Well here is a very simple method to add charm to the text displayed on your webpage, by adding the shadow effect. It will look like following snapshot.





The css class is as follows:

.shadow
  {
  text-shadow: 0.1em 0.1em 0.2em black
  }

Wednesday 8 August 2012

Security - htmlentities()

Hi everyone!!

       Most of the sites include data entry by the user and then storing it into the database. If user enters some html code or some script it will be stored as it is in the database. But the real problem arises when it comes to displaying the data somewhere like user profile etc. The malicious code may be executed on displaying.

Wednesday 1 August 2012

PHP Security - mysql_real_escape_string()

Hi everyone!!

        mysql_real_escape_string( ) is a function that is used to secure pages that involve database storage and retrieval later on. It is effective against attacks like SQL injections.

$name = mysql_real_escape_string($_POST('name'));

here $_POST('name') is input from form element.

Friday 27 July 2012

HTML - Adding music to your site

Hi everyone!!

  Here is a very simple code that adds music to your webpage....try it, its really nice....

 

CSS - Adding Glow or Shadow

Hi everyone!!

    Today we'll learn very simple method of adding glow or shadow to the edges of your content...the class mod-content should be applied to the div, table, buttons etc....

It will look as follows:




Here is the code:



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <title>Glow or shadow</title>
  

Thursday 26 July 2012

CSS - How to make a content float

Hi everyone!!

        Today we'll learn how to make a div, table etc to float at the same position as we scroll down...It is extremely simple but can create nice effect and enhances convenience...

Wednesday 25 July 2012

CSS - Fixed background on scrolling


   Hi everyone!!
              
                  If you ever wondered how to make the background fixed to the page and to slide the contents on it as we scroll down, here is the very simple method...

Saturday 21 July 2012

Welcome

hi everyone!!
 
    Welcome to my blog... I'll be posting here about php, javascript, css, web security, web designing and many more...so keep tuned..and enjoy learning..

   Do give your comments for the work wherever possible, your opinion is valuable.