Nice! I have made a few small applications myself. Do you plan on making anymore?I'm in the same boat as you. I'm learning Java currently. I'm enjoying the process in its entirety. I look forward to contributing and learning here with everyone. Good luck on your journey with Java
Java is a neat language, it's what I develop most of my stuff with. Have only made 1 application I can say I'm proud of though

What coding language you know ?
#16
Posted 24 March 2016 - 02:15 AM

#17
Posted 24 March 2016 - 02:26 AM

Wow, you have been programming for a long time. That's a wealth of knowledge!I wrote my first program in BASIC IN 1974. Since then I've dabbled with Assembler, C, C#, VFP, Java, Pascal and Python. I like [b]VFP[\b] the best as it's so quick to develop in yet has full access to the Windows API. I loathe all dot net - massively bloated languages.
I'm not a web expert but although I use HTML5 and CSS, I'm lazy and use Adobe Muse to do the hard work.
If you don't mind me asking, what is VFP? A quick search of the acronym resulted in Visual FoxPro.
#18
Posted 24 March 2016 - 02:32 AM

Quite the resume! I'm learning Java myself. Have you started with any of those you mentioned you wanted to learn more about? All three languages seem to be quite popular.You need to know a good number of languages and technologies nowadays, and I've had quite a bit of experience in some but some (a lot, actually) more from an interest point of view rather than a professional one. But here goes:
BASIC (ZX Basic, BBC Basic, Harris H500 Basic)
PASCAL (at college)
COBOL (at college)
6800 Assembler
6502 Assembler
Z80 Assembler
x86 Assembler (a little bit)
C
HTML (more experience with 4.01, need to get going with 5)
CSS
JavaScript
PowerBuilder (a previous job required this)
Some flavours of SQL
PHP
VBScript (I guess this counts!!!)
Sounds more impressive than it is really as I've done more in some than others and in some cases it's just been dabbling (due to lack of time). Would love to get some experience in technologies such as Java, C++ and C# ...... time ....
#19
Posted 24 March 2016 - 02:39 AM

Cool, you have been involved in technology for a long time. Do you still code?Algol 56 was the first back in 63 then had to switch to Fortran when they replaced the old computer. Did some assembly programming in 6800, 8080, and Z80 in the 70s.. BASIC when I got my first PC, Smalltalk, Word Basic, Perl, Javascript and some C & Visual Basic
Wouldn't claim to be an expert in any of them tho.
Ron
#20
Posted 24 March 2016 - 05:56 PM

Nice! I have made a few small applications myself. Do you plan on making anymore?
I plan on it, I just have to come up with ideas for what I want to make. I normally just recreate certain tools to see if I can do it. For fun I decided to recreate Blueline in Java, which turned out great.
Edited by Gman147, 24 March 2016 - 05:56 PM.
#21
Posted 24 March 2016 - 08:08 PM

Nice! I have made a few small applications myself. Do you plan on making anymore?
I plan on it, I just have to come up with ideas for what I want to make. I normally just recreate certain tools to see if I can do it. For fun I decided to recreate Blueline in Java, which turned out great.
Nice job! That seems like a daunting task. I definitely wouldn't mind collaborating on a project with others sometime in the future. What IDE do you use?
#22
Posted 24 March 2016 - 08:22 PM

Nice job! That seems like a daunting task. I definitely wouldn't mind collaborating on a project with others sometime in the future. What IDE do you use?
It was a little slow at first, but the Preview bit definitely took the most time. Right now I use Eclipse for all my Java projects.
#23
Posted 25 March 2016 - 06:24 PM

Nice job! That seems like a daunting task. I definitely wouldn't mind collaborating on a project with others sometime in the future. What IDE do you use?
It was a little slow at first, but the Preview bit definitely took the most time. Right now I use Eclipse for all my Java projects.
Oh OK, I'm currently using IntelliJ IDEA. That was a good idea to remake the BL in Java. For me, one of the most difficult issues is actually coming up with a project from scratch. Just got to keep chipping at it!
#24
Posted 25 March 2016 - 07:17 PM

Oh OK, I'm currently using IntelliJ IDEA. That was a good idea to remake the BL in Java. For me, one of the most difficult issues is actually coming up with a project from scratch. Just got to keep chipping at it!
Truthfully, I really remade Blueline because I didn't dig the whole 240 user button setup (sorry Azarl ). It's not a bad system, it just struck me as kind of odd. This is how I handle it in my version.
#25
Posted 25 March 2016 - 10:01 PM

Oh OK, I'm currently using IntelliJ IDEA. That was a good idea to remake the BL in Java. For me, one of the most difficult issues is actually coming up with a project from scratch. Just got to keep chipping at it!
Truthfully, I really remade Blueline because I didn't dig the whole 240 user button setup (sorry Azarl). It's not a bad system, it just struck me as kind of odd. This is how I handle it in my version.
Looks good!
#26
Posted 28 March 2016 - 03:02 AM

Oh OK, I'm currently using IntelliJ IDEA. That was a good idea to remake the BL in Java. For me, one of the most difficult issues is actually coming up with a project from scratch. Just got to keep chipping at it!
Truthfully, I really remade Blueline because I didn't dig the whole 240 user button setup (sorry Azarl). It's not a bad system, it just struck me as kind of odd. This is how I handle it in my version.
Looks good, like to try it out
#27
Posted 06 April 2016 - 10:26 AM

Hi FBE34, it all takes time and there are lots of demands on my time all the while.
However, one project I am working on is adding functionality to a website that I'm webmaster for:
http://www.goosedale...yingclub.co.uk/
It's the gallery functionality I'm working on now, at the moment it just shows a "Coming soon" page.
I'm in the club there as well, and over the past few weeks I've managed to get the site / forum integration working more the way I want it.
Languages: PHP, HTML (4.01 and 5), CSS (2 and 3), MySQL, JavaScript.
#28
Posted 06 April 2016 - 02:48 PM

Hi FBE34, it all takes time and there are lots of demands on my time all the while.
However, one project I am working on is adding functionality to a website that I'm webmaster for:
http://www.goosedale...yingclub.co.uk/
It's the gallery functionality I'm working on now, at the moment it just shows a "Coming soon" page.
I'm in the club there as well, and over the past few weeks I've managed to get the site / forum integration working more the way I want it.
Languages: PHP, HTML (4.01 and 5), CSS (2 and 3), MySQL, JavaScript.
I like the overall layout of the website. I eventually want to put a few websites out myself. A personal blog to just have a place to post my thoughts. I know some HTML and CSS, but no experience with the others you mentioned. I have heard of them and know their purpose, though.
#29
Posted 07 April 2016 - 01:55 AM

I essentially retained the default L&F of phpBB3, and propagated it to the site itself to give a more integrated experience. In many ways, what I've done isn't that clever really.
I'm currently working on a gallery for it - if you follow the gallery links you'll get taken to a "Coming soon" page but of course I've coded a backdoor to enable me to develop this. When done, I'll either take the backdoor out or render it ineffective so I can re-instate it and use it again for debugging purposes.
For a personal blog, you probably don't need much beyond HTML and CSS, if that really.
I think it helps to have a project in mind before you start writing any code, and to write some kind of functional specification first as well. It gives you a focus and something to work towards. In the case of the gallery on the model flying site, I wrote a loose specification before starting any work as it gave me a starting point and a direction.
#30
Posted 14 July 2020 - 08:23 AM

Direct to LisaHamiltonEu,
Unless asking for help with your own computer issues or alternatively you are offering computer help to others please refrain from posting in other members threads, any repeat of random posting will be treated as spam and dealt with as per forum rules, thank you for your understanding.
Redundant thread closed.
Similar Topics
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
As Featured On:






