Tagged Questions
The steps tag has no wiki summary.
18
votes
10answers
8k views
Basic steps for Agile software development methodology
What are the basic steps for Agile software development?
And how you start a new project with agile methodology?
3
votes
1answer
593 views
Cucumber: web_steps.rb
I'm wasting my time here and I can't seem to figure this out..
I have used Cucumber in Rails applications before, and if I'm not mistaken, it generates the features/step_definitions/web_steps.rb ...
3
votes
5answers
620 views
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 ...
2
votes
2answers
79 views
make a popup demo /intro for a website
I wish to provide a quick demo about the contents of my website and how to use them in a proper way as soon as a user visits my page. I wish to give the demo using a popup type window at the top.
I ...
2
votes
1answer
276 views
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 ...
2
votes
3answers
135 views
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 ...
1
vote
1answer
18 views
Jquery ui slider
Hi i am looking to set the steps of a jquery ui slider to the following because when it increments every one step it takes ages and i end up with lots off lag.
0,6,12,24,48,96,200,2048,51200
i know ...
1
vote
1answer
65 views
Single transaction for multiple steps (scheduled job t-sql)
I wonder if it is possible to cover all the steps of a job with a single transaction. Like,
TRY (BEGIN TRAN; STEP1 ) CATCH(ROLLBACK)
TRY (STEP2) CATCH(ROLLBACK)
TRY (STEP3-last step) ...
1
vote
2answers
113 views
Steps of mastering c/c++ (or programming in general) [closed]
Would anyone thankfully list steps by which he/she advanced in c++. What topics to begin with? For example, what i know right now is knowing the language syntax and an introduction to programming and ...
1
vote
2answers
94 views
Print all steps of asp:Wizard control
I have a asp:Wizard control in my Web Application.I need to be able to print at any step within the wizard , and print all steps up to that step not just the current step.
I've added a print button ...
1
vote
1answer
88 views
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 ...
0
votes
0answers
71 views
What are the steps to follow to access SVN repository from XCode 4.2?
Currently i switched my ios developing from XCode3.2.5 to XCode4.2. In XCode3.2.5 i used SVN repositories but in XCode4.2 i dont know how to use the SVN. Please suggest me any blogs to use SVN from ...
0
votes
2answers
34 views
height control - multiple step form without absolute positioning
The following is the script I am using:
http://www.webdeveloper.com/forum/archive/index.php/t-152085.html
How can you have a container around a multiple step webform without the height/absolute ...
0
votes
1answer
94 views
Ambiguous step in cucumber
I have defined this step:
Then /^the "([^"]*)" field(?: within (.*))? should be empty$/ do |field, parent|
with_scope(parent) do
field = find_field(field)
field_value = (field.tag_name == ...
0
votes
1answer
87 views
Progress Tracker -asp.net web pages
I need to track the progress of certain steps and inform the user what step they are at and what is left to do . I was looking for somehthing like this :
...
0
votes
3answers
95 views
BDD: How does Baby steps work?
I'm trying to learn about BDD and I've read about baby steps. How do they work? I'm trying to figure it out.
For example, using the following feature:
Feature: Months and days to days
In order to ...
0
votes
4answers
2k views
Multi step/page form in PHP & CodeIgniter
I'm trying to build a multi step/page form in PHP and CodeIgniter and I was wondering if any of you could help me.
How can I have a multi step form in CI that updates rather than inserts again when ...
0
votes
1answer
539 views
How many primitive operations in a simple loop?
I have a bunch of code to find the primitive operations for. The thing is that there aren't really many detailed resources out on the web on the subject. In this loop:
for i:=0 to n do
print test
...
0
votes
1answer
52 views
What are the standard/practical steps required before moving to implementation of any Project/Task?
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 ...
0
votes
2answers
286 views
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, ...
-1
votes
2answers
135 views
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 ...