|
Suggest me a link to learn Java GUI creation.
Started by rover12 on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Very well written.
It has a very good GUI section where you make a music player .
I'd suggest the official Java Tutorial: http://java.sun.com/docs/books to introduce me to it.
Is a good place for beginners.
|
|
Please suggest me a book on embedded system design which covers
advance design of embedded sofware
design of hardware to build efficient system
I know, its difficult to learn all the things from books still do suggest me some books.
Started by student_pdas on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
I would suggest you have a look at this book,
ARM System-on-Chip Architecture
In embedded system.
|
|
Which one is good:
string sQuery = "SELECT * FROM table";
or
const string sQuery = "SELECT * FROM table";
And why resharper always suggest me to do this?
Started by uzay95 on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Let me know if you want me to go.
Only when you can (mutable data is harder to reason about) .
|
Ask your Facebook Friends
|
Hi,
Could someone please suggest me a tool to create a Domain Model diagram? Some details:
I am running Windows at the moment A tool is free It's not a pencil and a sheet of paper It should be easy to use, i.e. I don't want to spend more than 5 minutes...
Started by Alpha Sisyphus on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
suggest: ArgoUML or EclipseUML ..
|
|
Hello everyone.
Im current implementing the permission like this:
Permission UserPermision User PNAME PID PID UID PVAL UID UNAME
This concept work fine, but at somepoint, we will want to add a Permission grouping like admin, guest, power user, or something...
Started by DucDigital on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Permission PNAME PID User Role UID ROLEID Optional Role....
So perms map n-n to roles, roles map n-n to users .
(if you want to be very fancy give it to either role or userid, but it is nightmare on maintenance as it scales) .
Only give permissions to roles.
|
|
Hi , I have .aspx page . that Have the GridviewChild Within another gridviewParent. My GridviewChild has Columns with some controls.out of which it has Dropdown controls .I want to fill the Data in dropdowns
GridViewParent GridViewChild Columns DropDownControl...
Started by Lalit Dhake on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
To get the selected value of a drop down list u can say something like this:
DropDownList ddl = GridViewParent.GridViewChild.Rows[someRowIndex].Cells[someCellIndex... .
You can use RowDataBound event of the GridViewChild control to fill the drop down lists .
|
|
While discussing with my co-developer, I understood most of the time we spent on thinking about minor and major decisions. And 25% of our mind seems to be occupied with plenty of issues which are not directly related our current coding , while coding/...
Answer Snippets (Read the full thread at stackoverflow):
GTD for years now, and it's helped me to stay focused and keep my brain free to think about other.
|
|
Hello Experts,
I am about to start a new project for the catering institute where following list of modules needs to be covered.
TELEPHONIC INQUIRY PROCEDURE: where user will fill up online form and will be saved in db. Follow up module will be associated...
Started by ANIL MANE on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Sounds like you should be looking into Windows Workflow Foundation
ASP.NET MVC would be your best bet... .
Don't know if this helps, but you might want to look at Sharp Architecture for some ideas / best-practices about the architecture of a .NET solution .
|
|
I've been using NetNewsWire for quite some time, but it's grown a bit long in the tooth. And now there is some weird bug where things are appearing out of order on the desktop. So I'm looking to switch. Please only suggest things that meet all of this...
Started by bpapa on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
It sure surprised me! Second, sync is automatic since the Web enabled me to tame my 260 feeds....
Bear with me, this is the setup I'm using for Mac, Web, and iPhone access and it works really well Reader item counts as a badge icon.
|
|
While debugging the program my breakpoint is not working, so please give me some advice so that it can work properly.
Started by Ankit on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Then again, it might be for any.
Lazily", this caught me out when I first started iPhone developement.
|