GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Back to coding... question. (https://gfy.com/showthread.php?t=1101449)

Sid70 02-27-2013 01:00 PM

Back to coding... question.
 
I used to code C and Pascal back in the day.

Just thinking to try something modern out and wonder what could it be.

In general i like iphone apps, may be that or android?
CSS/PHP to do wordpress?
PHP/MySQL ( or similar ) to jump into web coding?

Anyone did a change / move like that lately?

Any comments?

Or fuck it, better get a wacom and go for illustrator?

My Fucking Traffic 02-27-2013 01:16 PM

If you wanna do iOS/Android you'll need to know C++ for iOS, and Java for Android. Although there are some great frameworks out there already that allow you to use HTML/CSS/JavaScript to build native iOS/Android apps.

Web, I'd stick to PHP/MySQL as it's the standard for the industry, otherwise Ruby on Rails and Python are two other good web languages that are easy to get started on a Linux based server.

Sid70 02-27-2013 01:38 PM

Quote:

Originally Posted by venusgal (Post 19503760)
If you wanna do iOS/Android you'll need to know C++ for iOS, and Java for Android. Although there are some great frameworks out there already that allow you to use HTML/CSS/JavaScript to build native iOS/Android apps.

Web, I'd stick to PHP/MySQL as it's the standard for the industry, otherwise Ruby on Rails and Python are two other good web languages that are easy to get started on a Linux based server.

Thanks.

Anything C like would be the best entry for me I believe... heck knows, Xcode probably.

johnnyloadproductions 02-27-2013 02:05 PM

Quote:

Originally Posted by venusgal (Post 19503760)
If you wanna do iOS/Android you'll need to know C++ for iOS, and Java for Android. Although there are some great frameworks out there already that allow you to use HTML/CSS/JavaScript to build native iOS/Android apps.

Web, I'd stick to PHP/MySQL as it's the standard for the industry, otherwise Ruby on Rails and Python are two other good web languages that are easy to get started on a Linux based server.

Quote:

Originally Posted by Sid70 (Post 19503802)
Thanks.

Anything C like would be the best entry for me I believe... heck knows, Xcode probably.

You don't have to use Xcode exclusively to code up apps for the iPhone, but you will need it to compile them.

If I were you I would just focus on developing web apps or using phone gap which is better than learning the native code for different mobile devices (Objective C for iPhone, and Java for Android)
Not to say learning native code is good, it depends how much time you're willing to sink in.

Of course there is more and more support being made for write once and certain SDKs allow you to port to everything, but some of it is still buggy.

I do know that you can write iPhone apps using anything from Adobe Flash builder which is a great option if you are a flash developer and want to code in actionscript. C# can be used to code up apps for devices other than just Windows phones. PhoneGap is something I'm studying right now as I'm working on a couple apps.

I say this because, though you can learn as much as you want up to a point, you'll hit a limit.

You're better off learning the most common front ends, HTML, CSS(3), and Javascript which are essentially what make up HTML5; then learn back end PHP and MySQL.

Go ahead and learn Ruby and Python, but for most common server side software and other items that is what you are going to be dealing with. If you're working with porn stick with those.

My Fucking Traffic 02-27-2013 02:06 PM

No problem. Like anything all options are great, you just need to pinpoint what you need for what you want to do, and chose the option best suited for you.

Harmon 02-27-2013 02:07 PM

Don't pick your nose, your head might cave in. :2 cents:

johnnyloadproductions 02-27-2013 02:08 PM

Here's a better idea, get a week trial at lynda.com and just float around and explore. I guarantee you'll be in heaven. Download the project files and play around with them. :2 cents:

Sid70 02-27-2013 02:47 PM

Quote:

Originally Posted by johnnyloadproductions (Post 19503872)
Here's a better idea, get a week trial at lynda.com and just float around and explore. I guarantee you'll be in heaven. Download the project files and play around with them. :2 cents:

Good idea.

CSS + html 5 seems obvious to expand into wordpress and front end dev. Might be more useful then digging up into xcode.

19teenporn 02-27-2013 02:51 PM

CSS/PHP to do wordpress?

WTF?

grumpy 02-27-2013 02:55 PM

Quote:

Originally Posted by Sid70 (Post 19503802)
Thanks.

Anything C like would be the best entry for me I believe... heck knows, Xcode probably.


This is all you need
http://phonegap.com/

supports ios, bb, android

html5, css3, javascript.

Sid70 02-27-2013 02:59 PM

Quote:

Originally Posted by 19teenporn (Post 19503947)
CSS/PHP to do wordpress?

WTF?

CSS for layout, PHP for other stuff like functions.

Sid70 02-27-2013 03:00 PM

Quote:

Originally Posted by grumpy (Post 19503954)
This is all you need
http://phonegap.com/

supports ios, bb, android

html5, css3, javascript.

Ah cool, that shit is developing fast!

19teenporn 02-27-2013 03:10 PM

Quote:

Originally Posted by Sid70 (Post 19503963)
CSS for layout, PHP for other stuff like functions.

I know what CSS and PHP do. I don't get why would you say CSS and PHP for wordpress.

I mean, that's for everything, not just wordpress.

Sid70 02-27-2013 05:13 PM

Quote:

Originally Posted by 19teenporn (Post 19503975)
I know what CSS and PHP do. I don't get why would you say CSS and PHP for wordpress.

I mean, that's for everything, not just wordpress.

I was talking about extending my skills from design to wordpress implementation, thats why. I do designs, yo.

CyberHustler 02-27-2013 05:24 PM

Quote:

Originally Posted by Harmon (Post 19503870)
Don't pick your nose, your head might cave in. :2 cents:

Adding to my list of peculiar coincidences lately, when I read this I was knuckle deep in my right nostril digging out a clinger :thumbsup

johnnyloadproductions 02-27-2013 05:32 PM

Quote:

Originally Posted by grumpy (Post 19503954)
This is all you need
http://phonegap.com/

supports ios, bb, android

html5, css3, javascript.

Ya could have quoted me, give me some cred.

My Fucking Traffic 02-27-2013 05:49 PM

Quote:

Originally Posted by CyberHustler (Post 19504192)
Adding to my list of peculiar coincidences lately, when I read this I was knuckle deep in my right nostril digging out a clinger :thumbsup

:1orglaugh:1orglaugh:1orglaugh

Sid70 02-28-2013 08:14 AM

Quote:

Originally Posted by johnnyloadproductions (Post 19503864)
PhoneGap is something I'm studying right now as I'm working on a couple apps.

Thanks for the ref, definitely a starting point!

Sid70 02-28-2013 08:16 AM

Quote:

Originally Posted by CyberHustler (Post 19504192)
Adding to my list of peculiar coincidences lately, when I read this I was knuckle deep in my right nostril digging out a clinger :thumbsup

The guy always has to say things dirty, nonwashable mouth, I dont even ignore his posts to see how ass deep he can go.


All times are GMT -7. The time now is 12:30 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123