Create Account
Sign In

Welcome on Webestools

Welcome on Webestools,

Our Goal

Our goal is to help you to improve your websites by offering you free online tools, generators, services, scripts, tutorials, a forum...

Our Tools

We offer various tools and services for webmasters like: Animated Banners Maker, Web 2.0 Title Generator (Logo), Button Maker, Free Flv Player in flash (video player), Menu Generators, Flash Mp3 Player Generator, Signature Maker (for forums) online...
We also offer you services that you can install in your website like: News System, GuestBook, AJAX Tchat, Comments Module...
In Webestools, you can also find Scripts and Tutorials in various areas: PHP/MYSQL, Javascript, Photoshop Tutorials, Flash Tutorials, (X)html/CSS and Operating Systems.
Webestools has also a Web Designs part, which you can find Web Sites Templates/Designs, phpBB Templates/Styles...
Finally, if you need help on some webmastering problems, you can use the Forum to get a help.
And all of those services are 100% free.


Scripts / Tutorials Forum Messages
Simple PHP Forum Script - php forum easy simple script code download free php forum mysql Simple PHP Forum Script - php forum easy simple script code download free php forum mysql By ybouane
The 06/12/2014 at 23:16:22
Rating: 3.9/5
Keywords: php forum simple script source code forum easy script download php mysql free forum discussion topics messages reply free forum php script html css forum online website free download code data base mysql forum small simple easy begginers personnal messages internal users platform designs templates answer ask question online free forum download php mysql javascript css html simple php forum script
[Tutorial] Create, Export and Import Brushes on Photoshop [Tutorial] Create, Export and Import Brushes on Photoshop By ybouane
The 14/07/2011 at 16:23:18
Rating: 4.7/5
Keywords: tutorial photoshop begginner brushes brush create how to export import .abr files brushes manager presets
[Tutorial] Perspective with a reflect and a Shadow in Photoshop [Tutorial] Perspective with a reflect and a Shadow in Photoshop By ybouane
The 13/07/2011 at 23:28:31
Rating: 4/5
Keywords: perspective reflect shadow photoshop tutorial 3D effect perspective free transform shadow blur reflection torsion
[Tutorial] Reproduce Google's Logo in Photoshop [Tutorial] Reproduce Google's Logo in Photoshop By ybouane
The 13/07/2011 at 23:26:04
Rating: 4/5
Keywords: google logo photoshop tutorial catull book antiqua google logo image reproduce colors
[Tutorial] Reproduce the Photoshop CS4 Logo [Tutorial] Reproduce the Photoshop CS4 Logo By ybouane
The 13/07/2011 at 23:26:34
Rating: 4/5
Keywords: photoshop tutorial logo reproduce blue cs4 image icon of photoshop tutorial blending options
[Tutorial]Fusion between 2 images with layers masks (Photoshop) [Tutorial]Fusion between 2 images with layers masks (Photoshop) By ybouane
The 13/07/2011 at 23:27:00
Rating: 4.5/5
Keywords: fusion fade transparency two images tutorial photoshop mask layer photoshop fusion images fade effect
[Tutorial] Black and White image in Photoshop from a colored image [Tutorial] Black and White image in Photoshop from a colored image By ybouane
The 11/07/2011 at 20:20:53
Rating: 4/5
Keywords: black white image colors coloration transform effect old tip photoshop tutorial colorisation ajustments image black white
[Tutorial]Create a web 2.0 Logo with photoshop (Web 2.0 Title) [Tutorial]Create a web 2.0 Logo with photoshop (Web 2.0 Title) By ybouane
The 11/07/2011 at 19:04:41
Rating: 4/5
Keywords: web 2.0 title logo photoshop tutorial style web 2.0 modern nice logo easy tutorial web design

Pages: 54321

New tool: Anti-Spam Email Generator

News written the 29/06/2015 at 08:06:41 by ybouane
Hi everyone,
Today, a new tool was added to Webestools, the Anti-Spam Email Generator (Protection)
This tool let you display you email address on your website by copying a javascript code that hides the email from bot that intend to SPAM you. This protection is necessary since you must protect your email from being used in SPAM networks.
To star using this tool, simply follow this link:
Anti-Spam Email Generator (Protection)

Thank you and we hope you will find this tool useful :)

New Tool: Whois Lookup of a Domain Name

News written the 23/05/2015 at 19:31:54 by ybouane
Hi everyone,
Today a new tool have been added to Webestools, the Whois Lookup of a Domain Name.
This tool let you retrieve contact information of a domain name (thus a website). The tool works with all major domain name extensions (.com .net .org .us .co.uk...) You can use it to find who is the owner of a website:
Whois Lookup of a Domain Name

Thank you and we hope this tool will be useful to you :) !

New tool: CSS Code Compressor

News written the 23/05/2015 at 07:09:12 by ybouane
Hi everyone,
Following the Javascript Code Compressor, today we added a new tool, the CSS Code Compressor.
This tool let you reduce the size of your CSS stylesheet and make your website load faster. The tool removes unnecessary characters and optimizes the CSS code to minimize it size without changing the final result.

By taking an example code (168 Bytes):
/* Uncompressed CSS Code*/
div
{
color: rgb(0, 0, 0);/* Useless comment */
font-weight: 800 ;
}

p
{
color: #ff0000;
background: url("mypicture.png");
}

You can get a significantly smaller CSS code (75 Bytes):
div{color:#000;font-weight:800}p{color:red;background:url("mypicture.png")}

You can start using the tool now:
CSS Code Compressor (Minifier)

Thank you and we hope this tool will be useful :) !

New tool: Javascript Code Compressor

News written the 22/05/2015 at 04:04:41 by ybouane
Hi everyone,
Today we added a new tool to Webestools: The Javascript Code Compressor (Minifier)
This tool let you compress javascript codes making them smaller in size. This can help make you web pages load significantly faster.


By taking an example code (287 Bytes):
// Useless comment
function do_something(myvar)
{
if (myvar=="hello") {
alert("Hello!");
} else {
alert("World!"); // another comment
}
}
if (25+14 > 3) {
do_something("hello");
do_something("humans");
} else {
do_something("impossible");
}

You can get a much smaller code (114 Bytes):
function do_something(a){"hello"==a?alert("Hello!"):alert("World!")}do_something("hello");do_something("humans"); You can start using our Javascript Code Compressor now:
Javascript Code Compressor (Minifier)

We hope this tool will be helpful!

Webestools is now mobile-friendly

News written the 22/04/2015 at 22:39:27 by ybouane
Hi everyone,
We are happy to announce to you that Webestools is now mobile-friendly. You can now access our tools on your smartphones with a lot of ease. Our webdesign is now responsive which means that it adapts automatically to your screen size.

More updates are coming soon!
Pages: 54321