RSS

Tag Archives: web

CSS Blur Effect

Code:
<style type=”text/css”>
   .blur {
   color: transparent;
   text-shadow: 0 0 5px rgba(0,0,0,0.7);
   font-size: 40px;
   font-weight:bold;
   font-family:Arial, Helvetica, sans-serif;
   }
</style>

<div class=”blur”>CSS BLUR EFFECT</div>

 
Leave a comment

Posted by on July 2, 2012 in WWW

 

Tags: , , , ,

Content Accordion : CSS3

A simple content accordion using the adjacent and general sibling combinator and the :checked pseudo-class.

Screen Print

Read the rest of this entry »

 
Leave a comment

Posted by on March 21, 2012 in WWW

 

Tags: , , ,

10 Essential Guidelines for Freelance Collaboration

Freelance collaboration is on the rise. Increasingly, teams of freelancers are now doing the work that in-house departments used to do. Graphic designers are now working on teams with writers and programmers.

But many freelancers are used to working alone. Collaboration definitely requires freelancers to make a few adjustments.

In this post, I’ll provide ten essential guidelines to help you put the pieces together for freelance collaboration. If you enjoy this post, you may also enjoy reading 15 Questions to Ask Before Collaborating. Read the rest of this entry »

 
Leave a comment

Posted by on March 14, 2012 in Articles, Graphics, WWW

 

Tags: , , ,

CSS3: 3D Style Text

Today I found some interesting CSS3 code for 3D text.

Support: Google Crome, Mozilla Firefox, Opera
Not Support: Internet Explorer

Example:

Code: Read the rest of this entry »

 
Leave a comment

Posted by on November 4, 2011 in WWW

 

Tags: , , , ,

CSS3 : Folded Corner Effect

Example of Folded Corner Effect on CSS3

CSS Code: Read the rest of this entry »

 
2 Comments

Posted by on September 9, 2011 in WWW

 

Tags: , , ,

Code for Attractive Menu

File Name: Menu.htm

<script type=”text/javascript” src=”jquery.min.js”></script>

<link rel=”stylesheet” type=”text/css” href=”menustyle.css” />

<script type=”text/javascript”>

$(document).ready(function()
{ $(“#topnav li”).prepend(“<span></span>”);

$(“#topnav li”).each(function()
{ var linkText = $(this).find(“a”).html();

$(this).find(“span”).show().html(linkText); });

$(“#topnav li”).hover(function()
{ $(this).find(“span”).stop().animate
({  marginTop: “-40” }, 250); } , function()
{  $(this).find(“span”).stop().animate
({ marginTop: “0” }, 250); }); }); Read the rest of this entry »

 
1 Comment

Posted by on March 11, 2011 in WWW

 

Tags: , , , , , ,

धरानका वेवसाइटहरु

धरान एउटा छुट्टै परिचय भएको शहर हो । जङ्गललाई फडानी गरेर बसालिएको शहर हो, धरान । बिभिन्न भाषा, संस्कृति, सस्कार, परम्परा, जाती, धर्महरुको बसोबास भएको यो शहरमा सुचना प्रबिधिले जरा गाडी सकेको छ । यसै सुचना प्रबिधिको एउटा अङ्गको रुपमा रहेको वेवसाइटहरु पनि यहा थुप्रै बनिदै आएको छ ।

म यहा धरानको त्यही वेवसाइटहरुको परिचय गराउदै छु ।

www.dharan.gov.np – धरान नगरपालिकाबाट सञ्चालित यो वेवसाइटबाट तपाईले धरानको भौगोलिक, सांस्कृतिक, धार्मिक आदिको परिचय पाउन सक्नुहुन्छ ।

www.viewdharan.com – धरानका केहि युवाहरुद्धारा सञ्चालित यो वेवसाइटले विशेष गरेर धरानको परिचय, फोटोहरु, समाचार, तथा यहाको प्रतिभाहरुलाई उत्साह गर्ने उद्धेश्य बोकेको छ ।

www.mydharan.com – यहा धरानको फोटो, परिचय सहित forum पनि राखिएको छ ।

www.clickdharan.com – धरानका केहि युवाहरुद्धारा सञ्चालित यो वेवसाइटमा विशेष गरेर धरानको परिचय, मनोरञ्जन, फोटो ब्लग, समाचार राखिएको छ ।
Read the rest of this entry »

 
Leave a comment

Posted by on October 22, 2008 in WWW

 

Tags: , , , , ,