Yeah I agree, hence my comment " more likely " I can't forsee me with my limited work on the Android ever having to dip into the native code.
Three types of people in this world, those that can count and those that can't www.casserlyprogramming.com
Yeah I agree, hence my comment " more likely " I can't forsee me with my limited work on the Android ever having to dip into the native code.
Three types of people in this world, those that can count and those that can't www.casserlyprogramming.com
Cool but unless you gonna commit code to the Linux Kernel you'll more likely be coding in Java for the android platform.
Three types of people in this world, those that can count and those that can't www.casserlyprogramming.com
Not really. The main app system thingy is all done on the Dalvik VM which is Java so all the SDK is Java. You can get plugins to program in other languages (even python!!) but Java is the default langauage.
Three types of people in this world, those that can count and those that can't www.casserlyprogramming.com
Real Programmers use Emacs (or butterflies) See here. [^]
Three types of people in this world, those that can count and those that can't www.casserlyprogramming.com
firstly erm why 1.1? secondly have you made a property in the code yourself using get set values (in the controls class)? if i remember rightly that should do it.
Three types of people in this world, those that can count and those that can't www.casserlyprogramming.com
you can just set this on the aspx page at the top in the declaration this might be a little easier.
Three types of people in this world, those that can count and those that can't www.casserlyprogramming.com
i would imagine, depending on how you get your emails, that a simple foreach should do the trick. what format are your emails?
Three types of people in this world, those that can count and those that can't www.casserlyprogramming.com
Timothy Hosey wrote:
I could add more to it, but it would be a fricking headache
erm if you want to create something that people will really want it will be more than a headache, look at ANY of the articles on here and think if the writers didn't have a headache, that they solved, and then posted to the world
Timothy Hosey wrote:
Would it actually be worth anything in the gaming market, other than XBOX 360 games I mean
???
Three types of people in this world, those that can count and those that can't www.casserlyprogramming.com
As well as not having a mother in law!! :)
Three types of people in this world, those that can count and those that can't www.casserlyprogramming.com
i would imagine your getting login because it is stated in the authentication/authorisation part of web.config. Deny users'?' will force all annonymous users out to the login.aspx page.
and yet not so long ago (according to history of world type chronology) human waste was running through the streets of london, there still is a flat earth society. Your jest at incorrect and ignorant biblical pages is a little unbased
what does your web.config file say?
look up robots.txt on google and find out more info about that
interesting considering the bible thousands of years in advance had the shape of the earth told, that it "hung on nothing" and general good hygiene laws (such as excretion removal) that in "civilisation" was vacant until a few hundred years ago. Not to mention moral codes that are still lacking. :)
it is my opinion that meta tags are becoming less and less important and i use only description and keywords. More important on SEO side of life is that we build links to your site and that it has content and says something or does something useful.
ive not found anything that majorly impairs me from the move however there is a cool feature of arrays as a data type in pgsql as a bonus, therefore you can have an example field like maybe colors type text[] and fill it with info like '{blue, black, grey, green}' etc. similar to an enum in c#. Quite a nice little feature that i cant find in sql server
i agree with the guys here you need to ask yourself what you need for your particular circumstances but my personal opinion is that postgre sql is a much easier to use and speedy database than mysql. Using pgadmin3(which is free) you have loads of help and docs and its all free. However, one comment is really true, it depends what you are most happy with and which suits your needs.