beginners-guide

http response message

I want to know that when browser sends a request do the server sends back the contents explicitly? And how would i confirm it? ...

Tutorials and libraries for OpenGL-ES games on Android

What tutorials and libraries are available which can help beginners to develop 2D and 3D games on Android using OpenGL-ES? I'm looking for tutorials which can help me learn OpenGL-ES, and I'm looking for OpenGL-ES libraries which can make life easier for beginners in OpenGL-ES. Since Android is still small, I guess it may be help-full t...

Cocoa Core Data newbie how-tos

Hi everyone, I am one of the great unwashed masses of .NET developers keen to try their hands at Mac OS X development. At the moment I am trying to figure out the various elements of Cocoa and getting a bit stuck on Core Data. I noticed most of the documentation and resources available on the Web involve a broad end-to-end tutorial, be...

Want guidence in devlopment of website??

I want to develop my personal website. Which one should I use, ASP or php? I want the best performance in terms of page loading, rendering of web page, etc. As I'm new to web devlopment would you please guide me? Any tutorial or book to follow? ...

Any readings/books recommended for a beginner mobile Qt developers?

I'm quite new to this mobile development. I just download the Qt SDK from the Nokia web site. My background is C,C++ and I am not very familiar with the visual/IDE kind of stuff. Normally I do things using the console and the vi editor, etc. I have been spending almost 10 years of development mainly on web applications (PHP/Python/Flex...

VoIP and SIP, where to begin

Hi Recently, a client has asked me to do a custom application to manage intercoms. (Barix Annuncicom) After reading the documentation I can do most of the "managing" part, however I'm stuck with the VoIP part. Are there any documentation, guides, articles, that will help me better understand and code a simple VoIP application? I am loo...

Can you recommend a book for programming functionality for LaTeX?

As a LaTeX newbie I want to start using it and extending it with my own stuff. I have some ideas for solutions for technical writing, which aren't solved until now. So I need a good book on LaTeX which looks at it from a programmers point of view. Like how does LaTeX actually work internally, how does all the stuff fit together, and wher...

Beginners Assembly Language

Hello people. I was just wondering where one could start learning assembly language from. could you please suggest some place that can get me kick started with it ? ...

Help with ASP.NET HttpWebRequest

I began to learn ASP.NET and C#, to get more familiar with techniques I want to make plugin for open source BugTracker.Net application. Where I am stacked is that for adding new issue application need to get HttpWebRequest on insert_bug.aspx I did make basic thing working on code like this: string Url = "http://localhost:8090/insert_bu...

New to android dev

I am new to android dev, own an HTC Eris Droid (OS = 1.5 or 1.6 I believe). I am primarily a Microsoft .NET developer and am trying to figure out where to start. What dev IDEs are suggested. I've seen the droid dev site and they suggest Eclipse. But which one? Will installing Eclipse and the JRE interfere with .NET development? Wha...

tutorial about xml handling in java 6

hi, i am getting little bit lost with all the XML handling methods in java, xpath, sax, DOM, DocumentBuilderFactory...different buzz words that i dont see how they relate... 1) so i am guessing my question is any one knows a good tutorial about handling XML in java 6?, i have found a few but they seem to be old. 2) i need to traverse...

Need a good book to help me learn bash, solaris and unix in general.

Just started a new coop workterm and using a solaris machine with bash as my shell. Know basic commands in bash: ls, pwd, find, cd, mkdir, rm, grep ... That is basically all I need to do my job (working in java with intellij), but would like to be able to use my machine better. Can anybody recommend a book for me? Hopping for some l...

[beginner] Filter a RSS flux by keywords in PHP

I have a little site in PHP (that is more static that dynamic, anyway). I see multiple sites publishes RSS fluxes or whatever the name is. I wonder if there a possibility to load a such RSS flux, filter it by the site keywords theme and display it like a little thematic news column using PHP. Is this task complicated? With what should...

I might be working on an ASP .NET application. What does a Java/PHP developer need to know before starting?

I am primarily a Java and PHP developer and have some experience with .NET with C# but mostly on the desktop. What advice would you give me in starting a new ASP.NET application? What is the best MVC choice? What should I avoid doing? What are the major differences in developing a web app using ASP.NET as opposed to PHP or Java? Are the...

How do I get started building a web app?

Hi All, I want to build a PHP web app which will start with a login page and then move from page to page, displaying data from MySQL table in a tabular format, logout, deals with session etc. Is there any reference that walksthrough/tutorial that does all these tasks? I have seen topics from each of those tasks but separate, is there an...

Getting back into C/C++ after several years

While at university I started my first programming with ANSI C, before we moved onto Java later in the course. Now I would like to go back to (re)learning C and C++ again to allow me to contribute with open source projects and also to expand my CV and improve my career prospects. Currently I mostly program in VB.net (I know I know, I t...

How to configure SQLite db in Visual Studio?

I've messed with Access a little bit in the past, had one class on OO theory, and one class on console c++ apps. Now, as a hobby project, I'm undertaking to write an actual app, which will be a database app using System.Data.SQLite and C#. I have the db's table structure planned. I have System.Data.SQLite installed and connected to ...

Windows Communications Foundation Simple Beginning

Does anyone know of some (very) simple tutorials on line on the WCF? Basically I need to play catch up and would like to start with a very basic sample so that i can get some good ground work in place before moving on to more advanced topics. ...

An array problem in C++

To access the array indice at the xth position we can use some sort of illustration as shown below #include<iostream> using namespace std; int main(){ float i[20]; for(int j=0;j<=20;j++) i[j]=0; } However the following piece of code does not work #include<iostream> using namespace std; float oldrand[55]; int jrand; ...

Managing User Profiles with PHP/MySQL for Beginners

I am beginner in PHP/MySql and would develop a simple site that has user management. I like the idea of using OpenId's (like stackoverflow uses). I wonder from where to start? What should I read? I have not much time so probably will net enter in all details of PHP user session management, this because I search something like User pro...