Saturday, November 15, 2008
round corner box with alpha
color:#fff;
background:#000;
width:35px;
height:60px;
text-align:center;
font-size:0.7em;
padding:3px 0 0 0;
opacity: 0.5;filter:alpha(opacity=50);zoom:1;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:0px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:0px;
-khtml-border-radius-topleft:5px;
-khtml-border-radius-topright:0px;
-khtml-border-radius-bottomleft:5px;
-khtml-border-radius-bottomright:0px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:0px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:0px;
}
use this css for round corner with .5 opacity.
Thursday, November 13, 2008
Want to run iis and apache same machine
Download PHP from http://www.php.net/downloads.php. I get the zip package because I think it is just as easy, and gives me control over setup and install. Once installed the apache sever will run automaticllay in tray. It should definately give errors that port 80 is already occupied.
This is because IIS is utilizing port 80. To overcome this problem shut down iis before installation of apache or leave it like it is. However, you have to decide whether you want to use port 80 for iis or apache.
To change apache's default port:
1)start ->control panel->Administrative tools->Services->stop APache2
2)Open the Apache config File C:\Apache2\conf\httpd.conf or go through
----------------------------
Start -> All Programs -> ApachePhpMysql(if u have installed ApachePhpMysql
other wise look for other path but the file name will remain same)->
Config -> Apache (notepad file)
look for Listen 127.0.0.1:80 .In my Computer its on line no. 10
change 80 to 8080(preffered) or some othe no.
save the file and close it.
3)start ->control panel->Administrative tools->Services->start APache2
4)open Web browser and type http://localhost:8080/
if the screen shows "Apache is working" (in bold letters), you r done
5)Next you can run asp.net through http://localhost/
So Now both of your servers can run together.
Tuesday, November 4, 2008
free Sothink SWF Decompile

Sothink SWF Decompiler is an useful program to decompile, extract Shockwave Flash movies and convert your SWF to FLA. Sothink SWF Decompiler supports Flash CS3 (9.0) and AS 3.0 completely. It can decompile, display and extract all Flash movie elements in groups and select the alternative format, such as Shape, Morph Shape, Image, Sound, Font, Text, Sprite, Button, Frame and Action; the information window can show the properties of the selected elements in Flash in detail.
Sothink SWF Decompiler provides a user-friendly interface (Office 2007). A built-in player enables you to preview the movie and every element before exporting. A thumbnail view and navigation bar in the preview window enable you to pick element easily. And the interface layout can be customized to meet your needs.
key features
· Converts SWF to FLA completely and quickly.
· Decompiles Flash Movie (swf, exe) successfully.
· SWF in all versions can be decompiled
· User-friendly Explorer-like interface.
· Supplies SWF Catcher for Firefox and IE.
Monday, November 3, 2008
Mix-FX Flash Text Effects
Mix-FX is a Flash TEXT EFFECT and flash BUTTON and BACKGROUND effect creator.With Mix-FX. This simple-to-use program lets you create absolutely stunning effects in just seconds.Change sizes and colors and you have millions of possibilities! Load the effect you just created into Flash, into your PowerPoint presentation, directly onto your website, into your video editing software or for professional broadcasting.Putting animated effects on your website has never been easier.You simply enter the text string, select the effect and text color. Click Update and the screen refreshes to show you the animation. Adding an animated background is equally easy -- simply select the background, color and size from pull-down menus.
Download :mix-fx.com
Saturday, November 1, 2008
Anim-FX Flash banners builder
• Up to 5 lines of animated text.
• Unlimited number of characters
• 72 great templates
• Background and text animations
• User-friendly interface.
• Easy to update
• Sound effects
Friday, October 24, 2008
Custom CSS bullet
list-style-image: url(arrow.gif);
}
this style simply for custom bullet, create arrow.gif
**************************
inline lists:
These examples of horizontal lists and add class="first" to the first LI
#navigation ul {
margin-left: 0;
padding-left: 0;
display: inline;
}
#navigation ul li {
margin-left: 0;
padding: 3px 15px;
border-left: 1px solid #000;
list-style: none;
display: inline;
}
#navigation ul li.first {
margin-left: 0;
border-left: none;
list-style: none;
display: inline;
}
‹div id="navigation">
‹ul>
‹li class="first">Item 1
‹li>Item 2
‹li>Item 3
‹li>Item 4
‹/ul>
Thursday, October 23, 2008
css : Round Corners box
Free online tool that generates CSS styles for rounded create anti-aliased corners that can be applied to any element of your page or blog.The best thing is it does it without using images or javascript.
for more visit: http://www.spiffycorners.com/
Tuesday, October 21, 2008
text box and dropdown box width setting
use the below css to create same width text box and dropdown box:
head part past :
select {width:154px; width/**/:157/**/px; border:1px #135785; height:18px;}
input{ width:154px; border:1px #135785; height:18px;}
*****************************************
and in body part within the form tag L
‹input name="" type="text" ›
‹select name="select" class="search" id="select" ›
there is two width mentioned in css select to solve your browser problem:
Monday, October 20, 2008
Sothink SWF Catcher for IE
Features:
Very easy to use
Plug-in for Internet Explorer
Small size, fast launch
Save multiple Flash files at one time
Sothink SWF Catcher for IE supports Internet Explorer 5.0+. If you are still using an earlier version, please upgrade your IE first. Now supports Internet Explorer 7.0 and Windows Vista !

