Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 9 of 9
Search took 0.14 seconds.
Search: Posts Made By: zergi
Forum: Career, job, and business ideas or advice 02-01-2013, 08:50 AM
Replies: 8
Views: 4,611
Posted By zergi
Well, as a professional web developer I see that...

Well, as a professional web developer I see that the best kind of product I can create is a software product.
But if you have an idea of a physical product people need and you know how to implement...
Forum: MySQL 01-28-2013, 08:26 PM
Replies: 6
Views: 565
Posted By zergi
Thanks :) I'm also glad to join the forum. ...

Thanks :) I'm also glad to join the forum.

What I meant by comfortable is, for example, when you have an html list of rows and you need to build a link to delete the row. It is easier to use a...
Forum: MySQL 01-28-2013, 10:02 AM
Replies: 6
Views: 565
Posted By zergi
Often in real world apps it is more comfortable...

Often in real world apps it is more comfortable to work with a single column id, rather that with multi-column key (adding unique key on these columns).

But from the clear database design point...
Forum: MySQL 01-27-2013, 04:11 PM
Replies: 2
Views: 464
Posted By zergi
It's REGEXP what you are looking for: ... WHERE...

It's REGEXP what you are looking for: ... WHERE prod_desc REGEXP '^[cpa]'
Forum: MySQL 01-27-2013, 04:00 PM
Replies: 6
Views: 565
Posted By zergi
Well, you definitely should not create a new...

Well, you definitely should not create a new table (or more) for each user.

You need 3 tables in general.
First, a table for users, `users`. With columns: id, name ... and whatever else.
Second,...
Forum: Career, job, and business ideas or advice 01-22-2013, 08:42 PM
Replies: 8
Views: 4,611
Posted By zergi
Hi Patrick, Some time ago I've also been...

Hi Patrick,

Some time ago I've also been asking myself with such questions.
And I also was concerned about the problem with content creation, as I was (am) not good at it.
So, what I came up...
Forum: Career, job, and business ideas or advice 01-22-2013, 08:15 PM
Replies: 2
Views: 1,916
Posted By zergi
PHP is a good start, because it's easy to learn. ...

PHP is a good start, because it's easy to learn.
And knowing html/css you can quickly start doing some real website to practice it.
As for IT security, C/C++ would be good, to start learning from...
Forum: Java and JSP 12-02-2012, 02:16 PM
Replies: 1
Views: 638
Posted By zergi
In the cycle use the int type for j instead of...

In the cycle use the int type for j instead of double.



Yes, you may use counter

double getTotal(){
sum = 0;
for ( int i = 0; i < rainfall.length; i++ ) {
sum += rainfall[i];
Forum: MySQL 11-30-2012, 08:45 AM
Replies: 4
Views: 511
Posted By zergi
Put the comma before the CONSTRAINT keyword as it...

Put the comma before the CONSTRAINT keyword as it starts a new part of the CREATE TABLE query.

Also, make sure in

CONSTRAINT FK_Orders_Store

FK_Orders_Store - is unique across the whole...
Showing results 1 to 9 of 9

 
Forum Jump

All times are GMT +1. The time now is 05:54 AM.