October 30th, 2009
Hello Guys,
I had been very busy with Buildpress, an easy theme builder for WordPress and finally Google Summer of Code 2009 came to an end. I am really gonna miss it, hope it`ll come back soon next year. I`d like to personally thank my mentor Mr. Andrew Ozz (lead developer from WordPress and Jane Wells from WordPress) to make this project a success. But this post ain`t about em, its bout the all new MyADManager Online.
I personally request my readers to join in this beta launch successfully test this application out. It`ll be making up for many things that lacked in My AD Manager plugin for WordPress. Join the beta @ http://www.myadmanageronline.com
Follow My AD Manager on Twitter -> @myadmanager
Become a Fan via Facebook
About My AD Manager Online :
My AD Manager Online is a web application to help publishers and advertisers get close to other and interact in a very healthy and safe platform which benefits both the parties.
My AD Manager Online has also a unique feature, which other ad management networks lack, Social Networking, in house AD Creative Editor, Home ADs !. My AD Manager Online is a Social AD Management Platform.
Publisher Features :
- Full automation. Monetize your website/blog in 3 easy steps, viz, Register @ my ad manager online -> add your website and add your AD regions/zones -> Insert small javascript code in the respective regions on your website !
- Home Ads !!!! You can run your own Ads on your adspace
- 85% payout to publishers
- Cashout to Paypal
- AD Space is sold for a time period of 30 days from the date of purchase by an advertiser. Currently USD is accepted.
- Can review AD which is being aired. If you find it offensive, you can report to us and we`ll take the necessary action.
- You like a advertiser, follow him/her, you can even send, personal message to him/her.
Advertiser Features :
- Full automation. Buy an AD-Space, Create or select an AD creative to go with the AD-Space and assign it. *Remember, you can assign a new ad-creative to the purchased AD-Space, not necessary to run the same ad-creative for 30 days*
- See how your AD is doing, how many clicks is it getting ? through our real-time AD manager graph.
- As of now, there is no limit to the number of AD-Creatives you can create.
- My AD Manager Online provides an account where you can deposit funds and use the account funds to make purchases.
- You like a publisher, follow him/her, you can even send, personal message to him/her.
All the ADs will be hosted on Amazon’s S3, so data availability and reliability is guaranteed.
My AD Manager Online Dashboard

My Dashboard
Adding AD Creative

Adding AD Creative
July 9th, 2009
Hello Everyone,
Just so if you are wondering where the hell is the admin… I was working on a new project. I would like to introduce Webdevcodex.com (Web Dev Codex).
Web Development Codex as the name suggests will feature articles on web development, Design tips, CSS, XHTML, AJAX etc. Mashups on PHP/MySQL, Ruby on Rails, full fledged applications which can be used in for web development.
In a nutshell, Web Dev Codex will be having all my web development articles transferred from this site. The site will also be publishing screencasts on various topics.
Thanks to all my readers for thier support. Soon in the coming days, most of the articles from here will be shifted to the new site (updated articles).
Don`t forget to check out Web Dev Codex
June 21st, 2009
Ok, I was googling for some information when I stumbled upon something called as “Chrome Experiments“. I don`t know whether most of you must have seen this site, but it is unbelievable that most of the experiments posted here have been created using javascript !
One of my favourites here is the Depth of Field example. Screenies below


This just shows how the javascript engines have evolved over the years. Earlier flash used to be every developer/designers dream to create super interactive websites, it is still great for creating RIAs but nowadays Javascript has evolved soo much, it can do most of the stuff which Flash could do.
This site is a real inspiration to those who want to learn more about javascript. Enjoy
June 12th, 2009
The portfolio doesn`t display well in IE 6 as of yet (still working). Do view it in Firefox or IE7+.
Hello Everyone,
I have been working on a portfolio look from the past 2 days and finally finished with the design and layout
. As you might have noticed, there is a lil change here at the blog too.

This is the portfolio of Vision Master Designs. Do check it out
Check out the portfolio Here
I would really appreciate, if you guys can gave an opinion on whether the main page of the site should either be the blog or the portfolio page. There is a poll on the right, don`t forget to vote
June 9th, 2009

So, a third update to theĀ iPhone called iPhone 3G [S] where s = speed, as if iPhone wasn`t fast enough. Either ways, its coming out June 19th and people are more excited than ever … Why ? here are some reasons to cheer on
May 31st, 2009
As you all know, I`ll be developing a Theme Scratchpad for WordPress thanks to Google Summer of Code 2009. Just to let you guys know, how the coding is coming along, I have posted an update about the Project Progress.
May 31st, 2009
After a month, finally my exams have ended. I had 4 papers, and frankly, they all didn`t go that great. My last exam Data Warehouse and Mining sucked the most ! :@ Anyways, so finally I am a Bacholer of Engineering
– woohoo !
I got 6 months left before I join a company to work (don`t want to though), till then I am planning to take Vision Master Designs to bigger heights ! The company has a steady client base and hopefully, if I complete my Google Summer of Code Challenge successfully, it`ll give the company a big boost. If this happens, VMD will be a full time Web Consultant/Design/Developing Company
!
So whats in it for you guys ? A lot of articles ! I have already began work on “Theme Scratchpad” for WordPress. Its a theme builder. I am currently engaged in developing a UI. It is powered by jQuery
. I`ll be writing my experiences along with tutorials about jQuery, ofcourse I am learning from the best, Javascript Almighty Mr. Andrew Ozz who was the lead Developer for the entire Administration Interface you see in WordPress.
Along with “Theme Scratchpad”, MyADManager 1.0 is coming. Its got better host features and will be releasing soon.
Stay tuned…
BTW thanks to discoveryeducation.com and tufts.edu for the images
April 29th, 2009
So finally you have realized the need for Version Control System. SVN is one of the best Version Control Systems available right now. You want to version control your project but lack the moolah, then the following post will help you choose a free SVN host. There are many available, just one search with “Free SVN Hosting” in google will yield a lot of results. But how would you know which one to choose ? There are a lot of hosts each with unique features, but every one has thier own taste. So here is a compilation of the 3 best free SVN host according to me.
April 28th, 2009
Imagine…you are working on a software project, there are loads of files and you are constantly making changes to it. Suppose, because of some modifiction the program stops responding or not working the way it should and its almost impossible for you to find the “needle” (error) from the haystack, what would you do ?!
Well I had numerous experiences such as this. After a lot of research I found out about CVS and SVN, GIT. These are methods to keep a version of your software from the time it is concieved, monitering every small change and till the time is done. The best part, if anything goes wrong, you can always revert back to the previous version.
This post is a small compilation of different versioning systems. I won`t be talking about CVS since it is kinda outdated and in the open-source community GIT or SVN is preferred.