Featured Posts
Programming
  • VB.NET Relation to Older Versions of Visual Basic (VB6 and

    Whether Visual Basic .NET should be considered as just another version of Visual Basic or a completely different language is a topic of debate. This is not obvious, as once the methods that have been moved around and that can be automatically converted are accounted for, the basic syntax of the language has not seen m[...]

  • Visual Basic .NET (VB.NET) System and Hardware Requirements

    VB.NET System Requirements Windows XP Service Pack 2 or above (for 2010 release, Service Pack 3) Windows Server 2003 Service Pack 1 or above Windows Server 2003 R2 or above Windows Vista Windows Server 2008 Windows 7 VB.NET Minimum Hardware Requirements 1.6 GHz Central Processing Unit (CPU) 384 MB Random Access Memory[...]

  • Visual Basic .NET (VB.NET)

    Visual Basic .NET (VB.NET), is an object-oriented computer programming language that can be viewed as an evolution of the classic Visual Basic (VB), which is implemented on the .NET Framework. Microsoft currently supplies two major implementations of Visual Basic: Microsoft Visual Studio, which is commercial software [...]

  • Visual Basic (VB) Programming Language Features

    Like the BASIC programming language, Visual Basic was designed to be easily learned and used by beginner programmers. The language not only allows programmers to create simple GUI applications, but can also develop complex applications. Programming in VB is a combination of visually arranging components or controls on[...]

  • networking
  • Electronic Data Interchange (EDI)

    Electronic Data Interchange (EDI) is a standardized method for transferring data between different computer systems or computer networks. It is commonly used for e-commerce purposes, such as sending orders to warehouses, tracking shipments, and creating invoices. EDI is a standard format for exchanging business data. [...]

  • Bandwidth

    Bandwidth refers to how much data you can send through a network or modem connection. It is usually measured in bits per second, or "bps." You can think of bandwidth as a highway with cars travelling on it. The highway is the network connection and the cars are the data. The wider the highway, the more cars can travel[...]

  • Baud

    Baud is used to measure the rate of electrical signals, or "signaling elements," for modems, networks, serial cables, and other data transfer mediums.Baud was the prevalent measure for data transmission speed until replaced by a more accurate term, bps (bits per second).  One baud is one electronic state change p[...]

  • Bitrate

    The term bit rate is a synonym for data transfer rate (or simply data rate). Bit rate seems to be used more often when discussing transmission technology details and data transfer rate (or data rate) when comparing transmission technologies for the end user. Bitrate describes the rate at which bits are transferred fro[...]

  • Web Design
  • Advantages of using Joomla 1.5 template

    Website nowadays are far beyond the traditional website in early years. One of a key to success to your business websites is the presentation with Joomla 1.5 templates you can achieved a high levels of presentation. Presentable website can attract more client to your site. The advantage of Joomla 1.5 templates is thei[...]

  • Five Tips To Secure Your Joomla Website

    Websites nowadays are more vulnerable to web hackers. Many web security experts identifies an increasing of overall hacking this last year for almost 600%. Almost all content management system (CMS) software and public web platform are more prone to hacking. However many web experts are continuing to develop a tool t[...]

  • Four Easy Steps in Designing Joomla Website

    Joomla is one of the most easiest content management system to use especially for beginners. Many Joomla developers said that designing a Joomla website can be difficult for the beginners and try to overcomplicate the process. If you are planning to build your own website, all you need to do is to follow this five si[...]

  • Tips For Building A Successful Website

    Building a website is just a first step. In creating a website it is a must that you keep this important thing. Driving business to your site takes knowledge, planning, time and effort to make your website successful. Now lets find out how to build a great website that really sells. Here are some tips for building a s[...]

  • Internet Terms
  • Web Cookie

    In computer terminology a cookie is information that a Web site puts on your hard disk so that it can remember something about you at a later time. (More technically, it is information for future use that is stored by the server on the client side of a client/server communication.) Typically, a cookie records your pre[...]

  • Captcha

    A Captcha is program used to verify that a human, rather than a computer, is entering data. Captchas are commonly seen at the end of online forms and ask the user to enter text from a distorted image. The text in the image may be wavy, have lines through it, or may be highly irregular, making it nearly impossible for [...]

  • CSS (Cascading Style Sheet)

    CSS stands for "Cascading Style Sheet." Cascading style sheets is designed primarily to enable the separation of document content (written in HTML or a similar markup language) from document presentation, including elements such as the layout, colors, and fonts.This separation can improve content accessibility, provid[...]

  • Internet Protocol (IP)

    Internet Protocol (IP) is the principal communications protocol used for relaying datagrams or packets across an internetwork using the Internet Protocol Suite. Responsible for routing packets across network boundaries, it is the primary protocol that establishes the Internet. Most networks combine IP with a higher-le[...]

  • Recent Articles

    Mozilla Firefox 11.0 Released

    Mozilla has released the all new Firefox 11.0 for Windows, Mac and Linux. This release has got many fixes for HTML5 video related problems and has new features for developers. Mozilla Firefox is a fast, full-featured Web browser. Firefox includes pop-up blocking, tab-browsing, integrated Google search, simplified priv[...]

    14 Mar 2012 | 0 commentsView Post

    Mozilla Thunderbird 11.0 Released

    Mozilla Thunderbird 11.0 final has been released for Windows, Mac and Linux. Now Thunderbird is based on the new Mozilla Gecko 11 engine. Thunderbird, an Email Client has been improved lot which has new a UI, many bugs are fixed. Thunderbird is a great email client from the same people who brought you the Firefox brow[...]

    14 Mar 2012 | 0 commentsView Post

    Critical Security Update for Windows XP, Vista and 7 by Microsoft

    Microsoft regularly updated and fixes the security holes when they find any new vulnerabilities in Windows. Today, Microsoft posted in its Blog post, which noted that  ”the update, MS12-020, should be downloaded and installed by Windows XP, Vista and 7 users right away”. Security Update MS12-020 addresses two vul[...]

    14 Mar 2012 | 0 commentsView Post

    Mass Effect 3 alternate ending petition raises $35k for charity

    A number of Mass Effect fans are upset with the way the latest entry in the series ended, and they're voicing their displeasure by giving to charity. Members of the Mass Effect community have set up the Retake Mass Effect ChipIn fund, collecting PayPal donations for the Child's Play charity in order to call attention [...]

    14 Mar 2012 | 0 commentsView Post

    Uncharted 3: Drake's Deception Game Review

    Uncharted 2: Among Thieves delivered a monumental leap over the first game in the series, and it might be easy to fall into the trap of assuming the same advancements would take place in every subsequent release. If that's your state of mind going into Uncharted 3: Drake's Deception, you might walk away slightly disap[...]

    14 Mar 2012 | 0 commentsView Post

    Data Structures using Java,

    What Is an Object?
    An object is a software bundle of related state and behavior. Software objects are often used to model the real-world objects that you find in everyday life.

    What Is a Class?
    A class is a blueprint or prototype from which objects are created.

    What Is Inheritance?
    Inheritance provides a powerful and natural mechanism for organizing and structuring your software.

    Java Naming Conventions
    Every programming language has its own set of rules and conventions for the kinds of names that you're allowed to use, and the Java programming language is no different. rules and conventions for naming your variables

    Primitive Data Types
    A primitive type is predefined by the language and is named by a reserved keyword. Primitive values do not share state with other primitive values. 8 primitive data types supported by the Java programming language

    Arrays
    An array is a container object that holds a fixed number of values of a single type. The length of an array is established when the array is created. After creation, its length is fixed. learn more about Array

    The Arithmetic Operators
    The Java programming language provides operators that perform addition, subtraction, multiplication, and division. There's a good chance you'll recognize them by their counterparts in basic mathematics.Sample of Arithmetic Operators

    The Unary Operators
    The unary operators require only one operand; they perform various operations such as incrementing/decrementing a value by one, negating an expression, or inverting the value of a boolean. Sample of Unary Operators

    The Equality and Relational Operators
    The equality and relational operators determine if one operand is greater than, less than, equal to, or not equal to another operand. The majority of these operators will probably look familiar to you as well. Sample of Equality and Relational Operators

    The Conditional Operators
    The && and || operators perform Conditional-AND and Conditional-OR operations on two boolean expressions. These operators exhibit "short-circuiting" behavior, which means that the second operand is evaluated only if needed. Sample of Conditional Operators

    Expressions, Statements, and Blocks
    Operators may be used in building expressions, which compute values; expressions are the core components of statements; statements may be grouped into blocks. Learn more about Expressions, Statements, and Blocks

    Control Flow Statements
    The statements inside your source files are generally executed from top to bottom, in the order that they appear. Control flow statements, however, break up the flow of execution by employing decision making, looping, and branching, enabling your program to conditionally execute particular blocks of code.

    This  describes the decision-making statements (if-then, if-then-else, switch), the looping statements (for, while, do-while), and the branching statements (break, continue, return) supported by the Java programming language.

    Share and Enjoy:

    0 comments for this post

    Leave a reply

    We will keep You Updated...
    Sign up to receive breaking news
    as well as receive other site updates!
    Subscribe via RSS Feed subscribe to feeds
    Recent Stories
  • Mozilla Firefox 11.0 Released

    Mozilla has released the all new Firefox 11.0 for Windows, Mac and Linux. This release has got many fixes for HTML5 video related problems and has new features for developers. Mozilla Firefox is a fast, full-featured Web browser. Firefox includes pop-up blocking, tab-browsing, integrated Google search, simplified priv[...]

  • Mozilla Thunderbird 11.0 Released

    Mozilla Thunderbird 11.0 final has been released for Windows, Mac and Linux. Now Thunderbird is based on the new Mozilla Gecko 11 engine. Thunderbird, an Email Client has been improved lot which has new a UI, many bugs are fixed. Thunderbird is a great email client from the same people who brought you the Firefox brow[...]

  • Critical Security Update for Windows XP, Vista and 7 by Mic

    Microsoft regularly updated and fixes the security holes when they find any new vulnerabilities in Windows. Today, Microsoft posted in its Blog post, which noted that  ”the update, MS12-020, should be downloaded and installed by Windows XP, Vista and 7 users right away”. Security Update MS12-020 addresses two vul[...]

  • Mass Effect 3 alternate ending petition raises $35k for cha

    A number of Mass Effect fans are upset with the way the latest entry in the series ended, and they're voicing their displeasure by giving to charity. Members of the Mass Effect community have set up the Retake Mass Effect ChipIn fund, collecting PayPal donations for the Child's Play charity in order to call attention [...]

  • Uncharted 3: Drake's Deception Game Review

    Uncharted 2: Among Thieves delivered a monumental leap over the first game in the series, and it might be easy to fall into the trap of assuming the same advancements would take place in every subsequent release. If that's your state of mind going into Uncharted 3: Drake's Deception, you might walk away slightly disap[...]

  • Toshiba 40RL858 Review

    Toshiba 40RL858: FeaturesThis model’s main claim to fame is Smart connectability. The brand’s online community, called Toshiba Places, is home to a reasonable selection of ‘net TV (including BBC iPlayer, YouTube, Dailymotion and assorted PPV services), plus some social media malarkey. DLNA media streaming is a bit bum[...]

  • Blog Archives
    Tag Cloud