Computer programming

Computer programming

Computer programming news and links

Sorted by: Top Picks
Written by dmayur33 on
By organizations, I don't mean Google, IBM or any such organizations. I am talking about the general organization . If we scan through the classified page, advertisements and others they all look for Java/ .NET/ C# programmers. What is the thing, which is keeping Python off the list? Marketing: Java has Sun and C#/.Net has Microsoft. Both do not only develop their products but also market it heavily. There are several people who claim that Java was favored over Smalltalk (from which Java derived) because it has a C/C++ -like syntax that most programmers where already familiar with. Eventually, Java was market as the ... Read Full Story
Written by francissukin on
Book Details Author:David Ascher, Alex Martelli, Anna Ravenscroft No of Pages: 844 pages Press: O'Reilly Media, Inc.; 2 edition Dated:March 18, 2005 Language: English ISBN-10: 0596007973 ISBN-13: 978-0596007973 Book Description Portable, powerful, and a breeze to use, Python is the popular open source object-oriented programming language used for both standalone programs and scripting applications. It is now being used by an increasing number of major organizations, including NASA and Google. Updated for Python 2.4, The Python Cookbook, 2nd Edition offers a wealth of useful code for all Python programmers, not just advanced practitioners. Like its predecessor, the new edition provides solutions to problems that ... Read Full Story
Written by francissukin on
Book Details Author:Peter Cooper No of Pages: 656 pages Press: Apress; Edotion:2 edition Dated:July 21, 2009 Language: English ISBN-10: 1430223634 ISBN-13: 978-1430223634 Book Description Based on the best-selling first edition, Beginning Ruby: From Novice to Professional, Second Edition is the leading guide for every type of reader who wants to learn Ruby from the ground up. The new edition of this book provides the same excellent introduction to Ruby as the first edition plus updates for the newest version of Ruby, including the addition of the Sinatra and Ramaze web application frameworks and a chapter on GUI development so developers can take advantage of ... Read Full Story
Written by francissukin on
Book Details Author:Peter Cooper No of Pages: 656 pages Press: Apress; Edotion:2 edition Dated:July 21, 2009 Language: English ISBN-10: 1430223634 ISBN-13: 978-1430223634 Book Description Based on the best-selling first edition, Beginning Ruby: From Novice to Professional, Second Edition is the leading guide for every type of reader who wants to learn Ruby from the ground up. The new edition of this book provides the same excellent introduction to Ruby as the first edition plus updates for the newest version of Ruby, including the addition of the Sinatra and Ramaze web application frameworks and a chapter on GUI development so developers can take advantage of ... Read Full Story
Written by renold on
Session tracking is a mechanism that is used to maintain state about a series of requests from the same user. Java Servlet technology provides an API for managing sessions and allows several mechanisms for tracking sessions. One of the best approach is by using HttpSession object. HttpSession interface is defined in "javax.servlet.http" package and is used for the purpose of session tracking while working with servlets. we can access a session by calling the HttpServletRequest.getSession() or HttpServletRequest.getSession(boolean) method of a request object. This method will return the current session associated with this request or if the request does not have any session, it will ... Read Full Story
Written by azagniotov on
From Drools version 4 to version 5, the framework has undergone quite a few improvements. These include support for three additional business modeling techniques. So today, Drools is not only a rule engine, but much more than that. One of these techniques is event processing. The module that added event processing capabilities to the framework is called Drools Fusion . It supports Complex Event Processing (CEP) and Event Stream Processing (ESP). "...Complex Event Processing, or CEP, is primarily an event processing concept that deals with the task of processing multiple events with the goal of identifying the meaningful events within the event cloud. CEP ... Read Full Story
Written by ksmithaiea on
Hello, I am having a problem with the code posted below. When I try to run the jsp file in firefox I get this error: org.apache.jasper.JasperException: An exception occurred processing JSP page /JSP9.jsp at line 29 26: 27: String name=request.getParameter("name"); 28: //stmt.executeUpdate("insert into Rot(name) value('"+name+"')"); 29: rst=stmt.executeQuery("select name from Rot"); 30: 31: 32: %> Any help would be appreciated. Rot is the name of a test database on my system created by MySQL. I am also running Tomcat on my computer. <%@ page language="java" import="java.sql.*"%> <% String driver = "org.gjt.mm.mysql.Driver"; Class.forName(driver).newInstance(); Connection con=null; ResultSet rst=null; Statement stmt=null; try{ String url="jdbc:mysql://localhost/David?user=deepak&password=deepak"; con=DriverManager.getConnection(url); stmt=con.createStatement(); }catch(Exception e){ ... Read Full Story
I just gotten PHP/MySQL for Dummies (MySQL and it's control then I do with PHP, which is some what easier for me to follow. User is offline PM ... General Web Design, Programming, |-- Client-side Scripting, |-- Server-side Scripting, |-- Databases, |-- Web Server Configuration, General Interest, |-- Site Review Requests, |-- Jobs Seeking Programmers, |-- Programmers Seeking Jobs, |-- Off Topic, HTMLHelp. ...  
From blogsearch.google.com ()
More perspectives...
Secure SMTP client Executing multipple SQL statements stored in files Executing multiple SQL statements stored in files Simple XML Generator MySQLi access HN_htusers CSS Dispatcher PHP parallel programming Multi Singleton SQL Query Generator  
From phpdeveloper.org ()
More perspectives...
The changes are rather straightforward and require light PHP and MySQL programming. You should also be familiar with using csv files with databases. Below is a list of the changes.. ... • Mysql PHP Info Keeping System If you dont have ...  
From blogsearch.google.com ()
More perspectives...
python 5 Reasons Why You Should Learn Python Programming If you are new to Python programming or in computer programming in general, it would certainly be important for you to get some information on the advantages and disadvantages of ...  
From blogsearch.google.com ()
More perspectives...
Salvation Army to Get an Enhanced Computer Lab and Library Thanks to Target ...ReutersHe continued, "Upgrading our computer lab will improve the quality of service we can provide the youth attending our after-school programming as well as ...PITTSBURGH: Salvation Army Receives Grant for New Media CenterWPXI.comall 5 news articles »  
From news.google.com ()
More perspectives...
Help Net SecurityNew book: "Programming the iPhone User Experience"Help Net Security... they also usher in a new standard of human-computer interaction through gestural interfaces and multi-touch navigation. Programming the iPhone User ...and more »  
From news.google.com ()
More perspectives...
Part 2: Q&A with Jeff Moss on computer hackingCNET NewsThere wasn't a whole lot of programming books back then so I learned BASIC and I started learning assembly language. And then to upgrade the machine you had ...and more »  
From news.google.com ()
More perspectives...
Sponsors
Sorted by: Top Rated
  1
  2
  3
  4
  5
  6
  7
More From Zimbio
Copyright © 2009 - Zimbio, Inc. Some rights reserved.