Convert Image In To Text Using PHP Script
Ever wanted to create those text made roses and heart shapes that you see in Facebook and Myspace? You might be wondering how they create such. However there are some websites that does the job, you may still be curios to do it by yourself. They convert your image file in to a text which exactly renders as an image. If you are still unclear what I am talking about then see how this JPEG image is manipulated to text. Read more
CSS Mouse Hover Tips To Beautify Your Web Templates
August 6, 2010 by Suraj Kayastha
Filed under Articles, Programming, css
Beautiful web template is what everyone expects to have in their site. Moreover making it is much more challenging. Previously websites were designed in tabled form. Later the tabled forms were replaced by Cascading Style Sheets (CSS). Read more
Hacking CSS For Rounded Colors In All Browsers No Images And No Javascript
August 3, 2010 by Suraj Kayastha
Filed under Articles, css
There are lots of tricks to get rounded/curved corners for our CSS websites. For example, you may want rounded corner for a box. You may easily think of using images and aligning it top left, top right, bottom left and bottom right. It sounds easy, but is way too complicated as we’ll need to create large number of blank divisions. Also another minus point can be, it is little bit harder to crop the exact pixel of the corner. Consequently, we’ll have something irregular display of corners and the plain line. Read more
Create A Dynamic Digital Clock Using JavaScript And Images
July 22, 2010 by Suraj Kayastha
Filed under Articles, Javascript, Programming
We’ve already published similar article before about creating JavaScript Date header for blog and websites. This tutorial is especially for web developers who are just learning web developing technology. In this tutorial, I am teaching you how to set up a dynamic clock in your website or blog by using a JavaScript with image digits. Read more
Opening Two Or Multiple Pages From One Hyperlink
July 19, 2010 by Ivan
Filed under Articles, Html, Programming
Once in ever you may think that is it possible to open one or more pages from just a single click? And if you have only basic knowledge on HTML and web programming you may get confused right here. Opening more than multiple pages from just a single click might be very useful especially when you want to show two different information pages about a link. Read more
Javascript Injection |A Closer Look
July 15, 2010 by Ivan
Filed under Articles, Javascript, Programming
If you are directly linked to here then you might probably have missed my previous tutorial about the basics of javascript injection. If you have already read my previous post then let’s summarize what I tutored you last time.
I introduced you with javascript injection from how should it begin and it’s basic rules. I also demonstrated some of the basic things you can do with javascript injection in address bar. Now today in this tutorial, I’ll guide you through the window where you’ll get more closer vision in javascript injection and it’s prevailing uses. OK, now let’s begin with the tutorial. Read more
Basic Tutorial About Javascript Injection
July 14, 2010 by Ivan
Filed under Articles, Javascript, Programming
Javascript injection allows you to change websites behavior without refreshing or leaving it. It provides on spot interaction with the source code of website from browser window. Javascript script might come really handy when you are hacking basic websites. Javascript injection allows you to alter the form values before sending it to server. Read more
How To Create Your First Python Program
Wanna learn how to create your first python program , but don’t know where to start. This is beginner, step by step tutorial with images that will help you trough process. Read more
Learn To Create Your Own PHP Page Hit Counter
June 29, 2010 by Suraj Kayastha
Filed under Articles, PHP, Programming
Today, I will show you how you can use php’s file handling functions to create a web site page visit counter.
The script that we are going to create will open a file when called and read the value of the file then increment the value by one and then write that value to the file. We’re going to put the actual code inside a function so that way you can call the script on your page with only one line of code. Read more
Hide And Secure Your Folder Using Batch Script
June 15, 2010 by Ivan
Filed under Articles, Batch Scripting, Programming
Batch script helps to combine the DOS commands and execute it in complex and well arranged mode. Any command that can be executed or typed in DOS(Command prompt) window can be executed and programmed using batch script. In today’s post I am going to utilize the loophole of windows. Read more




