No experience in computer programming. Need someone to point me to the basics of starting to make apps for iPhones & iPods. Could someone hook me with free books/tutorials/video tutorials so I can learn as fast as possible as I am a fast learner.
You need to learn Objective C and Cocoa. The easiest way to do this is to get a Mac and install the Apple developer tools, then work your way through the Apple tutorials and probably also the Aaron Hillegass book "Cocoa Programming for Mac OS X". Once you have Objective C and Cocoa nailed then you can move onto iPhone programming, which uses the same programming language (Objective C) and CocoaTouch, which is essentially just Cocoa for the iPhone/iPod Touch.
No experience in computer programming. Need someone to point me to the basics of starting to make apps for iPhones & iPods. Could someone hook me with free books/tutorials/video tutorials so I can learn as fast as possible as I am a fast learner.
You need to learn Objective C and Cocoa. The easiest way to do this is to get a Mac and install the Apple developer tools, then work your way through the Apple tutorials and probably also the Aaron Hillegass book "Cocoa Programming for Mac OS X". Once you have Objective C and Cocoa nailed then you can move onto iPhone programming, which uses the same programming language (Objective C) and CocoaTouch, which is essentially just Cocoa for the iPhone/iPod Touch.
The basketball net I ordered is on backorder
and won't be coming for a week or so. I need something to do. How do you play basketball without a net?
Thanks! All these really helped!
well if you are looking to improve your game just dribble cuz everyone needs to dribble whether they are a point guard or center. if you get bored with that then find a wall or something pick a spot and just practice your form shooting just make sure ur doing your form right otherwise it does nothing and if you are a center then practice your low post footwork…if none of these work then just work on your athleticism and work out.
Say a firm has a net loss of 8803 in one month and 6573 in the second month. In month three, it makes a profit (before income tax) of 20824. There are no dividends and the retained profits at the start of the month are -6573. How do I calculate income tax for that month, assuming we are taking into account the previous net losses?
Can't tell you about Australia.
In the USA, losses are carried forward. Any profits will offest those losses.
If the profits exceed the losses with a net gain, only then will there be a tax obligation.
The losses will carry forward until a net profit is realized, even from one year to the next.
Im working on a school project for biology and my teacher wants me to make a website. I have to use dreamweaver, and i wanted to know if there are cool templates for it or a good free tutorials website that can show me how to use it. I need a good grade on this project to keep my A so any help will be appreciated. Thanks!
check out www.webnoobie.com. it offers free video tutorials on dreamweaver. its for beginners so you dont have to know anything about it to learn.
Ryan C
Whenever I make a basic HTML page (2 columns with header and footer) in Dreamweaver, and I preview it in IE7, an activex warning pops up. However I havent put anything fancy, and I dont get this warning when I go on sites that have flash or anything either.
Well, i too have seen the same problem. But once you upload the files to a web server, the access it from there, no activex warning comes. IE7 may be showing this warning may be because some elements in your code needs access to the internet.
Anyways, I these days I am using BlueVoda in addition to Dreamweaver, because creating a page in BlueVoda is much easier and faster as compared to dreamweaver.
BlueVoda: http://www.vodahost.com/partner/idevaffiliate.php?id=10787_1_3_9
I am not too technically minded but I can't watch Sky Player without it ? Half way through the download it just comes up as error ? Could there be another programme on my computer that is working against it or is there an update I need ?
I am in the UK.
Anyone help ?
It could be one of a million problems - it's hard to say.
So all I can suggest is that you try downloading it from a different source.
Silverlight: http://www.filehippo.com/download_silverlight/
I am not too technically minded but I can't watch Sky Player without it ? Half way through the download it just comes up as error ? Could there be another programme on my computer that is working against it or is there an update I need ?
I am in the UK.
Anyone help ?
It could be one of a million problems - it's hard to say.
So all I can suggest is that you try downloading it from a different source.
Silverlight: http://www.filehippo.com/download_silverlight/
I've started making a VB application and all my forms are window forms. However, I came across a video tutorial on the the msdn website about creating a data entry page for something like customer details.
http://msdn.microsoft.com/en-us/vbasic/cc707833.aspx
This is exactly what I'm trying to achieve (adding details to a database). However, in the tutorial the lady (Beth Massi) shows the process using a wpf form (not a windows form). I don't mind doing it her way, but I don't know how to call up the wpf window. With a standard windows form i can use something like Form2.Show() to open a windows. I tried to display a WPF windows by calling wpfwindows.show() but this doesn't work.
Another idea that i though of but haven't tried yet is just following her instructions but instead of using a WPF form, just use a windows form. what do you think?
I've probably made the question sound a lot more complicated than it really is. Any help will be much appreciated.
@loverofwine: I checked the link you sent but I'm not sure its what I'm after. I have textboxes on my form and a save button. When the user clicks the save button, I want the values in the textboxes to be saved to the relevant fields in the database.
The difference is in the level of graphical support and capability you get (flash, 2d, 3d graphics, etc.). The target system where you want to deploy a WPF may require more libraries than a standard VB.
From what I've see in your questions a form is the best thing. There is a good example of the two methods avaible for VB described here http://www.vbexplorer.com/VBExplorer/vb_feature/june2000/Database_Beginner_ADO_DAO.asp.
The source below gives a good description of WPF. If you don't need a visually intensive application you can ignore it.
I've started making a VB application and all my forms are window forms. However, I came across a video tutorial on the the msdn website about creating a data entry page for something like customer details.
http://msdn.microsoft.com/en-us/vbasic/cc707833.aspx
This is exactly what I'm trying to achieve (adding details to a database). However, in the tutorial the lady (Beth Massi) shows the process using a wpf form (not a windows form). I don't mind doing it her way, but I don't know how to call up the wpf window. With a standard windows form i can use something like Form2.Show() to open a windows. I tried to display a WPF windows by calling wpfwindows.show() but this doesn't work.
Another idea that i though of but haven't tried yet is just following her instructions but instead of using a WPF form, just use a windows form. what do you think?
I've probably made the question sound a lot more complicated than it really is. Any help will be much appreciated.
@loverofwine: I checked the link you sent but I'm not sure its what I'm after. I have textboxes on my form and a save button. When the user clicks the save button, I want the values in the textboxes to be saved to the relevant fields in the database.
The difference is in the level of graphical support and capability you get (flash, 2d, 3d graphics, etc.). The target system where you want to deploy a WPF may require more libraries than a standard VB.
From what I've see in your questions a form is the best thing. There is a good example of the two methods avaible for VB described here http://www.vbexplorer.com/VBExplorer/vb_feature/june2000/Database_Beginner_ADO_DAO.asp.
The source below gives a good description of WPF. If you don't need a visually intensive application you can ignore it.