Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

18
votes
6answers
407 views

How to find a coding buddy

I was reading Jeff Atwood's blog and he mentioned that he was suffering from code-paralysis (he called it analysis paralysis, but I feel like it's also code paralysis) when he didn't have a code ...
18
votes
4answers
898 views

Good ways to earn income as a self employed developer

I was just wondering if people could share their experiences and ideas about generating / earning income from a software product or service they have personally developed. To me this seems like a ...
11
votes
3answers
326 views

How safe is it to assume that most users will have JS enabled? [closed]

Possible Duplicates: Is it reasonable to assume my visitors have javascript enabled? How many people disable JavaScript? I know that JS should only be used to enhance functionality and ...
10
votes
16answers
765 views

Is Silverlight a good alternative to AJAX?

Microsoft seems to propose 2 alternative options for building Web 2.0 business sites: A thin client architecture consisting of ASP.NET (Weforms or MVC) on the server side and javascript on the ...
9
votes
9answers
1k views

Web 2.0 Advantages?

The GWTPHP Framework here says the following: One of the advantages of Web 2.0 based applications is that the traffic between client and server consists only of data. You don’t need to ...
9
votes
6answers
398 views

How to know if a page is currently being read by the user with Javascript?

I'm making a webpage with dynamic content that enters the view with AJAX polling. The page JS occasionally downloads updated information and renders it on the page while the user is reading other ...
8
votes
3answers
540 views

Reputation and point system models

I'm looking to implement a reputation-based point system for a QA site. I like Stack Overflow's model, but I was wondering if there's anything else like this out there. I was doing some research on ...
8
votes
11answers
1k views

Can a developer truly be Language Agnostic?

Apologies this question could be interpreted as a question not to ask but an impending project has lead me to this. When you ( as in a developers / designer ) first encounter a task / project do ...
8
votes
4answers
368 views

Anyone out there implement(ing) microformats? is this useful?

I've seen the MF people talk and have heard my own fair share of MF evangelism, yet haven't done anything about it fearing the gains aren't really worth the hassle. Does anyone use this? BTW, from ...
7
votes
8answers
465 views

Why should I use “Web 2.0”-style URLs?

In short, why use something like http://stackoverflow.com/badges/6/supporter instead of something "simpler" (and subjectively, at that) like http://stackoverflow.com/badges/6/. Even on my own site ...
7
votes
4answers
4k views

Creating a shiny Graphic/Gloss Effect

I would like to programmatically create a gloss effect on an Image, kinda like on the Apple-inspired design that the Web has adopted when it was updated to 2.0 Beta. Essentially this: Now, I see ...
6
votes
3answers
2k views

shareThis vs addThis

ShareThis and AddThis are drop-in bookmarking and social link-sharing scripts you can add to an existing website. i don't know which one i should use What are the cons and pros of each? both ...
6
votes
8answers
776 views

Should I be learning Flash/Flex/ActionScript or HTML/CSS/JS (“HTML5”)? [closed]

I'm fairly new to this whole web-development thing (2 weeks maybe, my 1st scraping of code exists here, I quite like it) and I ended up learning to use Adobe's Flash Builder 4, which I have come to ...
6
votes
6answers
347 views

How does Collective Intelligence beat Experts' view?

I am interested in doing some Collective Intelligence programming, but wonder how it can work? It is said to be able to give accurate predictions: the O'Reilly Programming Collective Intelligence ...
6
votes
5answers
12k views

Where can I find a large AJAX loader .gif?

I searched the Web, but the most I was able to find was 180x180 pixels. I'm looking for a ajax loader .gif animation that is at least 400x400 pixels. File size is not very important, it's for intranet ...
6
votes
10answers
1k views

Can you recommend a good FLEX online resource or book?

Are there any favorite online references or good introductory and intermediate/advanced books on this topic that you could recommend to me? I'm a java developer, so I'm looking for something which ...
6
votes
5answers
1k views

Simplest way to make a Google Map mashup?

Given a list of locations such as <td>El Cerrito, CA</td> <td>Corvallis, OR</td> <td>Morganton, NC</td> <td>New York, ...
5
votes
4answers
376 views

Erlang / Python framework for Web2.0 / Mobile2.0 application, includes video, chat, click-to-call etc

Am a relative newbie to both Erlang & Python (can write/read small programs, yet to master FP-paradigms), willing to learn but need to move fast from learning to production, seeking some community ...
5
votes
6answers
4k views

Best Web2.0 framework for Java? [closed]

this question is quite related to the one asked here, however, I am not interested in the best web framework, but in the best web2.0 framework for Java. First, here is what I want to achieve: ...
5
votes
4answers
981 views

embeddable flash based mp3 player

I need to serve audio content (not music though, more like podcasts; human speech), and I'm thinking of using a flash-based player to let users hear the content without having to download it. I need ...
5
votes
3answers
748 views

Is there a way to validate hAtom microformat?

I have implemented hAtom microformat on my blog. At least, I think I have, but I can't find any validator (or any software that uses hAtom) in order to determine if I have done this correctly. A ...
4
votes
8answers
239 views

Is this “craziness” stack of technologies to create web apps good?

I thought about web apps and current technology staff like PHP, Python, Ruby. Red stack and SE about languages, etc. But I don't get one thing - why servers should do all this work to create user ...
4
votes
4answers
753 views

Intelligent web features, algorithms (people you may follow, similar to you …)

I have 3 main questions about the algorithms in intelligent web (web 2.0) Here the book I'm reading http://www.amazon.com/Algorithms-Intelligent-Web-Haralambos-Marmanis/dp/1933988665 and I want to ...
4
votes
5answers
644 views

Silverlight vs web 2.0

I understand that silverlight has come a long way since its inception, but I have always struggled to find the business need for silverlight. What are the advantages and disadvantages of silverlight ...
4
votes
1answer
107 views

Website for prototyping OO class diagrams

Do any web 2.0 like websites exist for prototyping object oriented class diagrams?
4
votes
4answers
243 views

Are there reasons why the java/spring/hibernate stack aren't popular in the web 2.0 space?

I am really impressed with the java/spring/hibernate stack, and really want to dive in. Just curious, why are so many people using rails when java/spring/hibernate are tried and true? I guesss its ...
4
votes
3answers
1k views

How keep-alive of HTTP can/is play role in AJAX application

"keep-alive" its there in HTTP. Some says it good should be used, but i am unable to get to any conclusion. So please provide your input/answer/views so i can get some ground for this, What it ...
4
votes
2answers
644 views

Google Search API Backend

I was wondering if any of you know how to implement a backend system that will retrieve SEO information from Google (Website Ranking, #ocurrences in the first X results in google, etc). I know Google ...
4
votes
4answers
279 views

What are the best practices for building a community site?

QUESTION: What are some best practices for building a community site? I LOVE StackOverflow. This is what I think of when I think of an online community. I have an idea for a website that educators ...
4
votes
6answers
828 views

How do you keep up with all the web frameworks?

MooTools/Cappuccino/SproutCore/Django/RubyOnRails/Pylons/jQuery/etc Help, too many buzzwords out there. I spend more time reading about them than actually having time to learn and use them...what to ...
3
votes
1answer
58 views

How do websites achieve the 'Web 2.0' look and feel?

I'm not sure that I'm using the correct language here so I will give some examples of web sites which I believe have 'Web 2.0'look and feel https://www.yammer.com/ http://www.heroku.com/ ...
3
votes
3answers
247 views

How to draw in web 2.0?

I heard that drawing abilities will be supported by Web 2.0 Tried to find something in Internet about, nothing really clear. Could you please point me into something that allows (or will allow in ...
3
votes
6answers
956 views

Help choosing a good modern CMS

I am creating a website. It is basically geared towards people from my country who are now living, working, studying abroad. I want it to be like a community driven website which has forums, blogs, ...
3
votes
2answers
2k views

web based video chat similar to gmail chat/video chat

i m developing a social networking application using php and i want to make a chat application which supports video chat features like in Gmail ( google provides browser plugin for that ) I have ...
3
votes
9answers
2k views

Graph drawing for the Web 2.0

There are a lot of chart drawing libraries out there, but what I am looking for is an interactive(!) graph (nodes and edges) drawing library. At best some kind of AJAX, but I am also open for other ...
3
votes
9answers
2k views

Best Solution for Caching

Where is the best place to implement caching in a web based app? At the presentation layer (hope not)? At the Business Logic Layer? At the data layer? I'm going to use something like memcached or ...
3
votes
3answers
1k views

Javascript date picker for displaying one week only?

I am looking for a Javascript-based date picker that would allow me to display one week only (instead of the current month). Ideally it should be one that can be expanded to a full month view if ...
3
votes
8answers
498 views

When is it appropriate to use AJAX?

When is it appropriate to use AJAX? what are the pros and cons of using AJAX? In response to my last question: some people seemed very adamant that I should only use AJAX if the situation was ...
3
votes
6answers
277 views

What is the best way to monitor community-driven websites like stackoverflow, digg, etc?

I've tried RSS feeds, but these always-updating sites that have tons of entries per day just fill up my poor reader. I do keep my Google Reader, I monitor quite a few feeds, but they are all (with the ...
2
votes
3answers
53 views

_SESSION['xxx'] not being retained across pages in my web application

I have an html file which has inline php. The index.html looks roughly as follows <?php session_start(); echo $_SESSION['xxx']; ?> <form action=blah.php> ... </form> And in ...
2
votes
2answers
104 views

Web Api to extract information from website

I need kind of service that extracts title from web page and returns in from of json. I would not like to parse web page or waste any unnecessary CPU cycles. ie call should be something like this: ...
2
votes
1answer
164 views

Does anyone know how these cool sites like twitter/facebook/Amazon doing the performance testing and tuning?

How does these cool web site doing performance testing? Do they use any open source load generator like Jmeter/Grinder? Or they have their own (eat own food?) Yes, this question is a little sensitive ...
2
votes
2answers
383 views

Page auto-update like in Twitter

I wanna add page auto-update on my web site. It's written in Python and jquery, so I wanna try Twisted (or another COMET thing). The problem is about I don't know what exactly I need and what docs I ...
2
votes
2answers
275 views

JSF mobile web version. What technology to use?

We have currently developed a trading platform using glassfish and primefaces. The company is looking to expand the application and provide a mobile web version. What technology can I use that is ...
2
votes
3answers
397 views

Best Web 2.0 UI book

Which is the best book for hands on web 2.0 User interface development?. I would like a book that can help me learn the CSS needed to make good looking highly userble web 2.0 interfaces with rounded ...
2
votes
1answer
126 views

Is ASP.Net Server Control, Postback Architecture failed in current Web 2.0 World

What i am looking around me is the drastically change in ASP.Net Architecture. More and more company are following the approach of JSON based wcf service in middle tier. Plain HTML based UI tier ...
2
votes
7answers
320 views

Examples of “when is good idea implement many-to-many relationships”?

I ask this because need to understand/explain better with examples. clasical examples like: an Article can be published in multiple Publication objects, and a Publication has multiple Article ...
2
votes
9answers
2k views

What programming languages do Web 2.0 sites use?

A lot of web 2.0 sites seem very quick and seamless. I was curious as to what programming languages websites like wordpress, flickr, campaignmonitor, etc use, both from the client side and from the ...
2
votes
5answers
179 views

Is it normal for a website to return HTTP Code 200 for a Page not Found(404) Page?

I was doing some testing with some sites (that I will not mention), and they are returning 200 code when they are page not found pages. Is this against any web development standard? This is the code ...
2
votes
1answer
83 views

Is there a programming template or a open source framework to study tags in web apps?

Maybe the question is a little confusing. I will like to implement tags (similar to what is used in stackoverflow) in my web application. I will like to take a peak in any documentation, framework ...

1 2 3