steps

Basic steps for Agile software development methodology

Hi, What are the basic steps for Agile software development? And how you start a new project with agile methodology? ...

Text based browser game

I wanted to create a text based browser game, so how should I go about? I can do programming in asp or jsp or php that is not a barrier, but I am unaware of what steps that one needs to follow while attempting to make such games. So please guide me. please also recommend me a programming language for making the same. ...

Joomla from scratch

I have joomla installed on my brothers server using softaculous in cpanel. But my brother removed all the categories, articles and sections on joomla that came with sample data. Now that i got access, i don't know how to do stuff without sample-data. I want to write things and continue with content management. But the problem is i have n...

Study Roadmap for PHP?

I need to know what are the right order of the PHP learning steps, I have learnt PHP basics, OOP basics too, and I made some small projects using them, however, there are a lot of subjects and techniques in PHP and I'm confused with what to begin first and then what etc? Following a methodical way when learning anything can save a lot o...

What are the standard/practical steps required before moving to implementation of any Project/Task?

Hi everyone, I liked stackoverflow very much and just got registered. As I am a beginner in programming, most of the time i just implement/code my tasks directly not even thinking of creating any dfd's, flowcharts or other tools for my new classes and methods. In some interviews i was asked what process do you follow and i was confused...

How to do steps of an API through CLI/ batch mode without GUI

I'm using Audiveris API to generate xml(MusicXML) file once the sheetmusic(e.g. pdf/img file) is being input (i.e. When I give the sheet music (pdf file) location, to generate the xml file out of it (in another location)). Audiveris has its own GUI to do this. But can I do this process of sheetmusic-to-xml without using their GUI, but ...

Running a login step prior to scenario outline in cucumber

I'm using cucumber with webrat/mechanize to test a PHP site and I'm trying to improve the speed the tests run by avoiding running unnecessary steps. I want to use a scenario outline to check a whole lot of pages are accessible/protected depending on the user who is logged in: Scenario Outline: Check page access is secure Given I am l...

programming education tree

I was wondering, is there a some kind of infographic or tutorial out there that describes the various branching of programming education? Let me provide an example: I'd like to create a camera tracking program using, say, Intel IPP and Xcode. This is a pretty advanced project for a beginner, so I'd like to know what I have to know how t...