Forum: Website Reviews Jul 2nd, 2007 |
| Replies: 7 Views: 1,720 This is a very valid point! |
Forum: Database Design Jun 30th, 2007 |
| Replies: 3 Views: 2,135 Try to understand what "primary-foreign key" relationship is and how to use lookups. |
Forum: Windows NT / 2000 / XP Jun 29th, 2007 |
| Replies: 3 Views: 3,675 Hm, are you trying to install Windows 2003 Server Evaluation version? If yes, then read ahead:
I recently downloaded the same software from Microsoft's site. Make sure to download both images, and... |
Forum: Database Design Jun 29th, 2007 |
| Replies: 10 Views: 2,745 Denis is Absolutely Right. Still, if his method doesn't work, I highly recommend mine. |
Forum: Windows Servers and IIS Jun 29th, 2007 |
| Replies: 5 Views: 6,919 Yes, and also, be carefull when you setup your Directory Security tab on the IIS. |
Forum: Windows Servers and IIS Jun 29th, 2007 |
| Replies: 1 Views: 3,088 You need a static IP address for your site, and then all you need to do is to point your domain to the static ip. |
Forum: Windows Servers and IIS Jun 29th, 2007 |
| Replies: 2 Views: 1,992 |
Forum: IT Professionals' Lounge Jun 29th, 2007 |
| Replies: 3 Views: 1,383 You need to know alot of things: you need to be familiar with the business, you need to know databases and database design, you need to know how to secure information flow over the internet, and you... |
Forum: Website Reviews Jun 29th, 2007 |
| Replies: 3 Views: 1,001 |
Forum: Website Reviews Jun 29th, 2007 |
| Replies: 7 Views: 1,241 It is really disalligned and messy. I took me more than 30 seconds to understand what the website is about. 30 seconds are way beyond the attention span of the average internet user. Think about it. |
Forum: Website Reviews Jun 29th, 2007 |
| Replies: 6 Views: 1,011 Get yourself a javascript to avoid the stupid activation of the flash component in IE. There are pleanty of those on the internet. I am talking about the menu - why should a user have to click to... |
Forum: Website Reviews Jun 29th, 2007 |
| Replies: 10 Views: 1,354 Hm, you have to work on the navigation.
Also, when i go to "Atl in action page" and i click "Next", the menu is jumping from the center of the page to the top. Every time i click the button, the... |
Forum: Website Reviews Jun 29th, 2007 |
| Replies: 7 Views: 1,720 |
Forum: IT Professionals' Lounge Jun 29th, 2007 |
| Replies: 5 Views: 3,833 |
Forum: IT Professionals' Lounge Jun 29th, 2007 |
| Replies: 3 Views: 1,383 The question is way too general. What is your final goal? |
Forum: MS SQL Jun 29th, 2007 |
| Replies: 1 Views: 3,890 There are couple things:
1. Read some article on database normalization and revisit your database model
2. don't use views if you can. Views are in general a bad idea in SQL Server. |
Forum: Database Design Jun 29th, 2007 |
| Replies: 10 Views: 2,745 I dont think explaining will help. You are a smart person, and i may suggest a different solution (it does help, if used the right way):
1. Go to your boss' office and say hello to him.
2. Pick... |
Forum: Database Design Jun 29th, 2007 |
| Replies: 3 Views: 2,135 All you need is actually just 3 tables:
1) table with the customer information (customerID, name, age, etc)
2)Lookup table for the proffessions (professionId, professionName, etc)
3) table for... |
Forum: Database Design Jun 29th, 2007 |
| Replies: 16 Views: 4,153 Denis' solution is good. Do you still have questions or did you find your way through the jungle of database design? :-) |
Forum: ASP.NET Jun 29th, 2007 |
| Replies: 9 Views: 2,428 save and edit is the same thing, no? Why cant you do the appropriate checks on the sql server side? |
Forum: ASP.NET Jun 28th, 2007 |
| Replies: 4 Views: 946 Good luck with customer support with Indian hosting companies! |
Forum: Database Design Jun 27th, 2007 |
| Replies: 16 Views: 4,153 Reading a book or taking a course plays a small role in your way to being a database designer. Touching the problem, getiing your hands "messy" with database modeling is what will make you a good... |
Forum: ASP.NET Jun 27th, 2007 |
| Replies: 9 Views: 2,428 What environment are you using? .NET and C#? Could you straighten your metacode a bit, so i can understand where exactly are you going with it? Give me the whole picture - purpose of the page, and... |
Forum: Database Design Jun 27th, 2007 |
| Replies: 2 Views: 1,235 I am not sure i understand the question. Database modeling is like a playdough - it is a pile of shapeless material untill you decide in which direction to go and how to shape it. In development... |
Forum: Database Design Jun 27th, 2007 |
| Replies: 5 Views: 4,055 Lightninghawk, great answer regarding the databases. Also, I would recommend a great book by Apress: "SQL Server 2000 Fast Answers". It is excellent helper for the developer. |
Forum: Database Design Jun 27th, 2007 |
| Replies: 7 Views: 2,053 Dear ivanfx, dont get me wrong, but any given book you pick up, related to databases on the first page it will state that there are 2 types of databases - relational and flat-file. Relational... |
Forum: ASP.NET Jun 27th, 2007 |
| Replies: 9 Views: 2,428 Hidden fields are not displayed by the browser, there are a number of uses for them. When dealing with forms you will usually find yourself using some sort of database mechanism: MySQL, SQL Server,... |
Forum: ASP.NET Jun 26th, 2007 |
| Replies: 4 Views: 946 Well, one good solution is netfirms.com |
Forum: ASP.NET Jun 26th, 2007 |
| Replies: 9 Views: 2,428 Hm, how about hidden fields? |
Forum: Database Design Jun 26th, 2007 |
| Replies: 16 Views: 4,153 Well, think of it this way: there are several types of relations between objects - one to one, one to many, many to many. Imagine, lets say, i would like to represent a database model for your store.... |