Let's have a discussion topic.
What languages can you code in, how do you learn a language etc?
- C# .NET - new, exclusively WPF
- PHP - first language
- JavaScript
- Java (Android) - tiny amounts of Android code knowledge
C# .NET - Nothing
PHP - Know some of it. How to fetch stuff from DB etc, show stuff on pages. Basic stuff.
JavaScript - Nothing
Java (Android) - Nothing
Pawn should be added to the list since its a language :) its made by CompuPhase and not only used in SA:MP :)
Quote from: Dobby. on December 21, 2013, 03:01
C# .NET - Nothing
PHP - Know some of it. How to fetch stuff from DB etc, show stuff on pages. Basic stuff.
JavaScript - Nothing
Java (Android) - Nothing
Pawn should be added to the list since its a language :) its made by CompuPhase and not only used in SA:MP :)
dude you're supposed to list the languages you can code in, it's not a checklist xD
To what you then said then :P
I know 0% of anything besides basics of PHP.
Pawn, i know quite a bit about. Does MySQL count too? or is that not actually a language? xD
Learn languages by looking at functions, callbacks etc and googling. Or asking people that know :)
Programming languages I know:
Python (Awesome language. Learned it for university)
JavaScript/jQuery (First language)
I'll be learning C++ at university starting in February.
Non-Programming languages:
HTML (such markup wow)
CSS (Rage inducing)
Anyone had experience with CSS style sheets or whatever they're called? im interested in learning that.
Quote from: Dobby. on December 21, 2013, 03:17
Anyone had experience with CSS style sheets or whatever they're called? im interested in learning that.
At first you'll end up Googling a lot questions about CSS, but as you get used to it you remember the little tricks and it does help.
CSS is a pretty messy thing.
Quote from: Joshy on December 21, 2013, 03:20
Quote from: Dobby. on December 21, 2013, 03:17
Anyone had experience with CSS style sheets or whatever they're called? im interested in learning that.
CSS is a pretty messy thing.
(http://2.bp.blogspot.com/-41v6n3Vaf5s/UeRN_XJ0keI/AAAAAAAAN2Y/YxIHhddGiaw/s1600/css.gif)
Quote from: Hobo on December 21, 2013, 03:21
Quote from: Joshy on December 21, 2013, 03:20
Quote from: Dobby. on December 21, 2013, 03:17
Anyone had experience with CSS style sheets or whatever they're called? im interested in learning that.
CSS is a pretty messy thing.
gif goes here
Im sure you posted that on Skype to me the other week xD
Im an expert at C# but thats about it. Ive spent my last 3 years learning it since i was 11 almost 4 years of coding now
PAWN | I've been playing with that for a few years now, I have quite a bit of experience. |
PHP | I started playing with this a few months ago, the syntax is pretty simmilar to PAWN so I got familliar with it quite quickly. |
CSS (basics) | I started off downloading CSS sheets and editing them but I attempted to make my own (went good) so yeah, still learning the more advanced features. |
I did 6 months of VB, and 6 months of powershell, hated both. #networkersaresuperior
Quote from: TehEpixBraxy on December 21, 2013, 06:14
Im an expert at C# but thats about it. Ive spent my last 3 years learning it since i was 11 almost 4 years of coding now
what would you say is the best way of doing this:
- load accounts.xml file, bind the type attribute to a class for each account and create an instance of Account class for each account
so from
<accounts>
<imgur>
<usr>joshy</usr>
<api-hash>wrhert324332tg3h4q3</api-hash>
</imgur>
<xfire>
<usr>Joshy</usr>
<session-key>123163463454234</session-key>
</xfire>
</accounts>
would give me:
ImgurAccount : Account
= username
= api-key
XfireAccount : Account
= username
= session-key
What would be the best way of getting these accounts then, maybe AccountsManager class with "Account GetAccount(id)" and "List<Account> GetAllAccounts()" ?
Batch (.cmd, .bat) = First language
Html = basic stuff
.NET = using & working in it for 4 years now
php = basic (mysql in/out, hashing,...)
javascript = made a calculator for runescape & nothing more :D
Learn from google, stack exchange, own experiments ;)