Re: what's the correct way of learning programming? Programming by tinstaafl … worse than vb.net. Not only is it a robust, plain language coding language it also includes a WYSIWYG gui editor… Re: Things I hate about TV shows Community Center Geeks' Lounge by KomalBhatt … reflecting the real world instead of showing tired stereotypes and plain stories. Give us something fresh, something authentic. Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim … you. TLS & SSL is either port 465 or 587. plain SMTP is on port 25. If you log-in as… Plain Text Substitution Programming Computer Science by Phil++ Hey, Does anyone know what a plain text substitution might be? For example, If I had to find the plain text substitution of "Hello World" would I count the characters? I'm really confused, anyone have any ideas? Thanks :) Plain TeX drawings in PDF mode Programming Software Development by Labdabeta Hello, I have an issue with a plain TeX document I am writing. I need to compile drawings …. Is there a way to draw lines/circles/etc in plain TeX without using PostScript? Re: Plain Text Substitution Programming Computer Science by Narue I don't understand the question. What do you mean by "plain text substitution"? Re: Plain Text Substitution Programming Computer Science by Phil++ mmm me neither, that's whats confusing me!! The question is: Answer = plain text substitution of the 7th value of Sequence A; Thanks :) Re: Plain Text Substitution Programming Computer Science by Phil++ We got given a list of countries, from this we had to find out the missing country.. The answer CAN ONLY be a two digit number. There's a calculation that has to be performed: (find the plain text substitution) MOD 78) * 7; Does this make anymore sense? Re: Plain Text Substitution Programming Computer Science by Adak I'm intrigued, and finding the country would be easy, but the phrase "plain text substitution MOD 78" part, just won't let my head wrap around this problem. There must be some little tidbit of info more -- c'mon, spill it! << bright light, 3rd degree regards >> ;) Plain Text Encryption/Decription Programming Software Development by cipherbeale Hello, I am a newbie to programing but I seem to be getting the hang of things. I am trying to create an plain text encription program that inputs the cipher key and encription text to be accepted via either comma deliminated txt or excel file. I have my program but I cannot figure out how to load the files. Please help Sending HTML/Plain text Emails Programming Web Development by lunac … -- especially web mail. So I need the alternative plain text email in those cases. I found this script …breaks and was able to finally get two emails (plain/html). I can switch between and view each one.…//text version $headers .= "--$boundary\n Content-Type: text/plain; charset=ISO_8859-1\r\n Content-Transfer_Encoding: 7bit\r\n… Re: Sending HTML/Plain text Emails Programming Web Development by lunac …to separate previous content $headers .= "Content-type: text/plain; charset=iso-8859-1\r\n"; $headers .= "…;This is the plain version"; //html version $headers .= "\n--$boundary\n… helps anyone else who's had problems with html/plain email. Additional note: The email message that I send… Re: Outlook 2003 receives everything in Plain Text Hardware and Software Microsoft Windows by Hersbruck …have removed this font, and set Outlook 2003 to use plain text, also Outlook 2007 has different settings, so uninstalling it… has set 2003 to plain txt. To fix this follow these steps: 1. Start…] area, click to uncheck [B]Read all standard mail in plain text[/B] check box. Also, In outlook 2003, Click … Re: Sending HTML/Plain text Emails Programming Web Development by pircoThe0ne4nd0 late reply.. but what if I wanted to send different message body – HTML formatted for the HTML version and plain text body for the plain text version? Outlook 2003 receives everything in Plain Text Hardware and Software Microsoft Windows by manouche …frustrating problem with Outlook. I periodically toggle between sending in plain text and html. However, I know that any incoming html…in html. Every message that comes to me is in plain text. I can send html messages, but all incoming …mail is plain text. I have looked through the options, read on the… Re: Outlook 2003 receives everything in Plain Text Hardware and Software Microsoft Windows by Michael_Knight … have removed this font, and set Outlook 2003 to use plain text, also Outlook 2007 has different settings, so uninstalling it… has set 2003 to plain txt. To fix this follow these steps: 1. Start …] area, click to uncheck [B]Read all standard mail in plain text[/B] check box. Also, In outlook 2003, Click [… Need help parsing strings w/ plain text and drop down lists Programming Web Development by jcassan … features (pspell) and wind up with strings containing both plain text (properly spelled words) and drop down lists (misspelled… can you parse a text string mixed with both plain text and drop down lists as above? Obviously, I… a function capable of parsing the initial string, keeping plain text words and punctuation, but replacing the drop down… Why Is Sending A Password In Plain Text A Bad Idea? Programming Web Development by Vincentas … just came to find out, storing a password in a plain text is a bad idea IF that password is only… other one can be stored in the form of plain text, not this plain text will only be used to resend, it… Re: Need help parsing strings w/ plain text and drop down lists Programming Web Development by jcassan … way: 1. Is each word encountered plain text or a drop down list. If plain text, simply grab it and insert it… Re: Outlook 2003 receives everything in Plain Text Hardware and Software Microsoft Windows by jimburton … to any other folder and click on it i get plain text. mail comes it with graphics (retail store) i see… "Toggle Plain Text" problem Community Center Meta DaniWeb by VernonDozier … fine on the forum page, but when you "Toggle Plain Text" to paste it into another document, you get…[/url] In addition, see post 1, line 77 without toggling plain text. The "color" tag is there. I haven… Re: "Toggle Plain Text" problem Community Center Meta DaniWeb by ~s.o.s~ … the first search result]. Now if I click on toggle plain text, I don't see any <strong> tags…; click on the first search result. Here, clicking the toggle plain text link again brings up those HTML tags. Also another… Re: Why Is Sending A Password In Plain Text A Bad Idea? Programming Web Development by JorgeM If you store the password in plain text, I am not sure that there is a point in storing the hash value. If the DB is compromised, or packets captured during the email "resend", the passwords are vulnerable. Re: Why Is Sending A Password In Plain Text A Bad Idea? Programming Web Development by cereal … the correct value. So, this is a safer solution than plain text: https://dev.mysql.com/doc/refman/5.5/en… Re: "Toggle Plain Text" problem Community Center Meta DaniWeb by Nick Evan I clicked the link you provided, went to the second post and saw all the "printf" in bold. When I click "toggle plain text", no HTML code whatsoever is shows. No <strong> or <bold> . I'm using ff3 on Windows vista 64 Re: "Toggle Plain Text" problem Community Center Meta DaniWeb by nav33n … "printf" in bold. When I click "toggle plain text", no HTML code whatsoever is shows. No <… Re: "Toggle Plain Text" problem Community Center Meta DaniWeb by ~s.o.s~ … the source code show these weird tags when viewed in plain text. Re: "Toggle Plain Text" problem Community Center Meta DaniWeb by Nick Evan [QUOTE=~s.o.s~;1053738] This problem crops up only when you arrive at Daniweb via a search made on google; all the highlighted terms [in yellow] in the source code show these weird tags when viewed in plain text.[/QUOTE] I did! See attachments (now added) in previous post. This is a bit weird or am I going stupid? Re: SQL Update of MD5 Passwords with plain text Programming Databases by Taywin If you want to verify the password user entered, simply rehash the plain text password using the same method you do when you save the password into the database. It should be equal. Thus, you DO NOT need to save plain text password. If a user calls for "Forget Password" force the user to RESET the password instead. AddType text/plain .log Hardware and Software Linux and Unix by ramansingh … file AddType text/plan .log I also tried AddType text/plain log but it still displays the file in Notepad. Any…