content top

Vaccine scheduler – Reminder via sms

In current scenario of life, communication plays a very important role in moving life ahead. Emailing is a way to communicate. Internet is not in so common practice in rural areas, So for building strong vaccine scheduler i did modification in notification system of Vaccine Scheduler by integrating sms gateway system with existing email notification system. With this integration doctors will be able to send the notification via sms also.
SMS integration enhances the power of communication in Vaccine Scheduler‘s notification System. Main motive of integrating the sms functionality with vaccine scheduler is to provide a way to send notification to parents of rural areas where internet facility is not common.

Thanks

Read More

Ezee-shop.com Refer a friend Program

Ezee-shop.com – Refer a friend Program

Are you telling other people about Ezee-shop?

If so, we’d like to give you a big thank you. With our Refer-A-Friend program, you’ll get 2% of the total amount of each one of your referral’s orders on Ezee-shop for an entire year.

Here is How it Works:

1. You need to login to your ezee-shop.com account.
2. Spread the news about Ezee-shop, using the tools and unique referral link we given you on Refer a friend page.
3. Each time someone new uses your referral link and signs up, we’ll track their purchases for an entire year, and give you 2% of those sales

Ezee Shop

Promote your Page too

Read More

Centering a swing window on screen

Centering a swing window on screen.
In swing or AWT, if you initialize a frame or window by default its position start from the top left corner of screen. Some time it looks odd as we are intended to see the window/frame at center of screen.
To make a window centered, we all need to set the location of window to center with respect to screen size.
There are following steps to make a window centered.
1. Get the screen size
2. Set the window/frame location by calculating it with screen size and frame size.

See the following example.
centerOnScreen Method provide the functionality to make a window centered.

import java.awt.BorderLayout;
import java.awt.Dimension;
import java.awt.Toolkit;
import java.awt.Window;
import javax.swing.JFrame;
import javax.swing.JLabel;
/**
*
* @author vipin
*/
public class CenteredFrameExample {
JFrame frame;
JLabel label;
public CenteredFrameExample() {
frame = new JFrame("Centered JFrame.");
label = new JLabel();
frame.setSize(250, 150);
frame.setPreferredSize(new Dimension(250, 150));
frame.getContentPane().add(BorderLayout.CENTER, label);
centerOnScreen(frame);
frame.setVisible(true);
frame.pack();
}
public static void main(String args[]) {
CenteredFrameExample centeredFrame = new CenteredFrameExample();
String text = "<html><divstyle='font-weight:bold;color:green;padding:5px;'>This is the centered frame...</div></html>";
centeredFrame.label.setText(text);
}
/**
* Centers a window on screen.
* <p>
* @param w The window to center.
*/
public void centerOnScreen(Window w) {
Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
w.setLocation(screenSize.width / 2 - (w.getWidth() / 2),
screenSize.height / 2 - (w.getHeight() / 2));
}
}

That’s all…
Vipin Kumar Rajput

Create your badge

Read More

Task scheduling in java – recurring tasks and one time occurring tasks

In this blog we will learn how to schedule a timer task to run at certain time. Java provides a facility to schedule tasks as per requirement.
java.util.TimerTask instance provides a task that can be scheduled to run one time or after scheduled periodic time. We can define actions to be performed by this timer task instance. We all need to override the run method of TimerTask class.
java.util.Timer Class provides the facility to schedule a timer task to occur in future in a separate background thread. Timer.schedule() method provides the functions to performed a task for one time or a periodic time interval. You can specify the initial delay.

Examples:
Scheduling a onetime occurring and a recurring task
MyTask.java

import java.util.Timer;
import java.util.TimerTask;
public class MyTask extends TimerTask {
// override the run method to perform a scheduled task action.
public void run() {
System.out.println(“Running  a task.”);
}
}

MyTaskScheduler.java

import java.util.*;
public class MyTaskScheduler {
public static void main(String[] args) {
MyTask task = new MyTask();
Timer timer = new Timer();
// one time occurring task with specified 2 second initial delay and after every 1 second period.
timer.schedule (task,  2000,  1000);
// Schedule a task to run after every 1 second (1000 millisecond) – recurring task
timer.schedule( task,  1000);
}
}

We can also use Timer class’ method scheduleAtFixedRate() for recurring task.

Read More

ezee-shop.com – Order anytime, any qunatitiy from anywhere

Kitchen stuff like Rice, Pulses(Daal), Masale & Bathroom stuff like bathing soap, toothpaste etc are not items consumers typically buy online. Grocery stores are not providing online shopping facility in which you can just shop from anywhere. You just have to go to mall, shop etc to purchase the daily use items. But time is changing now a new e-commerce site aims to change all that, however, by providing free shipping, streamlined reordering and a platform that allows consumers and manufacturers to connect. Vigour coustnacy services has just launched into website for purchasing your daily household items without going anyhwhere. Ezee-shop devised a new shopping system which will redefine shopping culture in India and make it more enjoyable, cost-effective, and convenient. Ezee-shop offers more than 1,000 unique products from hundreds of different manufacturers. Its prices are 10 percent to 25 percent lower than those at other stores, shops & shipping is always free. Ezee-shop is the Gen-next shopping module which helps you to shop at just one click. It offers you new experience of shopping of your daily usage products and domestic household products. Our main aim is to provide you the best available product and world-class service to make your shopping at its absolute best.

Tired of getting home after a long day of work & now you have to go to outside again for home shopping

Ezee-shop allows you to enjoy your relaxation time without rushing off to the store. On Ezee-shop, you can order items such as rice, daal, atta, masale, laundry detergent, toothpaste, toilet paper, foil, shampoo, deodorant, and cleaning items to be delivered to your door free of charge. Ezee-shop allows you to buy direct from manufacturers in most cases, eliminating the retailer markups you would find at a grocery store and allowing you to save money

Ezee Shop

Promote your Page too

Read More

India’s first 24×7 unique e-shop

Shopping anytime, from anywhere and for anyone

One question always keeps hunting us, why to live in the era of 19th century when 20th century is on the way. Everything has changed or keeps changing but the thing which still reminds us the old century is the way we do shopping. Yes, the only little thing changed is shopping place. We have started shopping from Mall instead of Kirana stores but the shopping style has been the same and orthodox. We do shopping in Mall which takes 2-3 hrs and end-up with tiring body, unsatisfied soul and incomplete shopping which normally gets completed by nearest Kirana stores later on.

Indian retail market has been growing exponentially for last 10 years. We have seen the birth of Retail chains and some sophisticated stores which do wonder to spice-up your shopping experience. But, despite putting all best effort and methods, Indian consumers are still unsatisfied or the gap between manufacturer and consumer are still wide open.

Indian consumers especially in case of domestic household things or ‘rooj marra ka saaman’ are victim of never getting value for money. They always end-up as an unsatisfied buyer or atleast feeling of being cheated at the end of each shopping or negotiation.

Vigour Consultancy Services has come-up with one of the most innovative platform to make the shopping excited, hassle-free, entertaining and most important an effort to make a win-win situation for both manufacturer and consumer.

VCS has done extensive research work and consultancy with experts to make the most powerful shopping web-site called www.ezee-shop.com. This web-site is really an art-work which powered the consumer to buy what he wants and what he wants to pay.

Some of the features include power of round the clock shopping whether it is 12:00 am or 12:00 pm. You need not to wait for shop to get open or stand-up in queue to get entry into the shop or long waiting for your turn to pay bill and then check-out.

Ezee-shop.com powered you to shop from anywhere. You need not go to shop for shopping but the shop itself travels along with you. You can shop from any place like home, office, car, bus, train or place where you can open web-site called ezee-shop.com

Another interesting feature includes power of shopping for your self or for anyone else. You can shop for your family while sitting in some other city or for your friends or relatives.

The best thing about www.ezee-shop.com is that all facilities and services come absolutely free whether it is hand-on delivery or product consultancy with our experts.

The main motive of ezee-shop.com is to ensure each and every coin return a value for money by providing multiple brands and unlimited product range. You are just one click away from amazing shopping world called www.ezee-shop.com and experience the difference.

Wishing you a happy and exciting shopping ahead.
Team www.ezee-shop.com

Ezee Shop

Promote your Page too

Read More
Page 1 of 212
content top