Posts
 
Reputation
Joined
Last Seen
Ranked #518
Strength to Increase Rep
+5
Strength to Decrease Rep
-1
83% Quality Score
Upvotes Received
11
Posts with Upvotes
11
Upvoting Members
9
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
6 Commented Posts
~32.4K People Reached
Favorite Tags
Member Avatar for vckicks

Use regular expressions, regex, to create an efficient textbox that only takes in digits as input.

Member Avatar for Chatthanz
1
821
Member Avatar for rynop
Member Avatar for jjemphoung

good day! im new to dream weaver cs4. i am just starting to develop a dynamic page. i layout in the design area of DW cs4. i have 2 main tables. the first one is for the heading and below is for the content. i used an empty table between …

Member Avatar for matricol
0
181
Member Avatar for papanyquiL

Hi, here's the site I'm currently working on: [code]http://www.johnernaut.com[/code] Under the 'contact' tab I have some behind the scenes C# code that SHOULD send me an email whenever the submit button is pressed and all fields are validated. This isn't working for some reason. The host I'm using is GoDaddy. …

Member Avatar for aspproject
0
677
Member Avatar for himvj

Hi, I want to know while creating setup how to put serial key form and validate it during the setup installation in c# vs2005. Thanks in Advance.

Member Avatar for abelLazm
0
366
Member Avatar for pseudorandom21

I plan to use the WebRequest class to POST some data to a form, specifically a message and a file. I don't know the first thing about websites so I was hoping someone could help me out. I know how the message data is supposed to be formatted and how …

Member Avatar for papanyquiL
0
143
Member Avatar for VibhorG

I have made a textbox on the form in which user enters any mathematical expression like of fraction,square root, integration etc....... Now I want that if user enters "square root of 2" then in the listbox it should be displayed in math format . Or if user enters (2/3), then …

Member Avatar for ddanbe
0
168
Member Avatar for terdie

Hi!Good day.this is my first time to post here. Iam using visual c# 2008 and Im new to it.Im developing a system,Ordering/Sales Monitoring and Inventory system as a part of my requirement in school(my thesis). The system that Im working will be used by a company for REAL so Im …

Member Avatar for ddanbe
0
257
Member Avatar for spoonlicker

I want to know how to show C++'s application in a text-format in machine language through C++ itself. Does any one know how to do that? Sorry if I wasn't too descriptive, I can add more.

Member Avatar for spoonlicker
0
3K
Member Avatar for progprince

can anyone kelp me to change font color using C++ 4.5?? if i use conio.h it has an error of undefined function....

Member Avatar for papanyquiL
-1
78
Member Avatar for spoonlicker

[B]Okay, I finally understand that they point to memory, because I knew that all along. I just wasn't aware of why they needed to point to memory for. So I need to use pointers in this position but I don't know where to use them or on which things and …

Member Avatar for papanyquiL
-5
228
Member Avatar for sing1006

well,this is my college assignment question.the question ask us to write a program that can compare 3 number,who is the biggest and smaller.the output should be like this: Enter 3 numbers. Number1: Number2: Number3: Main Menu 1)Find the biggest value among the 3 value you have enter juz now. 2)Find …

Member Avatar for ravenous
0
368
Member Avatar for ntrncx

Hey i am beginner and i read a book about c++,and i like to do all the exercises alone until i find alone the solution. but one of the topics that give me a hard time is recursions. i am on an exercise with the following code. [CODE]#include <iostream> using …

Member Avatar for alaa sam
0
203
Member Avatar for buniferous

I promise I read the Read This First post and also searched for relevant threads, but I didn't have any luck. I'm taking my first C++ class, and the instructor hasn't been much help when it comes to fundamental things like what compiler we should use, where to get it, …

Member Avatar for buniferous
0
265
Member Avatar for HeartBalloon

Hi, I've just installed netbeans, cause I found out I need to work with C and windows doesn't allow the use of pid_t and fork(). Awesome Job, Gates. Anyway I've found this pretty compiler which is NetBeans. In pair with cygwin it should work out all the C stuff I …

Member Avatar for papanyquiL
0
80
Member Avatar for akase2010

[CODE]#include <iostream> #include <cstring> #include <cctype> using namespace std; class Car { private: int YearModel; int Speed; string Make; public: Car(int, string, int); string getMake(); int getModel(); int getSpeed(); void Accelerate(); void Brake(); void displayMenu(); }; Car::Car(int YearofModel, string Makeby, int Spd) { YearModel = YearofModel; Make = Makeby; Speed …

Member Avatar for akase2010
0
136
Member Avatar for ploogle

Hello all! What I need to do is open up an Audio Stream that will let me output audio (WAV encoding) to my computer's microphone input. It'll be used specifically to allow my program to "speak" to other programs' mic-in. I tried outputting normally, then connecting my headphone port to …

Member Avatar for MLKPro
0
912
Member Avatar for lil.jeantle

i just want to ask a help from you guys................ .. ahem. how to make a personalize homepage? pls. help!?

Member Avatar for RykeTech
0
90
Member Avatar for President007

Hi, Im making a website by designing in Photoshop and then slicing and pasting in to Dreamweaver. My problem is; im trying to paste my slice in to Dreamweaver, instead of pasting right after the last slice it keeps going to the following line...:s Any help would be appreciated.

Member Avatar for President007
0
78
Member Avatar for yaragalla_mural

#header a:hover { color: #fff; } how to understand the above syntax. when will this style apply and to what. in some css selector starts with "." what is the difference between selector starting with period and hash?

Member Avatar for macgurl70
0
107
Member Avatar for sg552

Hello everyone, I need help with my drop down menu. There is a problem with CSS I think because it conflict with each other. I download both template and drop down menu script from somewhere else. This is the original html template [URL]http://www.styleshout.com/templates/preview/MarketPlace11/index.html[/URL] This is my website with drop down …

Member Avatar for sg552
0
387
Member Avatar for freshface001

hi to all, can posible to load the pdf file in flash? any pdf control is there in flash like loader, scroll window components?

Member Avatar for MindSter
0
160
Member Avatar for vmpchris

Hey. I've have been attempting to create a website and I was just wondering something. On my page's I have post's like this.. [CODE] <h3>This Post</h3> <p>Content of post</p> [/CODE] How do you make it so when I click the title, it will show just that post and then if …

Member Avatar for vmpchris
0
95
Member Avatar for Mitja Bonca

I would like to create a simple program, like a game, but so far without any graphical interface. Only a code, supported with some numbers, so that the user will know whats going on in the background. I was thinking of creating a racing game (like formula 1 or sometihng …

Member Avatar for papanyquiL
0
102
Member Avatar for kitsunemoon

I need help on this css content box I want the content2.png to extend as long as the data on the table goes but I dont know how... the content of the table is dynamic and would vary through the mysql data It retiles whenever the text is long and …

Member Avatar for BrianHelp
0
101
Member Avatar for Drainpipe

Hi, soon I want to begin developing an online spoken english language course which will require the following features: 1) Student login-in facility (student account) 2) Point and click interfaces - no typing required 3) Log of student activity - which modules they have successfully completed - to be emailed …

Member Avatar for rajarajan2017
0
153
Member Avatar for Buolbear4444

How hard is it to learn Objective-C for iPhone Apps if you know C++, C and Python already? Is it better to use that rather than just C++ code when writing Apps? If so, why? I want to start iPhone Development and recently got an iMac for my Birthday. How …

Member Avatar for papanyquiL
0
126
Member Avatar for mm_73
Member Avatar for mm_73
0
71
Member Avatar for atticusr5

Hello everyone, I am trying to create a website banner with a google search integrated within the banner. I want to do something similar to what you see on this page and on sites like [url]www.cnn.com[/url]. However I am totally new to webdesign and would like some advice/help on this …

Member Avatar for rajarajan2017
0
83
Member Avatar for papanyquiL

Hi, I have a navigation bar with images as the buttons with no text on them. I'm trying to make a simple slide down menu on hover so people know which pages those images will direct them to: eg 'home', 'about', etc... However, I can't seem to get it to …

0
85