Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 6
1
2
3
>
Last
»
Showing results 1 to 25 of 137
Search took
0.19
seconds.
Search:
Posts Made By:
pigpen
Forum:
Computer Programming
01-14-2011, 05:17 PM
Replies:
2
Should I move on to Objective -C ????
Views:
661
Posted By
pigpen
I forgot to add, another book you may to also...
I forgot to add, another book you may to also consider is this one:
Learning Objective-C 2.0: A Hands-On Guide to Objective-C for Mac and iOS Developers (Developer's Library)...
Forum:
Computer Programming
01-14-2011, 05:11 PM
Replies:
2
Should I move on to Objective -C ????
Views:
661
Posted By
pigpen
You don't have to finish the C book, although...
You don't have to finish the C book, although knowing C well does help a lot with learning Objective-C obviously, as Objective-C is a superset of C (a layer on top of C). It'll speed up the learning...
Forum:
ASP.NET
01-13-2011, 11:42 AM
Replies:
4
How to write correct aspx-page with xml
Views:
1,170
Posted By
pigpen
Looking at your XMLWriter code, it seems to me...
Looking at your XMLWriter code, it seems to me that you are missing an element.
Does your XML that you output, look valid? I think you need to add another XML element outside your loop. You need...
Forum:
Computer Programming
01-13-2011, 08:35 AM
Replies:
5
Can simple compiled C++ programs work on a Windows smartphone?
Views:
1,209
Posted By
pigpen
C# and VB.NET are the two most popular .NET...
C# and VB.NET are the two most popular .NET languages. If I had to suggest one, then it's C#. More code I find these days are in C#, rather than VB.NET (like on CodePlex, the opensource .NET...
Forum:
ASP.NET
01-12-2011, 10:07 PM
Replies:
4
How to write correct aspx-page with xml
Views:
1,170
Posted By
pigpen
Is that all your code? What is going into your...
Is that all your code? What is going into your XML doc?
My guess it that you aren't creating a valid XML document so that is why you are getting the compilation errors. It'll compile of course,...
Forum:
Computer Programming
01-12-2011, 10:04 PM
Replies:
2
Teaching myself programming.
Views:
828
Posted By
pigpen
For web, either PHP, ASP.NET or Java as one of...
For web, either PHP, ASP.NET or Java as one of the most popular.
With PHP, you just have to learn PHP, that is it.
With ASP.NET, you have to learn a .NET language, like C# and then use...
Forum:
Computer Programming
01-12-2011, 09:53 PM
Replies:
3
How do i get into Programing?
Views:
641
Posted By
pigpen
Good advice from Shane. Decide on what you plan...
Good advice from Shane. Decide on what you plan on doing with programming.
It gives yourself a goal and keep yourself motivated as many people lose interest when they have to do so basic console...
Forum:
Computer Programming
01-12-2011, 09:33 PM
Replies:
3
Visual Studio vs. Visual Studio Express
Views:
4,879
Posted By
pigpen
Here's the comparison chart...
Here's the comparison chart (http://www.microsoft.com/visualstudio/en-us/products/2010-editions/product-comparison) to see the difference between VS versions, and this chart...
Forum:
ASP.NET
01-12-2011, 09:22 PM
Replies:
4
issue converting to ASP.NET framework 4.0
Views:
1,699
Posted By
pigpen
Just looking at the MSDN for OleDbParameter, it...
Just looking at the MSDN for OleDbParameter, it doesn't look it changed from 2.0 and 4.0.
4.0
http://msdn.microsoft.com/en-us/library/system.data.oledb.oledbparameter.aspx
2.0 ...
Forum:
Computer Programming
01-12-2011, 09:16 PM
Replies:
5
Can simple compiled C++ programs work on a Windows smartphone?
Views:
1,209
Posted By
pigpen
I looked into this myself as well. Although I do...
I looked into this myself as well. Although I do a lot of C#/.NET developing (web development), I am currently building mobile applications (with OpenGL ES) targeting Android and iOS (iPhone/iPad)....
Forum:
Flash & ActionScript
01-12-2011, 02:59 AM
Replies:
1
TypeError: Error #1009: Cannot access a property or method of a null object reference
Views:
1,124
Posted By
pigpen
Usually that error means flash can't find the...
Usually that error means flash can't find the object (movieclip, button, etc) that you are referring to in your ActionScript code.
If any of those button don't exist on the stage at frame 39, then...
Forum:
Flash & ActionScript
01-11-2011, 05:31 AM
Replies:
3
Google Chrome problem with displaying SWF files
Views:
3,195
Posted By
pigpen
Worked fine on my Windows 7 64-bit machine...
Worked fine on my Windows 7 64-bit machine running Chrome. I hit refresh 5 times and the flash movie loaded correctly.
My Mac is not with me at the moment, so I can't check right now with that.
...
Forum:
Flash & ActionScript
01-10-2011, 10:46 PM
Replies:
1
How can I add play/pause buttons to an SWF
Views:
1,240
Posted By
pigpen
To stop or play the timeline in your flash movie,...
To stop or play the timeline in your flash movie, it depends on which version of ActionScript you are using. Are you using 3.0 or 2.0? The event handling for mouse clicks is very different and...
Forum:
Other server side languages/ issues
01-10-2011, 08:58 AM
Replies:
1
What experience level for Magento?
Views:
780
Posted By
pigpen
If everything you need is out-of-the-box, then...
If everything you need is out-of-the-box, then you don't really need much coding experience.
It's when you have to custom some functionality or add features that require you to dig into Magento,...
Forum:
Computer Programming
01-10-2011, 08:40 AM
Replies:
4
How to learn Objective-C?
Views:
1,532
Posted By
pigpen
That's the normal procedure for learning a...
That's the normal procedure for learning a language, to just use the console. Either learning regular C, C++ and in this case Objective-C, you start with the console.
Making GUI application is not...
Forum:
Computer Programming
01-10-2011, 12:41 AM
Replies:
1
how to convert char letters into integers
Views:
723
Posted By
pigpen
char datatype can accept both an integer (number)...
char datatype can accept both an integer (number) value and a single character value if enclosed in single quotes.
These are both the same:
char i = 'a';
char i2 = 97;
...
Forum:
Computer/PC discussions
01-09-2011, 04:16 AM
Replies:
4
Q - lightweight offline forum software for personal use?
Views:
1,314
Posted By
pigpen
Once you install XAMPP or WAMP (or if you decide...
Once you install XAMPP or WAMP (or if you decide to go on a MAC, there's MAMP), then try a forum software like phpBB (http://www.phpbb.com/). It's free.
But if it's a journal, like someone...
Forum:
Computer Programming
01-09-2011, 03:59 AM
Replies:
4
Is it too late for me to start a coding career?
Views:
1,094
Posted By
pigpen
Good luck on your studies! Feel free to post back...
Good luck on your studies! Feel free to post back on your progression.
One tip. Become friends with other developers. There should be programmer user groups in your area (like for Java, PHP, C++,...
Forum:
Computer Programming
01-09-2011, 03:54 AM
Replies:
4
How to learn Objective-C?
Views:
1,532
Posted By
pigpen
I can't comment on that book. Since I was...
I can't comment on that book.
Since I was already a programmer, I didn't need something for the absolute beginner. I own these 2 books on Objective-C and like them.
Programming in Objective-C...
Forum:
Flash & ActionScript
01-08-2011, 05:01 AM
Replies:
3
Errors in my Actionscript 3.0 puzzle game (w/ files)
Views:
1,236
Posted By
pigpen
Glad that worked and you sorted it out. I...
Glad that worked and you sorted it out.
I took a quick look regarding your collision issue. I understand what you are talking about, that the obstacle movieclip contains one large png, and you...
Forum:
Computer Programming
01-08-2011, 03:36 AM
Replies:
4
C# or other .NET language, Or Java?
Views:
1,046
Posted By
pigpen
Just to clarify, ASP.NET is the web application...
Just to clarify, ASP.NET is the web application framework for .NET. It is not a .NET language. To use ASP.NET, just like with any of the .NET application frameworks, you would code with C# or any of...
Forum:
Computer Programming
01-08-2011, 01:38 AM
Replies:
4
Is it too late for me to start a coding career?
Views:
1,094
Posted By
pigpen
No, it's not too late. My aunt, who got...
No, it's not too late.
My aunt, who got divorced after 20 years of marriage, with no work experience other than raising 3 kids the entire time, armed with only a high school degree, was depressed...
Forum:
Computer Programming
01-08-2011, 01:07 AM
Replies:
3
Visual Basic : How to make this code Shorter?>
Views:
621
Posted By
pigpen
What have you tried to do so far? Find the...
What have you tried to do so far?
Find the parts in the code that seem to do the same thing, that have similar lines of code and think about how you can reduce them.
If they keep comparing the...
Forum:
Flash & ActionScript
01-06-2011, 05:05 AM
Replies:
3
Errors in my Actionscript 3.0 puzzle game (w/ files)
Views:
1,236
Posted By
pigpen
I took a look at your fla file. BTW, I loved the...
I took a look at your fla file. BTW, I loved the original game on the GBA.
As far as your timer issue, if you run a simple trace in your clockTick function, you'll see that you are getting a null...
Forum:
Flash & ActionScript
01-05-2011, 11:02 PM
Replies:
1
Need help removing partial second slideshow from website...
Views:
598
Posted By
pigpen
Check in your html where you are embedding your...
Check in your html where you are embedding your flash movie, the swf file.
It looks like you just put the same file TWICE. The second flash movie looks like it should be a banner, based on the...
Showing results 1 to 25 of 137
Page 1 of 6
1
2
3
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
02:12 AM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.