Monday, 1 December 2014

Sunday, 23 November 2014

Thursday, 20 November 2014

Sunday, 16 November 2014

Saturday, 15 November 2014

Saturday, 8 November 2014

Tuesday, 26 August 2014

Easy way to Create Abstract Pictures in Photoshop

There are many easy ways to create beautiful Abstract pictures in Photoshop. One of the way which uses only eraser as tool is described in this post. 1. Create a new document. 2. Create a new Layer and Fill it with any color (Use attractive colors). 3. Select a big hard round eraser possibly...

Sunday, 24 August 2014

ToWords Javascript File - Convert numbers to Words

This is a JavaScript file to convert numbers into words.If you need to convert any number such as 251 into Two Hundred Fifty One this file might help you. It can convert numbers from 0 to 999999999999999 which reads 'nine hundred ninety nine trillion nine hundred ninety nine billion nine hundred...

Sunday, 20 April 2014

AA Menu Maker script

Script file to generate dropdown menus,popups,onclick menus and much more with just simple codes.. Download Link to your Webpage by pasting the below code: <script src="https://googledrive.com/host/0B9LZUJ9ROeSrcmRvXzhWaFVRN2M"><script> View Demo  Language file for...

Friday, 11 April 2014

Tuesday, 25 March 2014

AAMath-Function file (Updated)

It is a javascript file that can be linked to your html webpages to include some of the functions to save time generating such functions. The functions included are: fact()-factorial ncr()-combination. npr()-permutation. sumToA()-sum to n terms of an Arithmetic Progression. sumToG()-sum to...

Saturday, 22 March 2014

Wednesday, 19 March 2014

Monday, 17 March 2014

Saturday, 15 March 2014

Thursday, 13 March 2014

Wednesday, 5 March 2014

HTML5 Clock-3 [Code]

Creating a simple html clock using html, css and javascript <html> <head> <style> ... </style> </head> <body onload="runclock()"> <div class="cbg"></div> <div id="clock" class="clock"></div> <div id="min" class="min"></div> <div...

Sunday, 2 March 2014

Javascript Code- Magic Square Generator

HTML code to generate an odd-Magic Square: Magic Square is an arrangement of consecutive numbers such that the sum of elements of each column each row and along the diagonals are the same. An odd sized magic square can be generated by using javascript HTML part is: <html> <head> <title>MAgic...