Turn Off Autocomplete Form in Internet Explorer

A webmastersucks user ask me “The only problem is that IE will store the MD5 ] password when it “saves” the password. Have you been able to overcome that?”. Solution is really simple, just we can use autocomplete attribute in form tag. It will be close autocomplete in form. It will better in password protected sites.

<form name="form" method="post" autocomplete="off">....</form>

Follow Me at Twitter

I search for twitter follow me icons. I found a web site which is listed 31 logos for this. I hope you’ll enjoy..

http://www.vincentabry.com/31-logos-et-boutons-pour-twitter-2480

FCK Editor is Reloaded: CK Editor

I always use FCK Editor in my php codes, it is really helpful for coding. 10 days ago FCK Editor is reloaded and change its name to CK Editor. There is lots of changing.

New Version of FCK Editor (CK Editor 3.0)

  • Working on Chrome clearly
  • It’s faster and faster
  • Better user interface
  • New javascript API
  • Work with php, asp, asp.net,Coldfusion

Download CK Editor >

Demo CK Editor >

Facebook Acquires Friendfeed

Facebook & FriendFeed

Facebook & FriendFeed

Facebook and FriendFeed share a common vision of giving people tools to share and connect with their friends,” FriendFeed co-founder Bret Taylor said in a release. “We can’t wait to join the team and bring many of the innovations we’ve developed at FriendFeed to Facebook’s 250 million users around the world.”

As an announcement of FriendFeed, they accepted Facebook’s offer. http://blog.friendfeed.com/2009/08/friendfeed-accepts-facebook-friend.html 

TechCrunch, Mashable and cnet wrote this news. Here is the articles.
http://www.techcrunch.com/2009/08/10/facebook-acquires-friendfeed/
http://mashable.com/2009/08/10/facebook-acquires-friendfeed/
http://news.cnet.com/8301-13577_3-10306560-36.html

Website: facebook.com
Location: Palo Alto, California, United States
Founded: February 1, 2004
Funding: $716M
Website: friendfeed.com
Location: Mountain View, California, United States
Acquired: August 10, 2009 by Facebook

What are the differences in HTML 5 and CSS3

HTML 5 and css 3 is come to our life. But what are the differences in HTML 5 and CSS 3. In this article you can find details of HTML 5 and Css 3. We share HTML 5 Canvas Cheat Sheet in our posts.

http://perishablepress.com/press/2009/07/19/power-of-html5-css3/

HTML5 Canvas Cheat Sheet v1.0

Here is canvas cheat sheet of HTML5.

Click For Full Size

Click For Full Size

Multiple-page version:
http://whatwg.org/html5
One-page version:
http://www.whatwg.org/specs/web-apps/current-work/
PDF print versions:
A4: http://www.whatwg.org/specs/web-apps/current-work/html5-a4.pdf
Letter: http://www.whatwg.org/specs/web-apps/current-work/html5-letter.pdf

Web Site Color Schemes

Color SchemeWebmasters basic problem is selecting color. If you select color, design is coming with that color. Here is some color scheme tools and color scheme selectors. You can select one color and you can see other colors which are beatiful with that colour.

Watermark All Uploaded Images in Wordpress

Water MarkI need a code for watermarked all uploaded images in wordpress. I google it, and i find a solution in WP Glamour. You only add this codes and all of your upload images are watermarked. This very easy solution for watermark your images. Because if you try to add watermark with PhotoShop or another image program, it will be so hard for you.

Firstly create a file with name “watermark.php”, after you will add a rule to .htaccess file.

watermark.php


<?
$src = $_GET['src'];

header('Content-type: image/jpeg');

//this will prevent the watermark from showing up in the thumbnail images
if (eregi("150x150", $src)) {
 $watermark = imagecreatefrompng('empty.png');
} else {
 $watermark = imagecreatefrompng('watermark.png');
}
$watermark_width = imagesx($watermark);
$watermark_height = imagesy($watermark);
$image = imagecreatetruecolor($watermark_width, $watermark_height);
if(eregi('.gif',$src)) {
$image = imagecreatefromgif($src);
}
elseif(eregi('.jpeg',$src)||eregi('.jpg',$src)) {
$image = imagecreatefromjpeg($src);
}
elseif(eregi('.png',$src)) {
$image = imagecreatefrompng($src);
}
else {
exit("Your image is not a gif, jpeg or png image. Sorry.");
}
$size = getimagesize($src);
$dest_x = $size[0] - $watermark_width - 0;
$dest_y = $size[1] - $watermark_height - 0;
imagecolortransparent($watermark,imagecolorat($watermark,0,0));
imagecopyresampled($image, $watermark, $dest_x, $dest_y, 0, 0, $watermark_width, $watermark_height, $watermark_width, $watermark_height);

imagejpeg($image, "", 95);
imagedestroy($image);
imagedestroy($watermark);
?>

.htaccess file

RewriteRule ^(.*)wp-content/uploads/(.*) $1watermark.php?src=wp-content/uploads/$2

Download Source Codes >

Full description of script >

Wordpress Watermark Plugin >

Test Your Web Sites in IE8, IE7 IE 6 and IE5.5

IETesterAll webmasters first problem is browser testing. Also Internet Explorer testing is like killing your self. I found this program and it saves my life. IETester is test your sites in Internet Explorer 5.5, 6, 7, 8.

They say about them selves “IETester is a free WebBrowser that allows you to have the rendering and javascript engines of IE8, IE7 IE 6 and IE5.5 on Vista and XP, as well as the installed IE in the same process.”

Download IETester v0.3.3

IE Tester Home Page >

8 PhotoShop Alternative Program Download

paint.netPaint.NET

Paint.NET is free image and photo editing software for computers that run Windows. It features an intuitive and innovative user interface with support for layers, unlimited undo, special effects, and a wide variety of useful and powerful tools. An active and growing online community provides friendly help, tutorials, and plugins.

Download : Paint.Net


gimpGimp

GIMP is a multi-platform photo manipulation tool. GIMP is an acronym for GNU Image Manipulation Program. The GIMP is suitable for a variety of image manipulation tasks, including photo retouching, image composition, and image construction. GIMP has many capabilities. It can be used as a simple paint program, an expert quality photo retouching program, an online batch processing system, a mass production image renderer, an image format converter, etc.

Download : Gimp


irfanviewIrfanView

IrfanView is a very fast, small, compact and innovative FREEWARE (for non-commercial use) graphic viewer for Windows 9x/ME/NT/2000/XP/2003/Vista.

Download: IrfanView


fotografixFotografix

You can use Fotografix for photo editing, adding filter and editing detailed operations. If you want you can easily work with USB Drive. It is very little sized.

Download: Fotografix (309.92K)


splashup-lightSplashup Light

An Adobe AIR Application which is adding creative effect tools. You can manage photos or taking photos with webcam and manage that photo.

Download: Splashup Light


imagei.Mage

Easily design with pixels and it is very fast. i.Mage is a small and fast graphics editor slanted towards quite and easy pixel editing, ala DPaint from the DOS/Amiga days. Instead of being a bloated behemoth with a zillion plugins it starts in under a second and it does a lot of the mundane jobs of image editing quickly and without fuss. The right tool for simple jobs.

Download: i.Mage


freeimageeditorFree Image Editor

Free Image Editor is a bitmap image-editing application that lets you retouch existing photos or create original graphics. Free Image Editor gives you the tools and supplies of a professional graphic design studio. There is TWAIN and support for importing from any scanner.

Download: Free Image Editor


PhotoFiltrePhotoFiltre

This image retouching program allows you to adjust an image and apply filters. Filters allow you to adjust brightness, contrast, dyed, saturation, gamma correction, and also artistic filters include watercolor, pastels, Indian ink, pointillism and puzzle effect.

Download: PhotoFiltre

Oyun