Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
51% Quality Score
Upvotes Received
5
Posts with Upvotes
1
Upvoting Members
5
Downvotes Received
3
Posts with Downvotes
2
Downvoting Members
3
2 Commented Posts
~29.8K People Reached
About Me

Software Engineer

Interests
PHP, Linux, Moodle and open source
PC Specs
Windows and Fedora 12
Favorite Tags
Member Avatar for Dave Sinkula

With regard to C++ books, I'll just echo the advice here .The following books are recommended; read them in mostly the order listed." Accelerated C++ " Andrew Koenig & Barbara Moo " The C++ Standard Library " Nicolai Josuttis --- a "must have" " Effective C++ ", " More Effective …

Member Avatar for shahidali6
11
10K
Member Avatar for irfan.motiwala

my asp application want to read data from [URL="http://www.kse.net.pk"]www.kse.net.pk[/URL] how this is possible

Member Avatar for gian88r
0
240
Member Avatar for alpha2006

I read somewhere that you should repeat at least 3 times your targeted keywords in the body of your website. I was wondering if there is an upper limit on how much you can repeat your keywords before they start hurting you with the search engines (i.e. the search engines …

Member Avatar for blara
0
393
Member Avatar for gpta_varun

Hi Is there any way , memory leaks can be clogged in c/c++ ... Are there any good tutorials on how can we make our code Memory Leak free ??/ Best Regards -Varun

Member Avatar for MastAvalons
0
203
Member Avatar for msaqib

[HTML][/HTML] [CODE][color=#0000ff]using[/color][color=#000000] System;[/color] [color=#0000ff]using[/color][color=#000000] System.Collections;[/color] [color=#0000ff]using[/color][color=#000000] System.ComponentModel;[/color] [color=#0000ff]using[/color][color=#000000] System.Data;[/color] [color=#0000ff]using[/color][color=#000000] System.Data.OleDb;[/color] [color=#0000ff]using[/color][color=#000000] System.Drawing;[/color] [color=#0000ff]using[/color][color=#000000] System.Web;[/color] [color=#0000ff]using[/color][color=#000000] System.Web.SessionState;[/color] [color=#0000ff]using[/color][color=#000000] System.Web.UI;[/color] [color=#0000ff]using[/color][color=#000000] System.Web.UI.WebControls;[/color] [color=#0000ff]using[/color][color=#000000] System.Web.UI.HtmlControls;[/color] [color=#0000ff]namespace[/color][color=#000000] lms[/color] { [color=#808080]///[/color][color=#808080]<summary> [/color][color=#808080]///[/color][color=#008000] Summary description for inc_search_books. [/color][color=#808080]///[/color][color=#808080]</summary> [/color][color=#0000ff]public[/color] [color=#0000ff]class[/color] inc_search_books : System.Web.UI.Page { [color=#0000ff]protected[/color] System.Web.UI.WebControls.TextBox Q; [color=#0000ff]protected[/color] System.Web.UI.WebControls.Button Button1; [color=#0000ff]protected[/color] System.Web.UI.WebControls.RequiredFieldValidator RequiredFieldValidator1; [color=#0000ff]protected[/color] System.Web.UI.WebControls.Label …

Member Avatar for deepakjoy
0
2K
Member Avatar for kitsan
Member Avatar for Narue
0
135
Member Avatar for mg120

Hi ! I have a C source code of Knight' Tour like [CODE] #include <stdio.h> #include <winbgim.h> #include <stdlib.h> #include <conio.h> #define N 8 void alternatif_bul(int,int); void alt_say_hesapla(); int yeni_konum_bul(); void alt_dizi_sifirla(); int board[N][N]={0}; //satranç tahtası int alt_x[8]={0}; //gidilebilecek alternatif karelerin X konumlarini tutuyor int alt_y[8]={0}; //gidilebilecek alternatif karelerin Y …

Member Avatar for msaqib
0
222
Member Avatar for campkev

Having a problem connecting via dsn on windows 2003 x64. Keep getting : ADODB.Connection error '800a0ea9' Provider is not specified and there is no designated default provider. Code works fine on regular server 2003

Member Avatar for cptspock
0
115
Member Avatar for msaqib

This is a visual basic 6.0 wav sound player class that plays any selected sound file in .wav format. It has the filename property to select the file and play property to play the sound file. Visit [url]http://www.mycplus.com[/url] for more codes.

Member Avatar for surajcrj
-1
1K
Member Avatar for msaqib

This is an automated system for Bank Management. It uses files to handle the daily transactions, account management and user management. Nice graphical layout and mouse functionality. Manager can add, edit and delete the users and manage the user accounts. Code From: <URL SNIPPED>

Member Avatar for jephthah
-2
312
Member Avatar for mehak_soft
Member Avatar for PieMan2004

Hi, ive been looking for a solid java community to help me when im tearing out my hair :) Basically ive constructed a GUI that has to represent the same look and functions of the typical windows calculator. Ive made 4 classes 2 do this, my reasoning so it was …

Member Avatar for it-student
0
697
Member Avatar for free_eagle

Hi there ! How r u? Ohh I really need your help great programmers ... I am new for programming and I am trying to do things by myself but here I need your help :-| I would like to draw something in C or C++ but I got no …

Member Avatar for peter_budo
0
4K
Member Avatar for dedoo

Hi all, newbie question here... Is there a simple solution to rewrite my urls with capital letters to all lowercase? i.e. [url]www.url.com/Test.html[/url] to [url]www.url.com/test.html[/url] I'm building a directory and the url's are rewritten but keep the uppercase letters right now. I would like to change that to all lowercase. can …

Member Avatar for chandi786
0
416
Member Avatar for msaqib

This is a small function that will block the specific IP from viewing the certain page, and it will redirect the user to the main page or noaccess page.

Member Avatar for yonker
0
293
Member Avatar for msaqib

Demonstration of Linked list in java. Very simple and well commented java code for the beginners. Linked list of points are used to create a Polyline and display it More java codes at [URL="http://www.mycplus.com"]www.mycplus.com[/URL]

Member Avatar for jwenting
0
240
Member Avatar for dips255

Hi I often get this error on some of my asp pages Microsoft OLE DB Provider for SQL Server error '80040e31' Timeout expired what should be done to resolve it? is there any way to trace the error and show a custom message to the users instead of the above …

Member Avatar for msaqib
0
125
Member Avatar for asp_seetha

Hai, I've read about "page-break-inside" style and it seems to be exactly what I need. I am working on some report printings, and I need specific table to be printed on following page if it does not fit in the current one. Unfortunatelly, I cannot solve this issue... Does page-break-inside …

Member Avatar for MidiMagic
0
122
Member Avatar for dcparham

our website opens a NEW registration window [target="_blank"], register1.asp which submits form data to register2.asp "write to database" and "thank you for registering" page, by way of js form validation function - >>>i need to cause register2.asp to open without the ability to hit the BACK button [ie, no menu …

Member Avatar for dcparham
0
190
Member Avatar for vamsi.kiran

Hi all, This is vamsi from Hyderabad. From the past 2 days I am very difficult to solve this eror. We are working for a product project in which it have to include a patch version in end. this patch version should get dynamically depends upon assembly version. So I …

Member Avatar for msaqib
0
115
Member Avatar for RahulV

Ive created a .html page, but now i want that when a user tries to open that .html page he must be automatically directed to .asp page without showing the contents of the .html page. How can i do that ??? Please help !!! Thank you !!!

Member Avatar for msaqib
0
144
Member Avatar for JC_2000

Hi everyone, Can anyone tell me how you can stop users from URL Hacking your website with ASP (sessions)? So for example if you have a password and username form on the front of your website and only want authorised members to gain access to your web site. So for …

Member Avatar for tparke
0
131
Member Avatar for nikie_2007

Hi All, I have a software module(enquiry) developed in ASP using MSSQL as back end. In the index page , i display 4 new enquiries for the logged in user, clicking on which land to the enquiry pages. This has been working fine. But now recently i have come across …

Member Avatar for nikie_2007
0
240
Member Avatar for gilroda

Hi there, I'm new to the forums and a programming novice. I've set up a CDOSYS form to email (a newsletter sign-up) and I'm trying to get my form field data to display on separate lines after the form has been processed - like the following: Name: [value] Company: [value] …

Member Avatar for gull
0
165
Member Avatar for alpha2006

I have read somewhere that Google PR is solely based on the number of backlinks that your website has. Is that true??

Member Avatar for beamup
0
425
Member Avatar for msaqib

my website is about C/C++ << url snipped to comply with forum policy >> how can i get more forums members... i joined some programming groups but could not get much forum members. Any one advise me Saqib

Member Avatar for XHIBIT
0
157
Member Avatar for nehashri

[COLOR=#191970]hello Can any one please help me in the following..... I making a database with Access and ASP. I have created a search option where I have a text box and a submit button. the result to this search is displayed in the same page. all i want is a …

Member Avatar for msaqib
0
87
Member Avatar for msaqib

Hello all I am doing a research report on Operating Systems in my Masters Degree. I need your kind comments on the following topics, so that I can add them into my research report. A small comparison among operating Systems. (Windows 200, Windows XP, Linux, Linux, Mac OS). you can …

Member Avatar for christina>you
0
163
Member Avatar for quicknk

For some reason I keep getting the following error: [code=asp] error '80020009' Exception occurred. [/code] It applies to the line of code: [code=asp] If (cInt(objRS("User_ID")) = Cookie_ID) Then [/code] for some reason it freaks out with "cInt(objRS("User_ID"))" when it runs through the db to find a User ID that matches …

Member Avatar for quicknk
0
207
Member Avatar for cancer10

Hello, I am using ASP and MS SQL Sever 2000 as backend database.. I am writing a SQL query which will pick up top 5 recipes details who have scored the highest marks from the following table tblrecipes - [code] ID | recipe_name | Total [/code] [u]The following points to …

Member Avatar for msaqib
0
127