Click here to Skip to main content
16,011,626 members

Bugs and Suggestions

   

General discussions, site bug reports and suggestions about the site.

For general questions check out the CodeProject FAQs. To report spam and abuse Head to the Spam and abuse watch. If you wish to report a bug privately, especially those related to security, please email webmaster@codeproject.com

 
GeneralRe: XML Feed for the Forums Pin
Jason Jystad21-May-02 10:37
Jason Jystad21-May-02 10:37 
GeneralWhen you change your nick, the articles don't reflect this change :-( Pin
Nish Nishant18-May-02 0:00
sitebuilderNish Nishant18-May-02 0:00 
GeneralRe: When you change your nick, the articles don't reflect this change :-( Pin
Mazdak18-May-02 2:28
Mazdak18-May-02 2:28 
GeneralRe: When you change your nick, the articles don't reflect this change :-( Pin
Nish Nishant18-May-02 3:40
sitebuilderNish Nishant18-May-02 3:40 
GeneralRe: When you change your nick, the articles don't reflect this change :-( Pin
Michael P Butler20-May-02 0:34
Michael P Butler20-May-02 0:34 
GeneralRe: When you change your nick, the articles don't reflect this change :-( Pin
Nish Nishant20-May-02 0:52
sitebuilderNish Nishant20-May-02 0:52 
GeneralSuggestion for the emoticon page (with demo) Pin
Jason Jystad16-May-02 12:04
Jason Jystad16-May-02 12:04 
GeneralHere is the code I used if you want it. Pin
Jason Jystad16-May-02 12:35
Jason Jystad16-May-02 12:35 
Here is the Javascript function that does the work:
<SCRIPT LANGUAGE="JavaScript">
  function ClipBoard(TextToCopy) {
    TextBuffer.innerText = TextToCopy.innerText;
    CopiedText = TextBuffer.createTextRange();
    CopiedText.execCommand("Copy");
  }
</SCRIPT>

This has to be in the body somewhere to act as a buffer:
<INPUT type="hidden" ID="TextBuffer" STYLE="display:none;">

This is what I did to the text of the first emoticon:
<SPAN ID="Emoticon1" onclick="ClipBoard(this);">{smiley text here}</SPAN>

This is what I did to the img tag of the first emoticon:
<IMG src="smiley_smile.gif" align=absMiddle onclick="CopyToClipBoard(Emoticon1);" border=0>


Jason Jystad

Cito Technologies
Sonork ID: Ogami(100.9918)

An object is simply a referenced thingy.
--Larry Wall (Programming Perl)

GeneralRe: Here is the code I used if you want it. Pin
Nish Nishant16-May-02 17:27
sitebuilderNish Nishant16-May-02 17:27 
GeneralRe: Here is the code I used if you want it. Pin
Jason Jystad16-May-02 18:29
Jason Jystad16-May-02 18:29 
GeneralRe: Here is the code I used if you want it. Pin
Carlos Antollini16-May-02 18:27
Carlos Antollini16-May-02 18:27 
GeneralRe: Here is the code I used if you want it. Pin
Jason Jystad17-May-02 7:52
Jason Jystad17-May-02 7:52 
GeneralRe: Suggestion for the emoticon page (with demo) Pin
Chris Maunder16-May-02 19:11
cofounderChris Maunder16-May-02 19:11 
GeneralRe: Suggestion for the emoticon page (with demo) Pin
David Wengier16-May-02 20:04
David Wengier16-May-02 20:04 
GeneralRe: Suggestion for the emoticon page (with demo) Pin
Jason Jystad17-May-02 7:50
Jason Jystad17-May-02 7:50 
GeneralRe: Suggestion for the emoticon page (with demo) Pin
Jason Jystad17-May-02 7:58
Jason Jystad17-May-02 7:58 
GeneralRe: Suggestion for the emoticon page (with demo) Pin
ColinDavies18-May-02 13:05
ColinDavies18-May-02 13:05 
GeneralRe: Suggestion for the emoticon page (with demo) Pin
Jason Jystad20-May-02 12:33
Jason Jystad20-May-02 12:33 
GeneralRe: Suggestion for the emoticon page (with demo) Pin
Jason Jystad17-May-02 12:27
Jason Jystad17-May-02 12:27 
GeneralHere's Your Spell Checker Chris Pin
Nick Parker16-May-02 8:25
protectorNick Parker16-May-02 8:25 
GeneralRe: Here's Your Spell Checker Chris Pin
Jason Jystad16-May-02 9:22
Jason Jystad16-May-02 9:22 
GeneralRe: Here's Your Spell Checker Chris Pin
Nick Parker16-May-02 9:47
protectorNick Parker16-May-02 9:47 
GeneralRe: Here's Your Spell Checker Chris Pin
Jason Jystad16-May-02 9:56
Jason Jystad16-May-02 9:56 
GeneralRe: Here's Your Spell Checker Chris Pin
Chris Maunder16-May-02 19:10
cofounderChris Maunder16-May-02 19:10 
GeneralRe: Here's Your Spell Checker Chris Pin
Nick Parker17-May-02 1:20
protectorNick Parker17-May-02 1:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.