development

Am diving into web development using python. Will Flask be a good place to start!

Hi so as the title suggests, am just diving into web development. And if you might see my last post, it was about understanding the concept of sessions. So that is the level of my expertise in there. I went across a couple of frameworks, and I seriously dont have the patience of going through the entire django docs. So I stumbled across...

How do I hid the UITabBarView when loading some view?

Hey, I'm developing an iPhone app, where I have a UITabBarController that has a UINavigationController for each TabBarItem. I want, after some level of navigation, to hide the TabBar, and to replace it with a full screen view, just like the iPod application, the TabBar hides when you reach the media player, and returns when you get bac...

Good pl/sql ebook or video tutorial which are available free for download

Please can anyone tell me of sites i can access to download free oracle pl/sql ebooks or video tutorials? Thanks. Moze ...

Environment organization / workspace structure guidelines for (interactive?) developer

Planing to change my computer soon, thinking about how to organize my folders and files. If you are develop something for Flash/iOS/Android/??? platform, please share your thoughts. I am personally a Flash platform developer and a Mac user, so I think it should be a single directory ~/Development/ (/Users/username/Development/ in my cas...

ps3 applications development.

Possible Duplicate: PlayStation3 application development hi everybody,these forums said that the only way to develop ps3 games is through linux,can anyone tell about this elaborately,ie what tools needed for the developement. thanks. ...

ps3 applications development.

Possible Duplicates: PlayStation3 application development ps3 applications development. After we install Linux on a PS3, what tools are needed to develop applications (or) games on Linux? Can someone please clarify this? ...

ps3 applications development.

hi,can anyone tell what to do develop ps3 applications (or) games after we install linux on ps3. and other thing is that can we develop ps3 games on window platform for that what tools needed,its little bit of confusing. can anyone clarify this? ...

Uitabbarcontroller and uinavigationcontroller howto

Hello, general question here. I have an iphone app that initially has a uitableviewcontroller (with search in order to query through a list of entities). In my case car information. Upon selecting an entity, what i do now, is pushing the "genericcarinformation" view controller to the navigation controller. This is a uitableviewcontroll...

Android Development: File Browser For Reading/Saving Files

Does anyone know any good tutorials for this please? Or could anyone run me through some basic code for making this? Please & thank you, Alex. ...

Android: Image button as a hyperlink, phone call, map directions?

I have a simple app that I'm putting together for my company. I have 4 buttons that I've created but can't seem to get them to link correctly. One button should open our mobile site, another button to call us, another button to map to us, and the final button linked to our "News" site. Any help would be greatly appreciated! ...

Going from SQL database to CRUD (and getting there quickly)

I'm running VS2010, IIS7 w/ SQL Server 2008; programming a web application in C#. So, I've got my database with all relationships carefully mapped; it has about 25 tables with 6 different schemas (e.g. [Account], [Customer], [Product], [Category], [Vendor], etc). What tools, methods, and architectures are commonly used to quickly go fr...

How does a lone developer code review?

I've had an epic google on this topic and also looked long and hard through the suggested answers to this quandary so please I just want some concrete advice if such exists. Here's my situation. I work as the sole developer at a very small company, my boss used to hack a bit of classic ASP but no longer uses and thus has lost most of his...

Android Development: How Can I Add Syntax Highlighting Features

Hello, I want to add syntax highlighting to my application. I'll be using syntax highlighting with PHP, HTML, CSS, XML and JavaScript. How can I do this? I have a TextChanger set up on my EditText, which I want to use so that the syntax highlighting process occurs when the EditText gets changed. I'm new to Android development and only...

How to keep my public users from landing on my Development Server?

Hi All, We have a team working on a development server that rolls to a live server once a month. (It's on a separte subdomin - but otherwise looks like the live site (which is the point)). How you other distributed teams keep public users off an open development server/site? (We can't use a localhost - we're in 3 differnt countries) T...

High quality spiral experience know-how learning site like khan academy about development? (in English)

I feel, that part of the question got lost in translation, so here is my longer description of my programming related question: Name one or many (website or blog or vlog or wiki or tweet account or database or ebook or forum or entity of stack exchange or feed or message board) that fill criterion's and at least 1 aspect as described be...

cell view disclosure button and relevent method

hi, I have been struggling with a cell disclosue button... First it was saying it is depreciated as I was using: Code: -(UITableViewCellAccessoryType)tableView:(UITableView *)tableView accessoryTypeForRowWithIndexPath:(NSIndexPath *)indexPath { return UITableViewCellAccessoryDetailDisclosureButton; } So I commented that out and adde...

Safari Extension HTML editing...

Hi! I am working on a safari extension that will need to edit the HTML of the webpage currently being viewed. How do I edit the HTML of the currently viewed webpage within the safari extension workspace?? Thanks! --G P.S: Random question -- I just noticed a "Community wiki" checkbox. What does it do? ...

Locations of CSV files in Android

I'm having trouble reading in from a .CSV file in an android app. Mainly a "FileNotFound" error. Where would be the easiest place to put the file, and what would be the address to it. I have been messing around with a few different places but have had no luck. Can anyone point me in the right direction? ...

Can I develop for Android Tablets without an actual tablet device?

I bought the Augen Gentouch78 to start dabbing in development for Android tablets, but this device is gravely excruciating to use (and I'm returning it). Is there a way to configure the emulator to tablet specs (namely Samsung Galaxy Tab)?? ...

Android UI Layout Question

I am new to Android programming and have done a lot of searching for the answer to this question however I can not find an answer. Maybe I am using the wrong search terms because it seems like a pretty basic request. I my design (as an example), I would have two text fields defined in my relative layout followed by an image and I would ...