6
Oct

Book Of The Week: C++ Primer Plus (5th Edition)

   Posted by: admin   in Programming

http://www.datajungelen.no/images/cplus_primer.jpg C++ Primer Plus (5th Edition)

List Price: $54.99

Your Price: $34.64

You Save: $20.35 (37%)

If you are new to C++ programming, C++ Primer Plus, Fifth Edition is a friendly and easy-to-use self-study guide. You will cover the latest and most useful language enhancements, the Standard Template Library and ways to streamline object-oriented programming with C++. This guide also illustrates how to handle input and output, make programs perform repetitive tasks, manipulate data, hide information, use functions and build flexible, easily modifiable programs. C++ Primer Plus, Fifth Edition makes learning and using important object-oriented programming concepts understandable. Choose this classic to learn the fundamentals and more of C++ programming.

With the help of this book, you will:

  • Learn C++ programming from the ground up.
  • Learn through real-world, hands-on examples.
  • Experiment with concepts, including classes, inheritance, templates and exceptions.
  • Reinforce knowledge gained through end-of-chapter review questions and practice programming exercises.

Also please check out our last week’s Book Of The Week Review:

Book Of The Week: PHP 6 and MySQL 5

If you enjoyed this post, make sure you subscribe to my RSS feed!

Tags:

6
Oct

Python language updates to version 2.6

   Posted by: admin   in News

The Python development community announced Thursday the official release of version 2.6. It includes support for new syntactic features, new modules, and some structural improvements. Python 3.0 will be the first major release to break backwards compatibility with prior versions. Python 2.6 provides backwards compatibility with the 2.0 series but also includes many features that have been backported from Python 3.0.

Python 2.6 introduces the new format method for string types. The format method, which is based on PEP 3101, can be used as an alternative to the string “%” operator and facilitates more sophisticated interpolation capabilities.

Development on Python 3.0 is moving along quickly and the first release candidate was issued last month. To download Python 2.6, visit the official web site.

If you enjoyed this post, make sure you subscribe to my RSS feed!

Tags: ,

5
Oct

Adding Google Adsense Ads to Joomla Video

   Posted by: admin   in Programming

Now make money with your website traffic. This video will explain the basics of what you need to do to add Google Adsense to Joomla. This video is created by joomlapackages.

YouTube Preview Image

Have more tips or questions? Please leave a comment.

If you enjoyed this post, make sure you subscribe to my RSS feed!

Tags: ,

3
Oct

Best Programming Quotes

   Posted by: admin   in Programming

These are some of my favorite programming quotes:

  • There are 10 kinds of people in this world….Those who understand binary and those who don’t. - Anonymous
  • For a sucessful technology, honesty must take precedence over public relations for nature cannot be fooled. - Richard Feynman
  • Before software can be reusable it first has to be usable. - Ralph Johnson
  • Software and cathedrals are much the same - first we build them, then we pray. - Anonymous
  • Computers are good at following instructions, but not at reading your mind. - Donald Knuth
  • If debugging is the process of removing bugs, then programming must be the process of putting them in. - Edsger W. Dijkstra
  • Real Programmers don’t need comments—the code is obvious. - Anonymous
  • program, n.: A magic spell cast over a computer allowing it to turn one’s input into error messages. tr.v. To engage in a pastime similar to banging one’s head against a wall, but with fewer opportunities for reward. - luc.aleaume.free.fr
  • Measuring programming progress by lines of code is like measuring aircraft building progress by weight. - Bill Gates

If you enjoyed this post, make sure you subscribe to my RSS feed!

Tags: ,

2
Oct

How To Get The IP Address Of A Visitor

   Posted by: admin   in Programming

Do you want to know the IP address of a visitor? Have you ever concerned about your readers’s IPs? Where are they from?

You can use the following code to obtain the IP adress of a visitor.

< ?php
echo $_SERVER['REMOTE_ADDR'];
?>

If you enjoyed this post, make sure you subscribe to my RSS feed!

Tags: ,

1
Oct

Mozilla Firefox 3.0.3 update is here!

   Posted by: admin   in News

http://abcdefu.files.wordpress.com/2008/06/firefox.jpg

Following the Firefox 3.0.2 update last week, Mozilla has posted another update yesterday. Firefox 3.0.3 eliminates a bug in the browser’s password manager that refuses to fetch previously saved passwords in forms. Mozilla confirmed the problem and said that there is another bug that resets the UTF8 converter after it encounters an invalid data entry. The developers promise that the issue will be resolved with Firefox 3.0.4.

If you enjoyed this post, make sure you subscribe to my RSS feed!

Tags:

30
Sep

Book Of The Week: PHP 6 and MySQL 5

   Posted by: admin   in Programming

http://www.studia.no/bookcovers/978/0/3/2/1/5/2/9780321525994.jpg PHP 6 and MySQL 5 for Dynamic Web Sites: Visual QuickPro  Guide

List Price: $39.99

Lowest Price: $26.39 USD

You Save: $13.60 (34%)

It hasn’t taken Web developers long to discover that when it comes to creating dynamic, database-driven Web sites, MySQL and PHP provide a winning open source combination. Add this book to the mix, and there’s no limit to the powerful, interactive Web sites that developers can create. With step-by-step instructions, complete scripts, and expert tips to guide readers, veteran author and database designer Larry Ullman gets right down to business: After grounding readers with separate discussions of first the scripting language (PHP) and then the database program (MySQL), he goes on to cover security, sessions and cookies, and using additional Web tools, with several sections devoted to creating sample applications.

This guide is indispensable for intermediate- to advanced level Web designers who want to replace their static sites with something dynamic. In this edition, the bulk of the new material covers the latest versions of both technologies: PHP 6 (due out in 2008) and MySQL 5 (available now). The book’s publication date is likely to beat the official release of PHP 6, making it one of the first books available on the subject.

Get it from Amazon at: PHP 6 and MySQL 5 for Dynamic Web Sites: Visual QuickPro  Guide

For more php and mysql books, check the following:

[phpbay]php book, 5[/phpbay]

If you enjoyed this post, make sure you subscribe to my RSS feed!

Tags: , , ,

30
Sep

Removing The Navigation Bar In Blogger

   Posted by: admin   in Tricks

Removing The Navigation Bar in your blogger account.

  1. Log in your Blogger account.
  2. From the Dashboard, go to Layout
  3. Choose Edit HTML
  4. Scroll down, and look for :
    <b:skin><![CDATA[/*
  5. Copy and Paste:
    #navbar-iframe {
    	height:0px;
    	visibility:hidden;
    	display:none
    }
    
  6. Save your template and you are finished!

If you enjoyed this post, make sure you subscribe to my RSS feed!

Tags: ,

29
Sep

Visual Studio 2008 - Service Pack 1 Released

   Posted by: admin   in News

Microsoft has released Service Pack 1 for Visual Studio 2008 and .NET 3.5.  This update patches numerous bugs, improves performance, and even adds a few new features.

Visual Studio 2008 Updates

The improvements for Visual Studio 2008 include:

  • Improved WPF designers
  • SQL Server 2008 support
  • ADO.NET Entity Designer
  • Visual Basic and Visual C++ components and tools (including an MFC-based Office 2007 style ‘Ribbon’)
  • Team Foundation Server (TFS) usability and performance improvements
  • Richer JavaScript support, enhanced AJAX and data tools, and Web site deployment improvements

If you enjoyed this post, make sure you subscribe to my RSS feed!

Tags: , , , , , ,

29
Sep

Unique Programming Jokes

   Posted by: admin   in Programming

~~~~~~~~~~~~~~~~~~~~~~~~~

Eight bytes walk into a bar.  The bartender asks, “Can I get you anything?”

“Yeah,” reply the bytes.  “Make us a double.”

~~~~~~~~~~~~~~~~~~~~~~~~~

Q. How did the programmer die in the shower?
A. He read the shampoo bottle instructions: Lather. Rinse. Repeat.

~~~~~~~~~~~~~~~~~~~~~~~~~

Why do programmers always mix up Halloween and Christmas?
Because Oct 31 equals Dec 25.

~~~~~~~~~~~~~~~~~~~~~~~~~

“Knock, knock.”
“Who’s there?”
very long pause….
“Java.”

~~~~~~~~~~~~~~~~~~~~~~~~~

Programming is 10% science, 20% ingenuity, and 70% getting the ingenuity to work with the science.

~~~~~~~~~~~~~~~~~~~~~~~~~

Programming is like sex:
One mistake and you have to support it for the rest of your life.

~~~~~~~~~~~~~~~~~~~~~~~~~

A man is smoking a cigarette and blowing smoke rings into the air.  His girlfriend becomes irritated with the smoke and says, “Can’t you see the warning on the cigarette pack?  Smoking is hazardous to your health!”

To which the man replies, “I am a programmer.  We don’t worry about warnings; we only worry about errors.”

~~~~~~~~~~~~~~~~~~~~~~~~~

There are three kinds of lies: Lies, damned lies, and benchmarks.

~~~~~~~~~~~~~~~~~~~~~~~~~

A programmer is walking along a beach and finds a lamp.  He rubs the lamp, and a genie appears.  “I am the most powerful genie in the world.  I can grant you any wish, but only one wish.”

The programmer pulls out a map, points to it and says, “I’d want peace in the Middle East.”

The genie responds, “Gee, I don’t know.  Those people have been fighting for millenia.  I can do just about anything, but this is likely beyond my limits.”

The programmer then says, “Well, I am a programmer, and my programs have lots of users.  Please make all my users satisfied with my software and let them ask for sensible changes.”

At which point the genie responds, “Um, let me see that map again.”

~~~~~~~~~~~~~~~~~~~~~~~~~

All programmers are playwrights, and all computers are lousy actors.

If you enjoyed this post, make sure you subscribe to my RSS feed!

Tags:

Page 3 of 4«1234»