The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
59 views

Developing a cross-platform interface for writing to hardware like PicKit OR USB over the web?

I thought long and hard on weather to put this question in programmers or stack overflow. Please let me know if this is not the right place and I will post it to SO. My friend and I am developing a ...
0
votes
1answer
173 views

How do I add another script engine to web browsers under Linux / Windows / Mac?

In my ample (NOT!) spare time, I'm fiddling with Lhogho and wondering how to go about morphing it into a script engine for web browsers, viz <h1>My First Web Page</h1> ...
3
votes
2answers
287 views

Web to Print system - which client side technology should I use

I'm getting started to develop Web to Print system. My main concern is which client-side techology should I use: jQuery/CSS Flex/ActionScript or something else? For now, idea is that ...
2
votes
3answers
277 views

What are the available tools for creating cross-platform, cross-browser multiplayer online commercial games?

HTML5+Javascript is not viable as the client-side code will be visible and, thus, stealable. Flash is not viable since it's not supported on ipads and thus not cross-platform. Said that, what are the ...
9
votes
11answers
848 views

What do you use to cross-browser test your site? [closed]

I'm nearing the publication of my site, and I'm wondering what everyone else uses to check their sites cross-browser (Opera, Firefox, Chrome, IE (7, 8, 9))? Is there some sort of all-in-one program, ...