Forum: Website Reviews Jul 2nd, 2007 |
| Replies: 6 Views: 1,175 |
Forum: Database Design Jun 30th, 2007 |
| Replies: 3 Views: 1,517 |
Forum: Windows NT / 2000 / XP / 2003 Jun 29th, 2007 |
| Replies: 2 Views: 2,507 Re: Installation Problem with Win Server 2003 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: 4 Views: 1,367 |
Forum: Windows Servers and IIS Jun 29th, 2007 |
| Replies: 5 Views: 6,070 |
Forum: Windows Servers and IIS Jun 29th, 2007 |
| Replies: 1 Views: 2,300 Re: Setting up a new website 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,516 |
Forum: IT Professionals' Lounge Jun 29th, 2007 |
| Replies: 3 Views: 1,133 Re: Wanting to build a site. 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: 749 |
Forum: Website Reviews Jun 29th, 2007 |
| Replies: 7 Views: 925 Re: Please review my site 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: 765 Re: outsource2global.com 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,120 Re: atl 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: 6 Views: 1,175 |
Forum: IT Professionals' Lounge Jun 29th, 2007 |
| Replies: 5 Views: 2,892 |
Forum: IT Professionals' Lounge Jun 29th, 2007 |
| Replies: 3 Views: 1,133 |
Forum: MS SQL Jun 29th, 2007 |
| Replies: 1 Views: 2,380 Re: Stored procedure with Dynamic columns? 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: 4 Views: 1,367 |
Forum: Database Design Jun 29th, 2007 |
| Replies: 3 Views: 1,517 Re: Database Table Design 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: 3,361 |
Forum: ASP.NET Jun 29th, 2007 |
| Replies: 9 Views: 1,962 |
Forum: ASP.NET Jun 28th, 2007 |
| Replies: 4 Views: 717 |
Forum: Database Design Jun 27th, 2007 |
| Replies: 16 Views: 3,361 Re: Novice Table Relation Question 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: 1,962 Re: How to pass value from locally to globally 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: 972 Re: need littel advice 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: 3,453 Re: database questions I have 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: 1,701 Re: Another beginner needs advice.. 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: 1,962 Re: How to pass value from locally to globally 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: 717 |
Forum: ASP.NET Jun 26th, 2007 |
| Replies: 9 Views: 1,962 |
Forum: Database Design Jun 26th, 2007 |
| Replies: 16 Views: 3,361 Re: Novice Table Relation Question 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.... |