Showing results 1 to 30 of 30
Search took 0.01 seconds.
Posts Made By: sibir1us
Forum: Website Reviews Jul 2nd, 2007
Replies: 6
Views: 1,175
Posted By sibir1us
Re: GoldWatches.com

This is a very valid point!
Forum: Database Design Jun 30th, 2007
Replies: 3
Views: 1,517
Posted By sibir1us
Re: Database Table Design

Try to understand what "primary-foreign key" relationship is and how to use lookups.
Forum: Windows NT / 2000 / XP / 2003 Jun 29th, 2007
Replies: 2
Views: 2,507
Posted By sibir1us
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
Posted By sibir1us
Re: How to convince my boss that normalisation is best

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,070
Posted By sibir1us
Re: Problem opening / creating Dot net 2003 projects

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: 2,300
Posted By sibir1us
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
Posted By sibir1us
Forum: IT Professionals' Lounge Jun 29th, 2007
Replies: 3
Views: 1,133
Posted By sibir1us
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
Posted By sibir1us
Re: please review mybuny.com

It took a while to load.
Forum: Website Reviews Jun 29th, 2007
Replies: 7
Views: 925
Posted By sibir1us
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
Posted By sibir1us
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
atl
Views: 1,120
Posted By sibir1us
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
Posted By sibir1us
Re: GoldWatches.com

I like it. Good job.
Forum: IT Professionals' Lounge Jun 29th, 2007
Replies: 5
Views: 2,892
Posted By sibir1us
Forum: IT Professionals' Lounge Jun 29th, 2007
Replies: 3
Views: 1,133
Posted By sibir1us
Re: Wanting to build a site.

The question is way too general. What is your final goal?
Forum: MS SQL Jun 29th, 2007
Replies: 1
Views: 2,380
Posted By sibir1us
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
Posted By sibir1us
Re: How to convince my boss that normalisation is best

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 a...
Forum: Database Design Jun 29th, 2007
Replies: 3
Views: 1,517
Posted By sibir1us
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
Posted By sibir1us
Re: Novice Table Relation Question

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: 1,962
Posted By sibir1us
Re: How to pass value from locally to globally

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: 717
Posted By sibir1us
Re: urgent plzzzzzzz

Good luck with customer support with Indian hosting companies!
Forum: Database Design Jun 27th, 2007
Replies: 16
Views: 3,361
Posted By sibir1us
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
Posted By sibir1us
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
Posted By sibir1us
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
Posted By sibir1us
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
Posted By sibir1us
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
Posted By sibir1us
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
Posted By sibir1us
Re: urgent plzzzzzzz

Well, one good solution is netfirms.com
Forum: ASP.NET Jun 26th, 2007
Replies: 9
Views: 1,962
Posted By sibir1us
Re: How to pass value from locally to globally

Hm, how about hidden fields?
Forum: Database Design Jun 26th, 2007
Replies: 16
Views: 3,361
Posted By sibir1us
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....
Showing results 1 to 30 of 30

 
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 12:46 am.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC