Code Newbie
News     Forums     Search     Members     Sign Up    

My Code Newbie
Username

Password

Articles/Snippets
ASP Classic
ASP.NET
C
C#
C++
HTML / CSS
Java
Javascript
Linux / BSD
Perl
PHP
Python
Ruby
SQL
VB 6
VB.NET

C.N. Friends
  Planet Rome

Link to Us!
Code Newbie
  Code Newbie
    forums
Old 01-27-2005, 07:01 PM   #1 (permalink)
Leyland
Registered User
 
Join Date: Jan 2005
Posts: 5
Leyland is on a distinguished road
Question Is Delphi dead?

Hi All,
I've been programming with Borland Delphi since it was released ten years ago. I find it to be a very robust product; however, outside of the Delphi community it is not recognized too highly. I am curious to hear what you think of Delphi

Regards

http://www.addmap.com
Leyland is offline   Reply With Quote
Old 01-27-2005, 07:35 PM   #2 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,505
sde is on a distinguished road
we had a delphi forum here for a while, but it wasn't that popular so we hid it. i do not know anyone in real life or people i talk to regularly online who programs delphi.

is there a job market for it?
__________________
Mike
sde is offline   Reply With Quote
Old 01-27-2005, 08:04 PM   #3 (permalink)
Leyland
Registered User
 
Join Date: Jan 2005
Posts: 5
Leyland is on a distinguished road
Delphi

I think that those that use it love it, but I also think that its popularity is slowly eroding - your comment confirms my suspicions. Too bad because it is a good product. I'm not sure if there's a job market for it but there again my clients that want it tent to stay with it.

Thanks for your thoughts

Regards

http://www.addmap.com/HospitalMap.html
Leyland is offline   Reply With Quote
Old 01-27-2005, 08:19 PM   #4 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,505
sde is on a distinguished road
that makes you this much more valuable.

we have an IBM iSeries at work, and a lot of our programs are RPG based. this is another language that i don't know a lot of programmers for, .. however, those that know it probably won't be worried about jobs anytime soon.

fortunately for me, i can use java to do things on the iSeries. i was using RPG.NET for a little while, but data access was simply too slow.

if i remember correctly, the ibm midrange servers support delphi programming too, i'm not 100% on that though.

addmap looks pretty cool , .. did you make that? why the different links in your posts though?
__________________
Mike
sde is offline   Reply With Quote
Old 01-28-2005, 04:49 AM   #5 (permalink)
Leyland
Registered User
 
Join Date: Jan 2005
Posts: 5
Leyland is on a distinguished road
Yes I believe you're right Delphi does run on Main-Frames and as for job security, I hope you're right. I know that the Delphi user's group here in Calgary, where I live is reasonably strong and I think that any jobs that do come up in this market have a few takers. Furthermore, consultants like me are quite plentiful.

The reason for the variable links is I'm finding that people are not getting past my home page and looking at the maps, so I thought that I would try sending them directly to the map. I just launched this site and getting feedback at this point is important.

Appreciate your kind comments.

Regards

http://www.addmap.com/LibraryMap.html
Leyland is offline   Reply With Quote
Old 01-28-2005, 12:34 PM   #6 (permalink)
idx
Senior Grasshopper
 
idx's Avatar
 
Join Date: Jun 2003
Location: FL
Posts: 317
idx is on a distinguished road
Looks like some of that php needs some work... Lots of fun errors.

-r
idx is offline   Reply With Quote
Old 01-28-2005, 06:41 PM   #7 (permalink)
Leyland
Registered User
 
Join Date: Jan 2005
Posts: 5
Leyland is on a distinguished road
Thank you for taking the time to look and comment idx.

I don't get any errors when I run on my system so if you would let me know what you found it will be greatly appreciated.

Thanks
Leyland is offline   Reply With Quote
Old 01-28-2005, 07:10 PM   #8 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,505
sde is on a distinguished road
i saw them too .. this is on the hospital page. php is server-side so it should show the same for everyone.
Quote:
Notice: Undefined index: ST in c:\program files\OmniSecure\Php-Code\MapPage.php on line 18

Notice: Undefined index: CC in c:\program files\OmniSecure\Php-Code\MapPage.php on line 19

Notice: Undefined index: ZF in c:\program files\OmniSecure\Php-Code\MapPage.php on line 20

Notice: Undefined index: MX in c:\program files\OmniSecure\Php-Code\MapPage.php on line 21

Notice: Undefined index: MY in c:\program files\OmniSecure\Php-Code\MapPage.php on line 22
__________________
Mike
sde is offline   Reply With Quote
Old 01-28-2005, 07:15 PM   #9 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,505
sde is on a distinguished road
ah, i know what it is.

notices aren't really important to report, but for security reasons, php enables notice reporting by default.

try this. locate your php.ini file. on windows, it probably is in c:\windows\( system32 or system )

then look for the error_reporting line .. make it look like this:
Quote:
error_reporting = E_ALL & ~E_NOTICE
that will make it report errors, but not notices. notices aren't really important and in most php setups, notice reporting is turned off.

after you make the change, restart your web server and you should be good to go.
__________________
Mike
sde is offline   Reply With Quote
Old 01-28-2005, 07:18 PM   #10 (permalink)
Leyland
Registered User
 
Join Date: Jan 2005
Posts: 5
Leyland is on a distinguished road
Thank you - I know exactly what's wrong with this page. I didn't change the global variables

Thank you
Leyland is offline   Reply With Quote
Old 01-29-2005, 06:56 AM   #11 (permalink)
idx
Senior Grasshopper
 
idx's Avatar
 
Join Date: Jun 2003
Location: FL
Posts: 317
idx is on a distinguished road
It also had some mysql errors, but only on the "static" links you posted. The other parts of the site worked.

-r
idx is offline   Reply With Quote
Old 02-27-2005, 11:17 PM   #12 (permalink)
wishknew
Wisnu Widiarta
 
wishknew's Avatar
 
Join Date: Feb 2005
Location: Indonesia
Posts: 14
wishknew is on a distinguished road
Send a message via Yahoo to wishknew
Please show the Delphi forum again

Quote:
Originally Posted by sde
we had a delphi forum here for a while, but it wasn't that popular so we hid it. i do not know anyone in real life or people i talk to regularly online who programs delphi.

is there a job market for it?
Hello,

I am from Indonesia. We have a yahoogroups about Delphi and so many members post new topic daily. I will invite my friends to join with CodeNewbie as soon as you re-open the Delphi forum.

Do you know that the man behind .Net is the man behind Delphi? Don't you realize that the Sender as Object in .Net comes from Delphi's Sender as TObject? Delphi has most new features in VB .Net long since time ago (Delphi 3.0). Delphi now have 3 platform, Kylix (linux), Delphi 2005 (Win32 and .Net), so the future is still huge.

I do strongly recommend CodeNewbie to re-Open the Delphi Forum.

Best regards,


Wisnu Widiarta
wishknew is offline   Reply With Quote
Old 02-28-2005, 07:10 AM   #13 (permalink)
idx
Senior Grasshopper
 
idx's Avatar
 
Join Date: Jun 2003
Location: FL
Posts: 317
idx is on a distinguished road
Still sounds like more actual demand would warrant a delphi forum.

-r
idx is offline   Reply With Quote
Old 02-28-2005, 07:24 AM   #14 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,505
sde is on a distinguished road
Hi Wishnu,

I think the interest in a Delphi forum is excellent and I have nothing against it at all, however we have had a long standing guideline regarding forums.

A forum is really nothing more than more vertical scrolling space if it is not active so there are 2 requirements.

1. We have a "regular" member who has some level of expertise in the subject.

2. The forum doesn't go more than 2 weeks without posts.

Aside from the extra vertical scrolling space, a forum isn't worth very much if there is no one here to give some guidance in the subject.

If there is some more interest experessed, I would be happy to host a Delphi forum.
__________________
Mike
sde is offline   Reply With Quote
Old 02-28-2005, 04:05 PM   #15 (permalink)
wishknew
Wisnu Widiarta
 
wishknew's Avatar
 
Join Date: Feb 2005
Location: Indonesia
Posts: 14
wishknew is on a distinguished road
Send a message via Yahoo to wishknew
Quote:
Originally Posted by sde
Hi Wishnu,

1. We have a "regular" member who has some level of expertise in the subject.

2. The forum doesn't go more than 2 weeks without posts.

Aside from the extra vertical scrolling space, a forum isn't worth very much if there is no one here to give some guidance in the subject.

If there is some more interest experessed, I would be happy to host a Delphi forum.
I understand about these rules. Finally I found a site which have similar functionality with this codenewbie, but have Delphi forum inside. (http://www.codefez.com).

Thank you,


Wisnu

Last edited by wishknew; 03-02-2005 at 11:00 PM.
wishknew is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Delphi Phaedrus All Other Coding Languages 21 10-25-2004 06:08 PM
import delphi dll in c# eandras MS Technologies ( ASP, VB, C#, .NET ) 0 05-20-2004 05:36 AM
alright dammit, delphi here Valis Feedback 3 02-22-2003 12:42 PM


All times are GMT -8. The time now is 02:18 PM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0 RC8





Copyright © 2000-2008, Milano Interactive
Web Hosting provided by Portal 360 Web Hosting