Search
Views
- How do I create a Guestbook in Dreamweaver MX - 32,070 views
- 360 virtual tour HELP?!?! MOV or SWF??? - 27,727 views
- Looking for examples of one-page web sites w/ a tracker or counter - 27,269 views
- How can prepared an article for submission? - 15,311 views
- Are online forums obsolete? - 14,923 views
- Link Direct to Table Cell - 13,323 views
- Review www.mwfglobal.com - 7,358 views
- Installing Apache on Win2000 Prof - 6,335 views
- Discussion: KW in Domain, does it add value to appraisals or not? - 6,153 views
- Deprecated tags - 5,044 views
-
Recent Posts
Recent Comments
- Grace on Looking for examples of one-page web sites w/ a tracker or counter
- moneyfiver.com on Looking for examples of one-page web sites w/ a tracker or counter
- moneyfiver.com on Looking for examples of one-page web sites w/ a tracker or counter
- News on Looking for examples of one-page web sites w/ a tracker or counter
- News on Looking for examples of one-page web sites w/ a tracker or counter
Categories
Tags
Advice Ajax Amp backlinks Blog Cms domain doubt email google Greetings Hello Html Css image Images Internet Site Javascripting Job keyword keywords Lot Many Thanks money Niche people Photos Php Php Mysql Programmer Quot regard Right Direction Scripts Templates traffic Web Design Web Designer Webhost Web Page Web Page Design Web Pages wordpress World Wide Web Xhtml yahoo-
July 2025 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Tag Archives: Textarea
Creating a forum
Hiya, I wasn’t guaranteed about which forum get started on this thread in… hopefully this the first is ok: classic: I’m pondering creating a online community for our intranet, mainly only for communication between staff members, such as logging computer glitches, leaving memos in order to other staff associates, etc. Can anyone recommend fine (cheap, if definitely not free) forum computer software, to save me the need to code something by myself Kind regards!: laugh: Assuming you can run PHP-based forums you’ll find lots of scripts you need to use. The most favorite free ones are generally http: //www. phpbb. com/ and http: //www. invisionboard. com/. To get paid boards you will find http: //www. vbulletin. com/ to get either $85/year, or $160 the initial year and then $30 for your other years. With thanks fil! I am going to give phpbb a go… I’ve a similar issue after having researched lots of forum software (though MY SPOUSE AND I missed phpBB). What I’m looking for is much simpler, more like your BLOG setup. Is there any simple way to setting up something similar to a BLOG yet with net access by only several people To paraphrase I post an … Continue reading
Posted in Web Design
Tagged Blog, Computer Glitches, Computer Software, E Mail, Fil, Forum Computer, Forum Software, Free Computer, Free Forum, Free Ones, Free Software, Isp, Logging Computer, Memos, Paraphrase, Reply, Scripts, Staff Associates, Staff Members, Textarea
Leave a comment
WYSIWYG Input Editor
How ought to be a go about creating a WYSIWYG web-based manager for input, ie. for news creation in a very CMS. We’ve used google a lttle bit to find an answer, but when rendering comes around, Personally i think like I’ve missed something. There’s no doubt that the general idea would be to have a iframe rather than a textarea. That you just then via JavaScript first turn on designMode on this document(iframe) Code: document. getElementById(editor). contentDocument. designMode = " on"; After this somewhat unsure. I have following, just a text hyperlink in making the text bold Code: < some sort of href=" javascript:; " onclick=" formatButton(‘teaser’, ‘Bold’); " unselectable=" on" > Bold< /a> But it lets you do nothing. Also, I can’t give any data towards the iframe. So when editing a preexisting news article the item just shows nothing at all. Tried using JS to write (. innerHTML) towards the iframe, but very little luck. Any help is great guys I’m assuming you no longer want to employ, for example, FCKEditor Probably not. I’d really like to understand how to do it by myself, for future benchmark. Also, I’ll be using it in some sort of commercial … Continue reading
Posted in Web Design
Tagged Benchmark, Case Editor, Cheers, Cms, Code Document, Code Lt, Demo, General Idea, google, Insurance, Insurance Plan, Little Luck, Mozilla, News Article, No Doubt, Quot, Text Hyperlink, Textarea, Tho, Wysiwyg Web
Leave a comment
Web Content editor?
We need a content manager, much like which is often used on forums. ONE click BBCode. It would be a wysiwyg editor or it could possibly just be a new text area with buttons. Relating to been looking for one this afternoon but are actually having some problems. Only to make it crystal clear, i am not searching for a CMS answer. I am searching for something which can add more functionality over a basic textarea. Something that will allow a person to edit written content without knowing code. http: //www. fckeditor. net/ You might give that a go. Unfortunately, I can’t actually offer any help on tips on how to use it. appears promising thanks, i will take a look into it. In addition have a go on TinyMCE. TinyMCE will be nice… that’s what all the CMSes use. Both equally look pretty equivalent, i got fkdeditor to figureout within a few momemts and covers my needs. Thanks to the help guys. FCKeditor is fantastic but does anyone know of a more simple editor or a course for adding you own BOLD, ITALIC, and UNDERLINE buttons to your basic textarea.
Posted in Web Design
Tagged Bold Italic, Cms, Content Manager, Textarea, Tinymce, Web Content Editor, Web Editor, Wysiwyg Editor
Leave a comment
Text Formatting problem
My site is known for a PHP based source page which creates a fresh file on the site. My problem is the fact when I submit something coming from a text area, PHP removes many of the line breaks in advance of adding it into a file. So that as you move description I set up is properly formated, one that viewers read is often a single long section. Is there any tool for fixing that Another problem is the fact if I put a " on the name of your file, fopen() automatically adds a backslash just before it. (ie Bob’s stuff results in being Bob/’s stuff) Anyone know why when you can stop either of these from happening With thanks, Theodore The backslash thing refers to this PHP receive: $content = stripslashes($content); You need to use that before everyone save it towards file. The line breaks is really a little tougher to resolve. This actually depends on how you edit the content. I usually do it this way…. but it’s my particular preference. This is to save your content… textarea from a form. PHP: < php // You have a whole textarea from a form … // … Continue reading
Posted in Web Design
Tagged Backslash, Br, Fopen, Form Php, Lt, Nbsp, Preference, Quot, Slashes, Textarea
Leave a comment
connecting contact form to personal email
e Here ‘s your form (below)… the part around red is what exactly sends it to a PHP script with regard to emailing it. Also add additional red parts… I’m less than sure what can happen with the href tag inside submit part. < type id=" form1" > < label> < input type=" text" name=" name" value=" Brand: " > < /label> < label> < input type=" tel" name=" phone" value=" Cellular phone: " > < /label> < label> < input type=" email" name=" email" value=" Contact: " > < /label> < labeled class=" text" name=" mess" > < textarea> Meaning: < /textarea> < /label> < course class=" btns" > < a href=" #" rel=" reset" > Clear< /a> < a href=" #" rel=" submit" > Send< /a> < /span> < /form> =================== Then you will need the PHP script in order to process it. Below is really a bare-dones script without the need of validation, no captcha, outright a basic contact send. Call this town " sendit. php" and upload inside same directory because your form. PHP: < php$recipient = “DaniellaKramerhotmail. com”; $subject = “Daniella Kramer – Website Contact”; // where to go after it gets sent … $redirect = … Continue reading
Posted in Web Design
Tagged Captcha, Cellular Phone, Contact Name, Daniella, Form Email, Form Php, Form1, Href Tag, Input Type, Kramer, Lt Course, Nbsp, Personal Email, Php Script, Quot Quot, regard, Span, Textarea, Type Id, Validation
Leave a comment