Click to find out more about our Work

Archive for the ‘Web Programming’ Category

June 21st, 2009
can-you-do-this-using-javascript

Can you do this using Javascript ?!

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

2 Comments
April 19th, 2009
tutorial-installing-apache-2-2-11-php-5-3-mysql-5-1-34-phpmyadmin-3-1-4-in-windows-vistaxp

Tutorial : Installing Apache 2.2.11, PHP 5.3, MySQL 5.1.34 & PhpMyAdmin 3.1.4 in Windows Vista/XP

The most recent version of this tutorial has been completely re-written at WebDev Codex.

Learn how to Install PHP 5.3,

To view the latest version, Goto Screencast #1 : Installing Apache 2.2, PHP 5.3, MySQL 5.1 & PHPMyAdmin 3.2 for Windows 7/Vista

If you want to see the screencast of this tutorial, then goto
Screencast #1 : Installing Apache 2.2, PHP 5.3, MySQL 5.1 & PHPMyAdmin 3.2 for Windows 7/Vista

Not everyone would spend money online to buy webspace just so that they can test out how their latest application works, Well… Welcome to Vision Master Designs Blog. This tutorial will teach you to set up a developer environment for PHP/MySQL in your computer in no time.

Index :

567 Comments
March 26th, 2009
a-month-long-ordeal-finally-over-product-optimaprime-result-first-prize

A month long ordeal finally over ! Product = OptimaPrime, Result = First Prize

Ok, so the title doesn`t make much sense huh !? I wasn`t available for an entire month and the reason…. Optima Prime – Enterprise Project Management System. Well,  this is my last year in graduation college and we had to create a project which will stand out, and here it is :)

Logo

So wat is it all about ?

Before I start, we had developed a Chart or Poster to depict what our software is all about. This is the poster, it may be a lil cluttered, but it pretty much explains what our project is all about :)

We won the first prize for our project along with another Project (Rank Retrieval System). But more than prize, I guess for all the hard work put in, we have got what we wanted, Exposure….

poster

What is PMS ?

There are lot of Project Management Systems out there, Project Management Systems (PMS) in general help your company manage projects effeciently and effectively. Optima Prime is one such PMS which does both alongside a host of features :)

Features ?

  1. Works on our Custom MVC based framework “Innovite”
  2. 3 Different types of User Logins viz Project Manager, Team Leader, Team Member
  3. Every Project has an individual “Message Board”(Forum) to communicate with the project members with Attachment Facility
  4. Email Alert System. Whenever any project has been updated or any new message has been added, then an E-Mail is sent across all the users in that project.
  5. Completely AJAX ‘ed so not much page transitions
  6. Dynamic Timeline Charts (Gantt) and Dynamic Pie/Bar Charts
  7. Automatic PDF report generation.
  8. Themes
  9. Install Package
  10. Aimed for an IT Enterprise
  11. Plugin System
  12. Open Source

The basic framework of OptimaPrime.

howitworks

So there are a long list of features, I have just given a few. Anyways, I`ll release the code soon here, till then you can check out the screenshots put up below.

Screenshots

Summary
Project Dashboard after logging in

Project Summary Page with Gantt Chart, Pie Charts etc
Project Summary Page with Gantt Chart, Pie Charts etc

Project Edit Page
Project Edit Page

Well, these are just a few screens, there are more. I`ll upload em as soon as I get up.

Cheers Guys, I am extremely sorry readers for not answering your queries, but I am here now. I`ll try to answer as much as possible.

3 Comments
February 28th, 2009
really-easy-formfield-validation-using-prototypescriptaculous

Really Easy Form/Field Validation using Prototype+Scriptaculous

Hey Guys,

Its been a while since I have started my final year Project called “OptimaPrime- The Enterprise Project Management System”. Most of you must have heard of project management systems. It helps enterprises manage their projects, lets them keep it on schedule, helps them allocate resources etc.
I needed to perform form Validation since I had a lot of forms and it had lot of fields. I googled for good form validation plugins for Prototype + Scriptaculous (Since I have got really used to this cool library) and thats when I found Dexagogo’s Really Easy Field Validation plugin.

No Comments, Why not post one ?
February 23rd, 2009
tutorial-overlay-a-ajax-spinner-in-the-center-of-web-page-using-prototype

Tutorial : Overlay a AJAX Spinner in the center of Web Page using Prototype

This tutorial is specially for beginners who are wondering how to place an AJAX Spinner. Its very simple guys. Just read below to find out.

To those people who have wondered how to show the spinner image + loading message when any ajax request is made and to hide the spinner image + loading message when the request is successfully completed, this tutorial will help you out in achieving it and also teaches you how to show this loading box in the center of the browser screen and grey out the background contents with cool fade effects.

Index :

Pre-Requisites :

A little bit of CSS,HTML knowledge and know-how of Prototype, Scriptaculous.

9 Comments
February 20th, 2009
a-cool-jquery-plugin-php-jquery-image-replacement

A cool jQuery plugin : PHP / jQuery Image Replacement

How many times have you wanted to use a very cool looking font for your website, but have withdrawn the idea because you thought that font won`t display properly in everyones’s system.

Well fear not, I had previously posted a tutorial on how you can use PHP to display those lines of texts which use some odd font, by automatically converting it to an image (Tutorial : Convert Text into transparent PNG Image using PHP), this way, you can easily display text with odd fonts.

Recently I found a very neat plugin which automatically converts any text (with font of your choice) into an image i.e from now on you don`t have to worry about text with different or odd fonts. They`ll be automatically converted into a compatible image via this plugin, And don`t worry about the image tag and all, this plugin manages everything :)

Plugin name : PHP / jQuery Image Replacement
Plugin Home Page/Demo : http://www.xanthir.com/pir/

Usage

The usage was pretty simple.

  1. After unzipping the archive, Open pir.php and First set the fonts folder in the php page.
  2. In your website, include jQuery and then include the jquery.pir.min.js (for production).
  3. $(function() {
    $.pir.options.php="pir.php"; //compulsary to include the php which converts text to image.
    $("h1").pir({font: "yourfont.ttf", wrap: true}); //will enable automatic text warping.
    

    });

Pretty Simple huh ! Enjoy :)

3 Comments
November 23rd, 2008
tutorial-convert-text-into-transparent-png-image-using-php

Tutorial : Convert Text into transparent PNG Image using PHP

This tutorial will help you write text on a background and output as an image using the power of PHP. This is useful during those scenarios when you want to display text using a particular font (which isn`t web friendly i.e the text won`t be displayed with the same font in other’s computer). I have used this technique to display the number of RSS subscribers (top-right). So its pretty simple and very basic.

Click Here for a Demo.

Transparent PNG text

25 Comments
November 18th, 2008
tutorial-display-no-of-rss-readers-using-feedburner-api-and-php-curl

Tutorial : Display no.of RSS Readers using Feedburner API and PHP (curl)

Most of you who have blogs/website might be aware of FeedBurner. Its a service which provides custom RSS Management tools like Analysing Web-Traffic, the number of readers subscribed to you blog etc. I too use Feedburner to help me keep track of my feeds and its readers. Although I love their service, I always found the FeedBurner Chicklet (It displays the number of readers subscribed to your RSS) to be a constraint, it isn`t that flexible i.e We can modify the color of the chicklet but not the chicklet it self. So I decided to create my own Chicklet to help me display the number of readers subscribed to my blog. (Although the number isn`t that big :P )

6 Comments
November 13th, 2008
tutorial-collapsible-menus-using-jquery

Tutorial : Collapsible Menus using jQuery

jQuery has surely made my life easier. I have been trying out both Prototype & jQuery for a couple of days now and for some reason, I find jQuery a lil easier compared to Prototype Javascript Library. Although Prototype is a much powerful library (according to me), jQuery is just too simple ;) . Anyways I will show you a simple effect which you already must have seen in many places.

Demo : The Category section in the sidebar in this site.

EDIT : Added Collapse All, Expand All Code as well

13 Comments
October 26th, 2008

Tutorial : Auto Completer using Prototype, Script.aculo.us

How many of you have always dreamt of creating an Auto Suggest Box. I bet everyone must have seen one of these somewhere or the other. if you use Gmail to send mails, you might recall that while typing the To address, Gmail shows a probable list of users from your address book. Nowadays most of the modern browsers also have this Auto Suggest control built in them, i.e when the user begins to type in a text box, a menu appears below the text offering completion suggestions.

Today I am going to teach you how to create an Auto Suggest Box using Prototype, Script.aculo.us. The script.aculo.us auto suggest box (autocompleter) replicates this control, but gives the developer control of the probable suggestions.

Index

Demo & Source Download

Type out the name of the states of U.S.A.
Local Auto Suggest Box Demo : Click Here
Remote Auto Suggest Box Demo : Click Here

Download Source Here

11 Comments