Learn how to Make Money Online | Free Tech Magazines
Go4Expert
Go4Expert RSS Feed

Go Back   Programming and SEO Forum >  Go4Expert > Articles / Source Code

Post New Thread  Submit New Article Copy HTML to Clipboard  Copy BBCode to Clipboard  Add to del.icio.us  Add to Google  Digg it  Add to Yahoo !  Add to Windows Live  Add to Facebook  Add to StumbleUpon 
Tutorials and Source Code in : Engineering concepts Bookmarks Forum Tools Search this Forum
Announcement
Views: 11,611 View Announcement Announcement: Rules for Duplicate Article Submission
10-08-2008 shabbir (Go4Expert Founder)
  Rating Article / Author Last Post Reverse Sort Order Replies Views
Unhappy
Thread Rating: 6 votes, 5.00 average. shabbir
Introduction Instead of defining what is design pattern lets define what we mean by design and what we mean by pattern. According to me design is blue print or sketch of something so it can be defined as creation of something in mind. Moving to pattern, we can define it as guideline, or...
09-22-2009 11:36 PM
by shabbir Go to last post
30 127,532
Post
pradeep
Introduction The way we make phone calls is changing. In fact in many circumstances things have already changed. Take long distance calls for instance, many service providers are already using a technology called Voice Over IP or VOIP for short. If you have never heard of VOIP before, then the...
09-06-2009 05:19 AM
by Darrell Bray Go to last post
4 3,597
Post
pradeep
Introduction and background Computer viruses tend to grab our attention. On the one hand, viruses show us how vulnerable we are. A properly engineered virus can have an amazing effect on the worldwide Internet. On the other hand, they show how sophisticated and interconnected human beings have...
08-28-2009 10:46 PM
by manoj1987 Go to last post
12 8,527
Lightbulb
pradeep
A Server is a computer or device on a network that manages network resources. For example, a file server is a computer and storage device dedicated to storing files Any user on the network can store files on the server. A print server is a computer that manages one or more printers and a network...
07-23-2009 11:25 AM
by Hex00010 Go to last post
12 47,520
Post
pradeep
We found it necessary to devote a chapter to Trojans. Trojan's are probably the most compromising of all types of attacks. Trojans are being released by the hundreds every week, each more cleverly designed that the other. We all know the story of the Trojan horse probably the greatest strategic...
06-01-2009 11:36 PM
by jervyn Go to last post
10 5,849
 
sureshvaikuntam
Introduction Pocket Pc is a handheld sized computer.It runs on Microsoft windows mobile operating systems.It may have capability to run on alternative operating system like NetBSD,Linux,Android (or) others.It has many of the capability of modern desktop PC Pocket PC is an evolution from...
03-04-2009 09:56 AM
by shabbir Go to last post
2 1,470
Lightbulb
Thread Rating: 1 votes, 5.00 average. pradeep
What is MD5 or MD5sum? Its a formula - a way to take a message of an arbitrary length, and create a 128-bit "fingerprint" or "message digest" of the message. MD5 is a way to verify data integrity. On these forums, it comes up fairly often in discussions about storing user passwords and other...
02-28-2009 11:24 PM
by shabbir Go to last post
16 36,800
Smile
Thread Rating: 6 votes, 5.00 average. Bhullarz
Hi All ! we all use browsers, different kinds of browsers, to surf the internet. But do we know what makes a browser work ? How do a browser come to know that when to show which color or when to show which kind of style of text ? We can say we give instructions by using HTML or DHTML or...
01-21-2009 07:54 PM
by hanleyhansen Go to last post
17 3,140
Exclamation
Nadr
Introduction It tries to solve the demand supply matrix with Vogel Approximation method. The code The code I have tried to keep is pretty self explanatory to the person who knows what VAM is all about. #include <stdio.h> #include <conio.h>
11-16-2008 06:45 PM
by shabbir Go to last post
1 5,901
Exclamation
Febian
Introduction In mathematical numeral systems, the base or radix is usually the number of various unique digits, including zero, that a positional numeral system uses to represent numbers. For example, the decimal system, the most common system in use today, uses base ten, hence the maximum...
08-30-2008 06:21 PM
by pobi Go to last post
1 3,976
Exclamation
Thread Rating: 2 votes, 4.00 average. pradeep
Are You Invisible Online? It's true that your IP address is no secret. It's a basic part of internet communication protocols to send your IP address whenever you connect to another site, request a web page, chat, play an online game, etc. Without your IP address, the computer on the other...
08-13-2008 03:28 PM
by linuxswan Go to last post
17 11,638
 
Thread Rating: 1 votes, 5.00 average. Tango Issac Debian
Define the Multicore Computing As software developers we have enjoyed a long trend of consistent performance improvement from processor technology. In fact, for the last 20 years processor performance has consistently doubled about every two years or so. But, day by day the truth is realizing...
08-02-2008 12:58 PM
by shabbir Go to last post
1 2,005
Post
pradeep
Although they are not directly executable as programs, the many DLL files present in Windows contain libraries of functions that are used throughout the operating system and in application software. Generally, these functions are used internally by programs and are not directly visible to the...
04-14-2008 08:04 PM
by pradeep Go to last post
8 29,381
 
Sanskruti
OOP OOP is the abbreviation for Object orientated programming. OOP is a paradigm which defines the way a developer structures software into objects. Because such objects often correlate to real existing articles or procedures, it is often easier to read and less complicated to manage A type...
01-30-2008 12:35 PM
by asadullah.ansari Go to last post
2 4,905
Wink
pradeep
Net - The Net is a common term for the Internet. Netiquette - The ethical and cultural rules of using the Internet, such as not posting advertisements to Usenet discussion groups (unless they allow them), not posting the same message to several newsgroups, avoidance of 'shouting' in e-mails...
11-28-2007 04:24 PM
by radhikasr Go to last post
1 2,723
Cool
Thread Rating: 1 votes, 5.00 average. pradeep
SSL (Secure Sockets Layer) certificates are perhaps the most common way to protect information being transmitted between a visitor Web browser and your Web site. SSL provides encryption services to information flowing between systems and can protect Web traffic, e-mail, instant messages and a host...
11-03-2007 09:24 AM
by Izaan Go to last post
1 11,609
Cool
pradeep
One of the most common procedures that occurs in computer programs is the copying of data. An object is a composite data type in object-oriented programming languages. Object copy thus describes the action wherein an object has its attributes copied to another object of the same data type. An...
09-26-2007 12:47 AM
by kush_2207 Go to last post
1 4,054
Wink
Thread Rating: 10 votes, 5.00 average. pradeep
Behind the scenes, the commands sent to mail servers are simple text commands. These commands can be to sent to an email server manually via telnet. This is a quick way to test an email server to determine if it is an open relay. First, determine the MX for the domain in question, run this...
08-25-2007 03:26 PM
by pradeep Go to last post
2 6,672
 
Janu
What is an IP address? Think of an IP address like you do a mailing address. It's basically the exact same thing. Consider this, when you send out a letter, what do you do? You put that letter in an envelope, write the address, put a stamp on it, stick in the mailbox and put that red flag up on...
08-09-2007 12:23 PM
by shabbir Go to last post
2 5,545
Post
pradeep
The Component Object Model (COM) is a softwarearchitecture that allows applications to be built frombinary software components. COM is the underlyingarchitecture that forms the foundation forhigher-level software services, like those provided byOLE. OLE services span various aspects of...
07-24-2007 09:46 PM
by clocking Go to last post
1 3,428
Post New Thread  Submit New Article Copy HTML to Clipboard  Copy BBCode to Clipboard  Add to del.icio.us  Add to Google  Digg it  Add to Yahoo !  Add to Windows Live  Add to Facebook  Add to StumbleUpon 

Display Options Currently Active Users
Showing articles 1 to 20 of 56 2 (0 members & 2 guests)
 
Forum Tools Search this Forum
Search this Forum :

Advanced Search
Bookmarks

New comments New comments More than 15 replies or 150 views Hot articles with new comments
No new comments No new comments More than 15 replies or 150 views Hot article with no new comments
Closed Thread Article is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump
 

All times are GMT +5.5. The time now is 03:58 AM.