Posts
 
Reputation
Joined
Last Seen
Ranked #800
Strength to Increase Rep
+7
Strength to Decrease Rep
-1
88% Quality Score
Upvotes Received
28
Posts with Upvotes
23
Upvoting Members
16
Downvotes Received
3
Posts with Downvotes
2
Downvoting Members
3
6 Commented Posts
Member Avatar for samaru

Is everyone familiar with this game? Just reply with the first word that comes to your mind when you think of the last word posted. You can't respond to the post with a comment, just the word that comes to your mind. It can only be a word or a …

Member Avatar for Salem
2
52K
Member Avatar for phphp

Sir I have these codes <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> <META HTTP-EQUIV="Expires" CONTENT="-1"> <title>Test Page</title> <style type="text/css"> html { overflow: auto; } body { font-family: Georgia, "Times New Roman", Times, serif; } #container { position: absolute; …

Member Avatar for diafol
0
281
Member Avatar for Lily_3

heyy, i'm having problems with this . can anyone help? i really need help to change this into a pseudocode. Age < 55 Male : 0% tax if annual income < 10 000, 10% tax if 10 000 ≤ annual income ≤ 50 000 20% tax if 50 000 < …

Member Avatar for FC Jamison
0
214
Member Avatar for Chris920

Hey everyone, was looking around and couldnt find any courses that dive deep into HTML / CSS. I finished the code academy course and want to go more into html and css. Does anyone know of any? Thanks

Member Avatar for FC Jamison
0
338
Member Avatar for Louie_3

hello sir i would like your help on how to get the median of sorted values.for example my inputs are from 1 to 9 and id like to know the java program of this one,,thank you for your help sir.

Member Avatar for FC Jamison
0
146
Member Avatar for rhaylee

Hello! I am looking for some assistance with adding code to my program for handling non numeric data/user input, specifically letters. The program is coded in java. import java.util.*; public class AnArray { public static void main (String [] args) { // creates an array of interegers between 0 and …

Member Avatar for FC Jamison
0
382
Member Avatar for FC Jamison

How would I write a C++ class of which only one can be created ever be instantiated in any program. I know that ClassName* objectName = new ClassName(); instantiates an object, but how would I make it so when you try to instantiate it more than once you still end …

Member Avatar for rubberman
1
6K
Member Avatar for ncaditya

I want to create hover ads so that I can display them on my sites. Could be please provide me the code for it? Thank you, in advance. Aditya

Member Avatar for Jenifer Sarah
-1
341
Member Avatar for sleepswim

Hi all, i've heard from many that i should stop using iframes and css instead. Although, all i really use iframes for is to load a page from another site into mine. Is there a way I can do this with css? or is it something i should just stick …

Member Avatar for drjohn
0
116
Member Avatar for Yzk
Member Avatar for NotThereAnymore

Recently, I messed up my MBR on a dual-boot computer with Windows XP SP1 on the primary drive and Kubuntu Dapper Drake (v. 6.06) on the second drive. After some trouble, I eventually searched around and decided to use the GAG Boot Manager to get access to Windows XP. After …

Member Avatar for Ethire
0
622
Member Avatar for ndeniche

which web developing software is better? or do you prefer writing your html code by yourself?

Member Avatar for Ausopenxcell
0
502
Member Avatar for FC Jamison

I am trying to learn how to write a merge sort function, but I have only gotten so far with the book I am using now: [code] template <class T> void mergeSort(vector<T>& s) { mergeHelper(s.begin(), 0, s.size()); } template <class Itr> void mergeHelper(Itr start, unsigned int low, unsigned int high) …

Member Avatar for Lylla
0
176
Member Avatar for Braga_ESI

Hi, I need help no this web page that i'm making, I think it's a bit too simple for you guys :), so here goes nothing.... I need a text box like: <input value="Click here to clear text" name="nome" type="text"> That actually clears the text when you click on it... …

Member Avatar for fizerahmani123
0
640
Member Avatar for prashanth18

im using INKBURRO font after uploading my site the font doesn't appear on my webpages how can i embed my font in my webpages

Member Avatar for leakbali
0
268
Member Avatar for ivanCeras

Hi everyone, Does anybody knows how to position the scroll bar of the code generated by the css div{overfolw:scroll}?.. The default position of the scroll bar is on the top.. now, what i want is to position the scroll bar at the bottom of the <div> overflow:scroll... I need help... …

Member Avatar for phpdude
0
201
Member Avatar for Racoon200

This is the file Tree: -page folder --main.html --style.css --english ---hello.htm --spanish ---hola.htm How can I make hola.htm or hello.htm link the style.css in the parent folder?

Member Avatar for floatingDivs
0
159
Member Avatar for cashblogs

Hi again, I am having issues with Dreamweaver 8 not saving my user name and password for sites that are connected through ftp. Anyone have this issue? Is there a way to correct this through settings? Please advise thanks for the support

Member Avatar for Brian Stephens
0
250
Member Avatar for FireSBurnsmuP

I hear you all here talk about a lot of "partitions" when talking about hard drives, backing up data, and reinstalling windows. What is that, exactly, and what does it do?

Member Avatar for SaintThomas
0
159
Member Avatar for tln26

I am trying to get the numbers in the array to give me a average out put. here is what I have so for: [COLOR=#0000ff][/COLOR] [CODE] #include "stdafx.h" #include <iostream> #include <cctype> using std::cout; using std::cin; using std::endl; int main() { int grade[10]; int count = 0; char reply = …

Member Avatar for hits86
0
375
Member Avatar for Crisis757

{ int age; cout <<"Enter Age" << end1; cin >> age; cout <<"The age you entered is" << age return 0 }

Member Avatar for dodo rawash
1
167
Member Avatar for eihd

I want my drop down menu to display over a flash. It's something like [URL="http://www.sothink.com/campaigns/winselect.php3"]this[/URL] . What methods do you use to solve this problem? Any help will be appreciated much.

Member Avatar for keshavgarawal89
0
1K
Member Avatar for plarsen111

I have placed a background color for my links, but want it to fill the whole box, not just the word. Here is my website: [URL="http://www.hmstechnology.com"]www.hmstechnology.com[/URL] You'll notice that the text turns white when you hover your pointer over the text. BUT, [URL="http://www.ksd.org/hms"]I want it to do this[/URL]: You will …

Member Avatar for diafol
0
595
Member Avatar for tiffythom

I need to know how to set an html page to only open at a set size. I had learned this in my basic htm code class a long time ago but have forgotten and can't seem to find any instructions about how to do this. I have dreamweaver 8 …

Member Avatar for almostbob
-1
1K
Member Avatar for taffylad

Hi everyone. My friend asked me to have a look at his computer the other day because he cannot view certain web pages that he visits (ebay being one of them). Well I thought it might be some spyware or browser hijacker or something so I tried running adaware, spybot, …

Member Avatar for characteredu
2
374
Member Avatar for FC Jamison

I accidentally added the following line to my SQL database twice: [CODE]INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_birthdays_ahead', '7');[/CODE] How do I remove one of them?

Member Avatar for ZootAllures
0
128
Member Avatar for spacepoet

Hi: I'm trying to do a Conveyor belt slideshow script with buttons as seen on the "Live Entertaiment Schedule" portion of this site: [URL]http://www.swancourt.com/calendar.asp[/URL] (Note: the calendar icons slide much more when they had all 12 months on there, but I think you get the idea). I'm trying to do …

Member Avatar for MikeWatson
0
129
Member Avatar for Vicksley

Hi all, What I am trying to achieve, but have no idea how to go about it, is I want to use a template banner/navbar/ that I have created myself for all pages on my site. Is it possible to add a "include file" into my html pages so that …

Member Avatar for Tonupunuri
0
229
Member Avatar for tefflox

I have no experience with javascript, so I would like to know if it is possible to align a paragraph of text so it is placed in the middle of any browser window, using only html and css. Can this be done without js? If not, how much javascript will …

Member Avatar for michaeli99
0
115
Member Avatar for irfan.motiwala

i have page contain two combo box USA UK GERMANY i want that if i select usa then 2nd combo box will shows only cities of usa plz provide me help

Member Avatar for awinandak
0
309