Tagged Questions
-1
votes
0answers
103 views
Developing an online IDE [closed]
Firstly, I am doing this for a large project, and it is 100% necessary for it. I am an experienced programmer with strong knowledge of Python, C, Ruby, Javascript, JQuery, HTML/CSS (but I have no ...
2
votes
2answers
260 views
Tutorial dependency — how to do I learn to code by myself?
Here's the thing: I have been learning to code in jQuery (not raw JS) and PHP for about 3 months now. During this time, I have learned a lot of different things, discovered how a web application is ...
3
votes
1answer
148 views
On Developing Web Services with Global State
I'm new to web programming. I'm more experienced and comfortable with client-side code. Recently, I've been dabbling in web programming through Python's Google App Engine. I ran into some difficulty ...
2
votes
1answer
180 views
Expanding existing DVCS Wiki [closed]
A portion of my job is to maintain technical documentation for a rapidly expanding manufacturing company. Because it is only a portion of my job and the company's product line is expanding so ...
1
vote
1answer
330 views
Pinterest - loading more images when scrolling down effect. [closed]
The drag down and load more pictures effect in Pinterest - I see that more commonly used in many a site. What exactly is that done through? Could it be done through javascript? I work mostly in php ...
2
votes
3answers
699 views
Using Metro style in my web applications
I love the Metro UI (Modern UI/Windows 8 style UI, whatever) and would like to have the "tile" design on my site as well. Something like this or this. Am I allowed to do this or do I have to contact ...
14
votes
4answers
755 views
TDD - Outside In vs Inside Out
What is the difference between building an application Outside In vs building it Inside Out using TDD?
These are the books I read about TDD and unit testing:
Test Driven Development: By Example
...
1
vote
4answers
2k views
Do I need to know servlets and JSP to learn spring or hibernate or any other java web frameworks?
I've been asking a lot of people where to start learning java web development, I already know core java (Threading,Generics,Collections, a little experience with (JDBC)) but I do not know JSPs and ...
2
votes
4answers
565 views
New to Back End Development where to start? [closed]
I am an student learning web development by my own, I am very interested in back end development where can i start to learn?
10
votes
5answers
926 views
How do I make sense of the javascript frameworks explosion ? Should I learn them all?
For a beginner web developer who is still doing web development the conventional way (PHP/J2EE/Struts on server side, HTML/CSS/Javascript on client side), I was bowled over by the recent blog post on ...
3
votes
2answers
194 views
SEO url best practice
i'm building something and some of the titles may be the same so what i'm looking to implement is a random generated string which will correlate to the ID of the post in question, example:
...
5
votes
7answers
465 views
Platform to Learn/Experiment with Web Programming
I am looking to teach myself some web programming, but I am not sure how I can experiment with an actual website. Are there sites that host platforms for these purposes?
0
votes
1answer
1k views
How much do i need to learn in order to get an entry level asp.net job? [duplicate]
Possible Duplicate:
If you develop with ASP.NET, which other technologies do you use?
I'm currently learning C#, but I've noticed that there is a lot of demand for ASP.NET developers.
I ...
5
votes
2answers
214 views
Web Developers not learning “traditional” techniques?
I ran across this question on SO: http://stackoverflow.com/questions/7373066/webpage-source-code-incomplete-hidden-code
Without trying to infer too much or start a side-discussion of the sort that SO ...
1
vote
2answers
196 views
Watermarking an image with the text given as input [closed]
I want to create a simple web app where I can drag an image in, and watermark the corner with the given text. Where should I start for something like this?
I have knowledge in Java and Ruby.