online

Learning C: Online resources

Can you point me to some online resources? I couldn't find any good. Also the resources shouldnt be too old. There also wasn't any SO question covering this. Or atleast I didn't find it. Edit: Practical approaches would be very nice too. Something like Real World Haskell but just for C. Is there something like this? Edit2: With "too ...

Is there any web site or software where I can see a project's progress in graphic style

Basically i have one project where i have to collect points based on hours task has 5 points per hour ans task2 has 20 points per hour and depending upon how much points i have earned , i need to have daily graph to see my progress . is there any ready made application for that / ...

Is there any online IDE for Java?

It doesn't have to be full blown of course, and console output only would be enough. I'd like it to be able to work on some program parts on any PC which has internet connection. I'm really looking for a lightweight IDE I can also use for quick tests Related: Web-based Java IDE ...

DB setup for Web2 online applications [Solved]

Hi, I'm planning to code a Web2 online application and I'm looking for best-pratices. I'm talking about online apps similar to web collaborative or billing apps. In fact I'm wondering how they setup their DB? Do they put all users info in the same DB, is each user have their own DB? Any suggestion and information are welcome! Tha...

How do i connect my .php to phpmyadim?

I need help on creating a basic log-in page and registration page. I only know the basic stuff on php. And my boss told me to use the database he created online (phpmyadmin). So how do I connect the .php file I created to the online database? I have experienced connecting it to a database. But not the one that's online. Any help please? ...

Online Photoshop via HTML 5's Canvas?

Does anyone know an online Photoshop -like editor that utilizes Canvas? I know at least 4 Flash editors, but I'm interested in finding a Canvas based one. ...

creating Online form builder

Is it possible to create clone of the site http://jotform.com/ using asp.net I tried using jquery and asp.net, Creating the user interface is okay, but i'm stuck in managing the backend e.g. the form will have variable number of fields and the variable number of fields will be saved in the database saving-retrieving-managing form sub...

Complete online reference for the C standard library?

Have any of you got a link to an online reference that completely decribes the C(99) standard library? When i say describes, i mean something i can keep open and refer to when im coding. I'm looking for something along the lines of DevGuru ECMA script Reference but for the C standard library. ...

Wiki Database, is there one?

I was searching the net for something like a wiki database, just like wikipedia but instead stores structured content, editable by users. What I was looking for was an online database accessible by everyone where people can design the schema and data with proper versioning of both schema and data. I couldn't find any such site. I am not ...

Free java projects Online and download

Hai Guys, If any one know any site where i can download sample java projects ...

Dynamically populate a pdf

Could anyone help me? I need to insert information to the header of a pdf from a customer form online with php. I am not a programmer so I need a sense of direction before I speak to my developers. The idea is to get licence information from a field, insert the information to the header and save the result as securely as is reasonably...

online users log

hi friends I want to build a code (PHP) for detecting online user's ip I have installed Discuz forum. it shows the ips itself. what i want is something different. I want to built a code to see the ip of all online users in one page. how i can do that ? I wrote a code. see: function getRealIpAddr() { if (!empty($_SERVER['HTTP_C...

Cannot access Online Help in Visual Studio 2008

Running VS2008 Pro on Windows 7, all SP and hotfixes installed. When I click F1 on a (valid) keyword in VS2008, I only receive the "Information Not Found" page. I know I didn't install the full msdn as I just wanted to use online help. I can't recall if I clicked or unclicked anything during the install process (installed a couple of ...

Online XML Viewer

I have a webserver with XML files on it. I want to find an online application that I can put on that server that will give Users access to view the raw XML files without being able to edit them. Does anybody have any ideas? This is a Windows server. ...

Online IDE for Python

Is there any web-based IDE that I can use to run quick tests? There're a dozen for PHP and some for even Java but I haven't found yet that runs Python. If there's an open-source IDE available that I can host and run myself, that'd be better. Thanks ...

Techs needed for building a online radio website....?

Hi everyone.... i need to build a website that streams music from an online radio station...? In this website, the user can choose from different channels and listen to music.... What are the possible softwares or technologies that i can use to build this....? I will be using php for server side.... I am researching about what else i...

How to setup an online shop using HTML or ASP.net

Hi All, I don't know if this is the correct place to ask this question but i desperately need help in creating an Online Shop (buying products, handling transactions, etc) - Could anyone please suggest me the best method availble either in HTML or ASP.Net because i don't know PHP. Your help is much appreciated! Many Thanks! ...

Bug / Feature Tracking including Customer Donations

Hi Is there a nice online web 2.0 bug tracking software that allows users to: Create a Bug / Feature Vote on the above Admins assign a cost to implement Users have the ability to donate to get the bug / feature implemented Once the money has been raised then the job can be done. Cheers Ian ...

how to create a online javascript editor?

I'm learning javascript, however it's not so convenient to do some experiments. You have to create a template HTML file and then embed your js code into it, and then use browser to open the html file. Even you just want to see alert("hello world"). I wonder if it's easy to create a online javascript editor. The basic idea is: in a html t...

How to implement low-latency n-to-n audio chat

Dear overflowers, I am investigating on how to implement an n-to-n audio chat (so, lets say 4 people hear each other). This is quite trivial using Flash or Wowza Media Server. The real problem is the latency because the 4 people in the chat have to do things as synchronous as possible (for example, something like singing together). Ever...