First make a connection class. Add a .cs class in your ASP.Net Web project..... Read More
Archive for the ‘Programming’ Category
Simple Server-Client Application in Java.
Here is the code for making a java class in java so you can connect with the server and client and with this you will be able to send instant msg to server...... Read More
How to invite all your friends on Facebook to your group/page in one Step
The newly redesigned Facebook has led inviting members to an event/group/page to an even more complex process. Why can’t they just make a “select all” button? Initially I got tired of clicking several hundred times on all the pictures to invite people to my event, so I came up with this small piece of Javascript:
Go to your event/group/page, click invite people and then paste this snippet in the URL field of your browser.
Left-click the mouse in the URL field and hit Enter. Your invitations will not be sent yet, but all your friends will be selected. Click the “Invite” or “Send” button on the Facebook page to finally send the invites..... Read More
Java net beans: Progress Bar. Demo
Here i m going to make a progress bar which shows the progress of text box..... Read More
Priority and Daemon threads in Java.
Every thread in Java has a priority . By default , the priority is NORM_PRIORITY or 5. There are three such type of Priorities..... Read More
Multi Threading in Java.
It would be nice if we could perform one action at a time and perform it well, but that is usually difficult to do. The human body performs a great variety of operations in parallel—or, as we will say throughout this chapter, concurrently. Respiration, blood circulation, digestion, thinking and walking, for example, can occur concurrently. All the senses—sight, touch, smell, taste and hearing—can be employed at once. Computers, too, can perform operations concurrently. It is common for personal computers to compile a program, send a file to a printer and receive electronic mail messages over a network concurrently. Only computers that have multiple processors can truly execute operations concurrently. Operating systems on single-processor computers use various techniques to simulate concurrency, but on such computers only a single operation can execute at once..... Read More
Background color picker in java| net beans
After designing.... Read More
Simple Add in Java | Net Beans
How to make a simple calculator in Java(Net Beans) which can add two numbers..... Read More
Reshaping Urdoogle.com
I am reshaping urdoogle.com , you will see some very new and exciting features in our website very soon. we just need your co-opertaion and appreciation. so keep visiting us. thanks.... Read More




