See official Expert Web Hosting Reviews to find the top user-rated hosting providers
Go4Expert
Go4Expert RSS Feed

» Programming forum

» What G4EF Members are doing?
Nomination for article of the month - Feb 2010

Wearing Reebok T-shirts they got for participating in forums

Go4Expert Newsletters
Recommended for Developers
Depending on which programming language is used on your site (PHP, ASP, ASP.net, etc.) or whether you support Linux or Windows – specialized hosting is important to reach the full potential of your website and ensure its error free work.
Check out web hosting reviews to see which hosting sites are recommended to build your website.
List of Bookmarking sites
Mar 19, 2010 - 2:12 PM - by arunlalds
Below is the list of more than 450 social bookmarking sites from page rank 0 to 9,you can use it to gain traffic to your websites.
  1. http://netscape.aol.com/
  2. http://www.w3.org/2001/Annotea/
  3. http://slashdot.org/
  4. http://myweb.yahoo.com/
  5. http://video.google.com/
... [Read More]
1 Reply | 52 Views
Ultimate Guide To Searching
Mar 14, 2010 - 1:01 PM - by techgeek.in
Introduction

In computer science a search algorithm is a technique of finding a particular item among a collection of items. Searching for data is the second most common activity (after sorting data) necessary for creating many types of programs.

Sequential Search

In this technique we scan the entire list from the start or beginning till we encounter our sought value. If we reach the end of the list and did not encounter our sought value then it means that the value is not present in the list.For small lists, a sequential search is simple to use and fast. But if you need to search... [Read More]
0 Replies | 104 Views
Getting Wordpress Blog Authors in Combobox
Mar 12, 2010 - 7:01 PM - by shabbir
Introduction

I expected wordpress to have some built in support for listing all authors of the blog in a select box but that is not the case yet in Wordpress 2.9.2.

I was certain that I can get this done using wp_list_authors but actually it was a not that straight forward and so let me share this with you. I think this will help those looking for such functionality.

The Code

What I did is replaced the content of list items ( <li> ) into select box options ( <option> ) and added a JavaScript function to redirect user to... [Read More]
2 Replies | 176 Views
Ultimate Guide to Sorting
Mar 11, 2010 - 12:05 PM - by techgeek.in
Introduction

In computer Science and mathematics sorting is any technique that puts elements of a list in a certain numerical or lexicographical order.We will discuss some of the commonly used sorting algorithms which has been implemented in various high level languages like C, C++, Java etc.

Bubble Sort

It is the simplest sorting algorithm. It works by repeatedly stepping through the list to be sorted, comparing each pair of adjacent items and swapping them if they are in the wrong order. The pass through the list is repeated until no swaps are needed, which indicates... [Read More]
2 Replies | 169 Views
JDBC Basics - Part II
Mar 08, 2010 - 11:08 PM - by techgeek.in
JDBC Basics - Part I

DSN

In the first article we have discussed about Type 1 JDBC driver. In this article we will discuss about the practical configurations essential for the successful execution of the JDBC program. According to the previous article "sun.jdbc.odbc.JdbcOdbcDriver" is the driver class name of the JDBC-ODBC driver. This driver is included in the JDK run time environment.Therefore we need not specify any JAR file in the classpath. To load this driver we need to call Class.forName("sun.jdbc.odbc.JdbcOdbcDriver").... [Read More]
0 Replies | 293 Views
» Article Archives
  Title, Username, & Date Last Post Replies Views
JDBC Basics - Part I
03-05-2010 11:43 PM
03-12-2010 07:21 AM
by dipahole
3 326
Social Networks - Safe or a Trap? Case Study.
03-05-2010 03:29 PM
03-13-2010 03:15 PM
by indiansword
14 683
Relational Algebra Operations in SQL with Examples
03-02-2010 12:19 AM
03-02-2010 12:19 AM
by techgeek.in
0 589
Mouse Programming In C
02-28-2010 08:05 PM
03-02-2010 07:36 PM
by shabbir
1 600
Practical Guide to using of Pointers
by Mridula
02-27-2010 03:45 PM
Today 10:18 AM
by shabbir
5 501
Complete Java Networking Explained with Simple Examples
02-24-2010 11:15 PM
Today 10:18 AM
by shabbir
2 493
Installing DotNetNuke 5 On Windows Environment
02-24-2010 04:19 PM
Today 10:18 AM
by shabbir
2 424
Enumerated Data Types
by Mridula
02-20-2010 03:43 PM
03-02-2010 07:35 PM
by shabbir
1 482
Multiple Choice Questions in PERL
02-19-2010 02:16 PM
03-02-2010 07:35 PM
by shabbir
1 531
Know and Update your Mobile Software
02-18-2010 07:52 PM
Today 10:18 AM
by shabbir
8 711
Unlocking cmd.exe When It Is Locked By Admin
by Putnam
02-15-2010 08:53 AM
Today 10:18 AM
by shabbir
4 708
C++ FAQ's for complete Beginner
by Putnam
02-15-2010 12:47 AM
03-02-2010 07:35 PM
by shabbir
2 554
Error Handling Techniques/Tactics
by Mridula
01-30-2010 03:57 PM
02-18-2010 09:55 AM
by shabbir
2 673
Uderstanding Structures in C/C++
by Mridula
01-30-2010 02:22 PM
02-19-2010 09:30 AM
by sushilmohan19
4 871
Securing basic PHP flaws for newbies [Part 1]
01-30-2010 12:52 PM
02-18-2010 09:55 AM
by shabbir
4 674
Handling the large numeric values while exporting to excel.
01-28-2010 03:46 PM
02-18-2010 09:55 AM
by shabbir
2 577
Explicit Constructor in C++
by Mridula
01-25-2010 03:10 PM
03-02-2010 10:58 PM
by housefull
3 1,158
Create .csv file and send mail on a particular day of week
01-22-2010 03:16 PM
02-09-2010 12:14 PM
by auctions97
2 794
How to Capture error log using C#.Net?
01-21-2010 08:50 AM
02-06-2010 08:28 AM
by shabbir
2 1,136
Books by Amazon

Bookmark Us
Add to del.icio.us  Digg it  Add to Facebook  Add to StumbleUpon  Follow us on twitter

Link to Us
Copy HTML to Clipboard HTML
Copy BBCode to Clipboard BBCode

RSS Feed
Use your favorite reader to fetch information from G4EF.
  • Add to Google
  • Add to My Yahoo
  • Add to My MSN
  • Add to Wwindows Live
  • Add to my AOL

» Latest Forum Topics
MFC Doc/View in a DLL
by ansram
0 Replies, 1 Views
InsomnIA::the midnight...
by ATUL10
0 Replies, 36 Views
New program..need help...
12 Replies, 134 Views
Need help for C++...
10 Replies, 234 Views
Need help for C++...
16 Replies, 259 Views
My xbox live account...
83 Replies, 25,491 Views
Go4Expert partners
Software development
MBA Forums
Mobile Broadband
C, C++, MFC, C# tutorials
Phone Cards
Email Archiving
Internet Marketing Company New York
Computer Repair

Advertisement


All times are GMT +5.5. The time now is 01:38 PM.