Zymic Forums

Webmaster resources

Zymic IRC Server

Chat in real time at irc.zymic.com - Learn More

Welcome

Welcome to the Zymic webmaster forums. Our forums are here to provide people the free ability to discuss a range of websites related topics such as design, development coding and marketing.

In order to post you will need to register for a zymic account or if you already have one simply login by using the form on the left.

left Zymic Webmaster ForumsWeb Design & DevelopmentServer Side ScriptingOther Languages right
2 Pages V  < 1 2   Closed Topic Start new topic
left right
Alex
post Jan 26 2008, 09:42 PM
Post #21


zIRC Network Admin
*******

Group: Administrators
Posts: 660
Joined: 10-March 07
From: Swindon, Wilts, UK
Member No.: 6



Easier does not mean better for people to learn, and I expect that's what most people here would be doing (bar a few). In fact, in this case, it makes VB one of the worst languages around for novices because it allows poor code to compile and run. A stricter language forces you to learn properly, and thus there is no good reason to choose VB over these "more difficult" languages except simple laziness.

You can still make GUI applications with good beginner languages like python using the Qt or GTK bindings (I lean towards the former: pyQt), so in most cases I think you'll find python/pyQt to be capable of anything VB can do, except you'll end up with a better grounding in programming in general and the application you build will be cross-platform by design (VB on the other hand is not).

I'm finding it hard to think of worse choices over here. wink.gif
Go to the top of the page 
 
  + Quote Post
Autistic Elephan...
post Feb 28 2008, 07:49 PM
Post #22


Member
**

Group: Members
Posts: 40
Joined: 17-January 08
From: Allendale, MI
Member No.: 7,246



I pray daily that some day new programmers at my High School will start with Python instead of VB. (Or Java, for that matter)
When I look at my friends' code, I sometimes have to spray glue in my eyes so I don't have to think about how they ever got such horrible coding habits.

I'm not a big fan of Visual Basic.
Go to the top of the page 
 
  + Quote Post
xTremeMS
post Apr 9 2008, 03:30 AM
Post #23


Newbie
*

Group: Members
Posts: 11
Joined: 30-March 08
Member No.: 16,059



i first started off learning c++ then i moved on to c# then after learning those 2 i learned visual basic and delphi together. and then to assembly (asm). with experience to all 5 programming languages i suggest learning c# because it is the basically the easiest to start of with. then to c++ and then w/e you want. i find visual basic not as good as other languages cause of its simplicity, probally why they call it visual ==>BASIC<==
Go to the top of the page 
 
  + Quote Post
maxrpg
post Apr 11 2008, 08:23 PM
Post #24


Newbie
*

Group: Members
Posts: 5
Joined: 19-March 08
Member No.: 14,622



i tried visual basic but i personally didnt find it good enough to do the type of project i wanted to do so moved over to C#(sharp) which i find much easier to use and did exactly what i needed it to do.

im currently programming an instant messenger program entirely in C# with your basic text chat..webcams..emoticons..file transfer and even voip which has all been made doable using C# currently have slightly over 300 people testing it out rite now so yeah its a good language and i myself only took up programming about 7 months ago so im a newb aswell lol

guess it depends what type of project your wanting to do but deffinately use something other than visual basic
Go to the top of the page 
 
  + Quote Post
Banjo
post Apr 11 2008, 10:10 PM
Post #25


Marvellous Ninja
******

Group: Moderators
Posts: 581
Joined: 25-October 07
From: Windsor, UK
Member No.: 1,866



You could make that in visual basic as well, you just need to know your stuff.
Go to the top of the page 
 
  + Quote Post
Midknight
post Apr 24 2008, 10:07 AM
Post #26


Member
**

Group: Members
Posts: 56
Joined: 9-January 08
From: U.S.
Member No.: 6,501



I've tried visual basic, but found it confusing starting off, so I didnt get much further at it. I might give it another shot one day.
Go to the top of the page 
 
  + Quote Post
Illuminati
post Jun 1 2008, 04:22 AM
Post #27


Newbie
*

Group: Members
Posts: 11
Joined: 20-December 07
Member No.: 5,286



I have made several applications on VB and if what you want is a quick n' dirty fix for an issue, then VB might be good at it, but besides that to actually write full applications I think that other programming languages are better. I started programming in PHP and when I moved over to other languages for the first time I realized how poor code it lets your write. PHP and VB are easy to learn but just as easy to get bad programming habits.
Go to the top of the page 
 
  + Quote Post
wozzym
post Jun 6 2008, 06:04 PM
Post #28


Outrageously Uber Ninja
Group Icon

Group: Community Helper
Posts: 2,198
Joined: 2-March 08
From: Australia
Member No.: 12,578



never even heard of it...
Go to the top of the page 
 
  + Quote Post
Banjo
post Jun 6 2008, 06:27 PM
Post #29


Marvellous Ninja
******

Group: Moderators
Posts: 581
Joined: 25-October 07
From: Windsor, UK
Member No.: 1,866



CODE
never even heard of it...


Quite alot of people use it still. www.vbforums.com and SwiftKit is quite a good program that was made in it.
Go to the top of the page 
 
  + Quote Post
the (noob)one xD
post Jul 9 2008, 10:11 AM
Post #30


Newbie
*

Group: Members
Posts: 3
Joined: 9-July 08
Member No.: 44,532



Its true visual basic could be the wrost laguage like some of you were saying but you have some advantages... It's called API's and with VB you can do wherever you want from windows about the chat program someone is talking about I've made one with mail change too just like msn and it only cost me 2 months... and want to know something with VB and API I can do the same things you do with C except visual programing because vb and games aren't that much friends... this is only my opinion and I know that VB is far from being the best languages but it is easy to learn and fast for developing some tools to fix something that we need

bye and sorry for the english... I'm Portuguese
Go to the top of the page 
 
  + Quote Post
Tim
post Aug 19 2008, 01:53 PM
Post #31


Newbie
*

Group: Members
Posts: 22
Joined: 19-August 08
From: United Kingdom
Member No.: 55,761



To add my two cents to that argument, Alex I believe its acceptable to start your programing experience with PHP. But this depends solely on where you learn from. Learning PHP from a number of texts has helped me grasp the concepts of many programing paradigms, especially object orientated objective-c (cocoa and carbon). I will also say VisualBasic is a copout, although in appears similar to other languages such as C ect 90% of applications created in VB aren't universal and rely on what library extensions the end user has, such as .net framework.

I condemn VisualBasic, but do believe PHP is a strong language to start with teaching programers the way OOP and procedural languages are structured.
Go to the top of the page 
 
  + Quote Post
Alex
post Aug 19 2008, 03:23 PM
Post #32


zIRC Network Admin
*******

Group: Administrators
Posts: 660
Joined: 10-March 07
From: Swindon, Wilts, UK
Member No.: 6



QUOTE(Tim @ Aug 19 2008, 02:53 PM) *
To add my two cents to that argument, Alex I believe its acceptable to start your programing experience with PHP. But this depends solely on where you learn from. Learning PHP from a number of texts has helped me grasp the concepts of many programing paradigms, especially object orientated objective-c (cocoa and carbon). I will also say VisualBasic is a copout, although in appears similar to other languages such as C ect 90% of applications created in VB aren't universal and rely on what library extensions the end user has, such as .net framework.

I condemn VisualBasic, but do believe PHP is a strong language to start with teaching programers the way OOP and procedural languages are structured.

And yet PHP does not require you to understand a lot of things which are fundamental to other languages. You do not have to know whether your variable is an integer or a reference to an object, since it will attempt to silently handle any mismatches (and this can lead to errors, for example trying to treat a string as an object). It's not strict, and for those reasons it's not ideal as a language to learn in. You can write good code in it, but there is always a nasty method which works, and since it works people don't need to come up with the right way.

Also, VB like C? Have you tried writing both? VB is primarly OOP, and C doesn't even have any OOP constructs (though most large C projects end up building their own OOP system - GTK+ for example); VB is heavily contextual (for example, the way it treats "="), C is not; standard C is built to be cross-platform, VB is not...
Go to the top of the page 
 
  + Quote Post
sh4dhckr
post Jan 24 2009, 11:09 AM
Post #33


Newbie
*

Group: Members
Posts: 1
Joined: 25-December 08
Member No.: 74,747



QUOTE(Banjo @ Dec 31 2007, 02:10 PM) *
It's not that hard, it quite easy once you know the basics. Delphi is good aswell.


hi master.. can u tell me how to add vb in my php page and login to mig33?
server= gateway.mig33.com
port= 9119
thanks.. master.. smile.gif
Go to the top of the page 
 
  + Quote Post
Banjo
post Jan 24 2009, 01:59 PM
Post #34


Marvellous Ninja
******

Group: Moderators
Posts: 581
Joined: 25-October 07
From: Windsor, UK
Member No.: 1,866



Urm... what are you on about?
Go to the top of the page 
 
  + Quote Post
jane0109
post Jan 31 2009, 02:10 PM
Post #35


Newbie
*

Group: Members
Posts: 8
Joined: 24-January 09
Member No.: 78,999



This is the first language that I learned. This is also the basis of some parts of PHP.
Go to the top of the page 
 
  + Quote Post
aviz
post Apr 11 2011, 11:52 AM
Post #36


Newbie
*

Group: Members
Posts: 5
Joined: 11-April 11
Member No.: 185,949



Visual Basic is the third-generation programming language from Microsoft. visual basic is very user friendly that's why Visual Basic is easy to learn and use.scripting languages are similar to visual basic but platform is different ,Visual Basic was derived from BASIC .
Go to the top of the page 
 
  + Quote Post
Markmatt
post Oct 4 2011, 08:33 PM
Post #37


Newbie
*

Group: Members
Posts: 13
Joined: 21-April 11
Member No.: 187,466



I have made project using visual basic as front end end and SQL server as back end.
I have done project on hospital management system.
Go to the top of the page 
 
  + Quote Post
kobe james
post Feb 1 2012, 06:46 AM
Post #38


Newbie
*

Group: Members
Posts: 9
Joined: 1-February 12
From: UK
Member No.: 228,443



YEAH!!that‘s right! rolleyes.gif
Go to the top of the page 
 
  + Quote Post
dikertrome
post Apr 20 2012, 01:29 PM
Post #39


Newbie
*

Group: Members
Posts: 3
Joined: 20-April 12
Member No.: 238,756



Visual Basic is a simple programming language. It is easy to learn and fast to write code with, it's sometimes used to model an application that will later be written in a more difficult but powerful language.
Go to the top of the page 
 
  + Quote Post
2 Pages V  < 1 2
 Closed Topic Start new topic
left right
0 Members:
left right
 


Lo-Fi Version Time is now: 19th May 2013 - 03:57 AM