- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 5
- Posts with Upvotes
- 4
- Upvoting Members
- 5
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
26 Posted Topics
Re: 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. | |
Re: 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 … | |
Re: 10000 Maniacs - thats whats running on my headphone right now! | |
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 … | |
Re: 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 … | |
Re: check if you have configured a start page in IE which is slowing down startup | |
Re: 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 … | |
Re: 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 … | |
Re: 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 … | |
![]() | Re: 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. ![]() |
![]() | Re: [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 … ![]() |
Re: 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 … | |
Re: 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] | |
Re: 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. | |
Re: 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. | |
Re: co-tweet an excellent to tool to keep an eye on whos talking about you, and twirhl works clean. | |
Re: 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. | |
Re: 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. | |
Re: Agree with James, all tiles will share the same snake/id. I dont understand what you are trying to achieve with that. | |
Re: 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 … | |
Re: 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 … | |
Re: 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] … | |
Re: 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. | |
Re: 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 … | |
Re: 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. | |
Re: 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 … |
The End.