Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
5
Posts with Upvotes
4
Upvoting Members
5
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #2K

26 Posted Topics

Member Avatar for isitme

Check your connection settings in Firefox->Tools->Options->Network settings and make sure it is the same in other browsers too. I would also suggest you change your start page to a blank one to speed up browser start.

Member Avatar for Reverend Jim
0
2K
Member Avatar for InsightsDigital

I use skype very frequently, but ZERO is the price I would pay. I use it solely for voip calls (skype 2 skype) and its been great so far. As far as the usefulness is concerned, if you spend most of your waking hours staring at a computer I would …

Member Avatar for audrey110
0
402
Member Avatar for sillyboy
Member Avatar for Helianthus
0
5K
Member Avatar for idcj

We're a tiny firm working on a niche software product for databases. I am looking at ways to increase visibility, I have covers the SEO basics like titles, metatags, long URLs a few inbound links. I also work the online discussions on a couple of forums. My question is what …

Member Avatar for henduo12
0
192
Member Avatar for c_shaft05

I build and test a Java application on different versions of windows, I have not come across any specific Win7 performance issues. But one thing that does matter is administrative rights, check your UAC rules, if your application does some role specific activity it could lead to some pointers to …

Member Avatar for c_shaft05
0
2K
Member Avatar for findppm
Member Avatar for epoon515
0
104
Member Avatar for Latent12

Categorize your tables and objects into entities and relationships. You could start by identifying significant objects like courses, students and rooms. Then fill in attributes like what needs to be captured to uniquely identify instances of each one of them. Then you can look at what links and relationships exist …

Member Avatar for Shadiya
0
119
Member Avatar for Cyber 14

disabling meta refresh could break a few websites, especially download sites which will redirect you to a mirror to download a file. Many mail sites like yahoo sometimes use refresh after the initial login to take you to a less secure page. Make sure all your favorite sites work well …

Member Avatar for idcj
0
103
Member Avatar for SREENIVAS_DANDA

There are many good tools to draw ER diagrams. If you are just drawing a diagram and not interested in generating SQL/DDL you could use any of the myraid drawing tools. I have used Dia (freeware) does a great job, you can even try out visio. If you are looking …

Member Avatar for idcj
0
63
Member Avatar for Illidanek

Nice way to ask a question :) Its called a cursor, and java.awt.Cursor deals with it in graphics mode. I dont know what you intend to do with it.

Member Avatar for Illidanek
0
101
Member Avatar for rajarajan2017

[QUOTE=rajarajan07;1182674]I need a solution, So plz give some technical guidance in this...[/QUOTE] Some of the drivers may not have unloaded properly for a clean shutdown. I dont think your USB or mobile is causing a problem. My suggestion is to disconnect your network/ISP, wait for a few seconds for and …

Member Avatar for rajarajan2017
0
94
Member Avatar for icccapital

There many options if you are looking at buying some tools to achieve that. But if you are comfortable with writing code, PHP is the way to go. For getting your forms functioning, VB should more or less allow you to connect to any data source, be it access or …

Member Avatar for icccapital
0
130
Member Avatar for RSP86

You could use a JNI call and talk to the webcam driver/API provided by vendors. OR If you are lucky to have a TWAIN compatible webcam, you can use JTwain APIs Links: [url]http://www.twainforum.org/[/url] [url]http://www.programmersheaven.com/2/Java-Twain-image-acquisition[/url]

Member Avatar for peter_budo
0
174
Member Avatar for isuruj

If you already have the tables, you can reverse engineer it into a ER diagram using DBVisualizer. I think even netbeans has some plugin just google for it.

Member Avatar for jazz_vill
0
87
Member Avatar for rohnsmith

I used to have spurl and snipshot for a while but now Delicious is all I use, pretty useful and helps me explore related stuff. But I cant think of any bookmark tools, other than the delicious plugin.

Member Avatar for ap09.com
0
132
Member Avatar for Archibald

co-tweet an excellent to tool to keep an eye on whos talking about you, and twirhl works clean.

Member Avatar for ap09.com
0
158
Member Avatar for InsightsDigital

But it looks like a good phone though, social media is bugging me these days, takes too much of my time to hang around on these networks.

Member Avatar for ap09.com
0
143
Member Avatar for StarZ

If you're going to spend some time learning about layoutmanagers. Make sure you put all your efforts into GridBagLayout, its probably the most useful one. All the neat java UIs you see are based on GBL.

Member Avatar for musthafa.aj
0
104
Member Avatar for forsan200

Agree with James, all tiles will share the same snake/id. I dont understand what you are trying to achieve with that.

Member Avatar for JamesCherrill
0
137
Member Avatar for kkcaddy

NetBeans provides a fantastic GUI designer, I dont see any reason why you should plug your own layout managers to get the job done. Unless you are working on a sophisticated dynamic UI (where UI elements are added on the fly) in which case I assume you would know enough …

Member Avatar for stultuske
0
81
Member Avatar for wondergal04

you need to be more specific about what you are looking for, otherwise nobody can help you. If you are talking about building an image viewer, where you select a filename/image and you want some other component to display the image. You should look into JList and JPanel API, attach …

Member Avatar for wondergal04
-2
120
Member Avatar for didi00

If you want to use GUI compents like JMenu you will have to write java swing code for that. Refer the [URL="http://java.sun.com/docs/books/tutorial/uiswing/components/menu.html"]JMenu tutorial[/URL] for a clear example. But if you are looking at a quick way for the user to make a selection and invoke it, try the following: [CODE] …

Member Avatar for didi00
0
189
Member Avatar for JBeginer7891

From what I can guess your resultset might have returned null. Why dont you check while ((rs != null) && (rs.next())) at at PatientReg.loadAccounts(PatientReg.java:69) then check if your errorText itself is initialized properly.

Member Avatar for JBeginer7891
0
187
Member Avatar for chunalt787

Since you mentioned blog, my suggestion would be to 1. Choose your blogging software first, like wordpress or serendipity (free). 2. Depending on the software you choose you will have to install the correct version of database software like mysql. 3. Lastly most of the hosting providers provide some blogging …

Member Avatar for stellamary
0
107
Member Avatar for mnewsome

hmm.. I do download wallpapers from interfacelift.com they have just the images and no executables, Never had issues. But zip files and rar files from other places are always a threat.

Member Avatar for idcj
0
139
Member Avatar for fellafds

There are two answers: 1. If you are comparing two image objects that are created with the exact same colorspace and compression then you can try getting the pixels as arrays and compare pixels. 2. You will have to readup on image processing algorithms to do a content comparision. More …

Member Avatar for idcj
0
93

The End.