Alternative button for code tags


 
Thread Tools Search this Thread
Contact Us Post Here to Contact Site Administrators and Moderators Alternative button for code tags
# 15  
Old 10-24-2012
How about these?
Code:
<input type="submit" value="[CODE]">
<input type="submit" value="[HTML]">

---------- Post updated at 23:29 ---------- Previous update was at 23:24 ----------

That should be a button that says "CODE", with square brackets.

Last edited by Scrutinizer; 10-24-2012 at 06:28 PM.. Reason: Added noparse tags
# 16  
Old 10-25-2012
I would be inclined to go with Scrutinizer's option. It's clearer than the current one and the others suggested.

So many people recently have been using the [QUOTE] tag button, which sits right next to the [CODE] tag button, which tells us that it isn't at all obvious what the current [CODE] tag button does.
# 17  
Old 10-25-2012
Quote:
Originally Posted by figaro
How about these?
Code:
<input type="submit" value="[CODE]">
<input type="submit" value="[HTML]">

---------- Post updated at 23:29 ---------- Previous update was at 23:24 ----------

That should be a button that says "CODE", with square brackets.
That's not a 32 x 32 button. A concept that does not fit on a 32x32 button is not going to "cut the mustard" as they say.

Please, if you have a concept, put it on 32 x 32 pixels and upload it so we can review it ;) ;)

EDIT: Maybe we should just make the button wider in the future and not use the default 32x32 size for code tags!?
# 18  
Old 10-25-2012
Quote:
Originally Posted by Scott
I would be inclined to go with Scrutinizer's option. It's clearer than the current one and the others suggested.
Done.

(Honestly, it does not look any clearer to me, but I changed it .... )
# 19  
Old 10-25-2012
I see you have added a message for new posts/threads mentioning the CODE-tags. I think is a good idea. Thanks.

bakunin
# 20  
Old 10-29-2012
Quote:
Originally Posted by Neo
Maybe we should just make the button wider in the future and not use the default 32x32 size for code tags!?
I think that is a good idea. Then we could have CODE, HTML and PHP all in buttons which are 32 pixels high but can have any width and also look stylistically more in line with each other.
# 21  
Old 10-30-2012
Also, FYI: Until we find something better, I just added a new temporary ICODE icon in the editor toolbar.

Image
This User Gave Thanks to Neo For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. What is on Your Mind?

New CODE and ICODE Editor Button Icons

As promised, I have changed the CODE tag icon and the ICODE tag icon in our WYSIWYG editors to use Font Awesome. CODE Tag = fa-code ICODE Tag = fa-terminal https://www.unix.com/members/1-albums215-picture966.png The reason for this change is to continue our move toward Font Awesome... (4 Replies)
Discussion started by: Neo
4 Replies

2. What is on Your Mind?

New Login Button for UNIX.COM

Hey, Have changed the login from a legacy form on the upper right to a JS popup (which I originally wrote for mobile); by clicking on the person looking icon on the upper right. I have tested and it seems to work fine (has been working on mobile for quite some time); but I may tweek the... (14 Replies)
Discussion started by: Neo
14 Replies

3. Post Here to Contact Site Administrators and Moderators

New Thread Button

Where do I find the New Thread Button so I can post a message to get some help in an issue I am having ? (2 Replies)
Discussion started by: kstalder
2 Replies

4. Programming

Curl alternative for python code

Need to run this api command via curl, the python code works without any problems , but we want the same to be run as curl command import requests params = {'username': 'testuser'} params = 'c3NhbmthMDJjsd' params = 'test' params = 'guide' params = '192.168.0.37' params =... (2 Replies)
Discussion started by: iron_michael86
2 Replies

5. UNIX for Dummies Questions & Answers

to know about press button command

Please help me with this ........... Suppose i have made a database of 25 people and want to make the user select any number of people till he wishes and then press a button to stop the process (of selecting) what coding should be followed by me ...........:confused::confused: (1 Reply)
Discussion started by: doctor001
1 Replies

6. UNIX for Dummies Questions & Answers

Changing middle mouse button for pasting to right mouse button in cygwin rxvt

Hi, I'm using rxvt in Cygwin and I'm wondering how to change my mouse bindings from the middle button for pasting to the right button. The main reason why I want to do this is because my laptop doesn't have a middle mouse button. Thanks for any help! (2 Replies)
Discussion started by: sayeo
2 Replies

7. UNIX for Advanced & Expert Users

Finding alternative code

Hi Sir's I've the below piece of code has the following functionalities: 1) Read the "pcp" file and create Job related parameter file "$PARMFILE". $PARMFILE has below variables: AFTD2010 "FILE_TYPE_D=Y export FILE_TYPE_D" AFTD2010 "FILE_TYPE_I=N export FILE_TYPE_I" AFTD2010... (0 Replies)
Discussion started by: Lokesha
0 Replies

8. Solaris

Mouse button bindings

Hello, On one of our Solaris machines the user has managed to destroy his mouse key bindings. Usally if he clicks the middle button it presents some applications but now it just minimises the CDE panel to the top. I have compared his /usr/dt/config/C/sys.dtwmrc with another machine that is... (0 Replies)
Discussion started by: Mr Pink
0 Replies

9. Shell Programming and Scripting

need help with html button

Hello everyone, I am trying to implement an html button that will call a script and pass two arguments "perl script.pl website.com 1" this is for a search results page on a php spider called "sphider". the variable $url? is the url and Than needs to be one of the arguments in calling the script.... (0 Replies)
Discussion started by: mike171562
0 Replies

10. UNIX for Dummies Questions & Answers

Script for using the Back button and the Close button

Here's a question I have for anyone that might be able to help me: I can write a html script that will allow the user to return to the previous page using the back button, and I can write a script that will allow the user to return to the previous page using the close button, but...is there a... (1 Reply)
Discussion started by: mdgibson
1 Replies
Login or Register to Ask a Question