When you want to convert your real photo into cartoon, the features in Photoshop can give you the effect you are looking for. The tools are especially handy for image conversion, and this tutorial will show you how. Tutorial Link 1 Tutorial Link 2
Simple script that validates email address using javascript. This is very much useful for login and contact forms which can validate the email address that are entered by the users. Grab the javascript function that is used for validation from below. Here the btnAdd is the ID of the submit button. The above script says if the entered email address [...]
We are glad to introduce Photoshop based tutorials first time in Mistonline.in,These are part 1 turorials for photoshop.More coming soon. Photo- and Picture Editing and Processing MP3 Player Design In this tutorial you will learn how to design a product in Photoshop. The product is a RCA Lyra X3030 portable media player. Although the chances are, you are thinking "why [...]
We have lot of script to vibrate a login form using jquery. This is just another one. It has some jquery, CSS and basic HTML. Thanks to Andreas Lagerkvist for his excellent vibrating function. First load the jquery module. Then we have to add the main functions that helps in vibrating/buzzing the form. Here i have set some values of [...]
Jquery is a boon to web developers, we have all the functions built in and just need to call them when required.Here we are going to have a div area slideshow using jquery, we have buttons to control the slide. For that first and foremost we require the jquery library to get loaded. After that we have some javascript that [...]
It is really difficult to find this kind of tutorial in the web which will help a developer to copy all the data from a date column of type VARCHAR to a new column of type DATE in mysql without having too much complex modification on your base code. Some times it happens when a developer wants to change his [...]
There are fields in a form where we need only numbers to be entered by our users, for example fields like pincode, phone numbers, mobile numbers etc., Here is a small function to accomplish this task. Here is the input field in HTML Explanation, the function will check whether the entered key code is greater than 31 and between 48 [...]
This is just a simple div slide in and out animation that can be incorporated in to any website. This can be used whenever the website designer/developer needs their web users attention to be redirected to that particular content atleast for a second. Really useful if we need our sponser listing to be displayed in an animated way.Here my script [...]
Simple and effective script to build a tag cloud for your website. Here we use PHP, Ajax and MYSQL. Tagging is now becoming an unavoidable area in website building and if you have a built in code like the one you are about to see, then it will be easy for a developer to integrate it or even customize it [...]
Script to change webpage color from the server side are widely available, Even in this website we have 3 different versions of changing webpage background. One using PHP Change background color using php for a webpage Other two using javascript A single link that cycles through several webpage background color using javascript Change webpage background color using javascript But this [...]