Click here to Skip to main content
15,916,288 members
Home / Discussions / Article Writing
   

Article Writing

 
AnswerRe: Where to publish a short article Pin
Richard MacCutchan9-Aug-10 22:30
mveRichard MacCutchan9-Aug-10 22:30 
AnswerRe: Where to publish a short article Pin
Sandeep Mewara23-Aug-10 3:05
mveSandeep Mewara23-Aug-10 3:05 
Questionhow to report possible plagiarism? Pin
taber loveless20-Jul-10 9:03
taber loveless20-Jul-10 9:03 
AnswerRe: how to report possible plagiarism? Pin
Luc Pattyn20-Jul-10 9:43
sitebuilderLuc Pattyn20-Jul-10 9:43 
QuestionArticle submission query Pin
nbugalia18-Jul-10 3:57
nbugalia18-Jul-10 3:57 
AnswerRe: Article submission query Pin
Chris Maunder18-Jul-10 4:10
cofounderChris Maunder18-Jul-10 4:10 
GeneralRe: Article submission query Pin
nbugalia18-Jul-10 4:18
nbugalia18-Jul-10 4:18 
GeneralRe: Article submission query Pin
nbugalia20-Jul-10 1:54
nbugalia20-Jul-10 1:54 
GeneralRe: Article submission query Pin
Sean Ewington20-Jul-10 2:46
staffSean Ewington20-Jul-10 2:46 
QuestionC# RTF constructor library Pin
Dima Popov13-Jul-10 4:24
Dima Popov13-Jul-10 4:24 
AnswerRe: C# RTF constructor library Pin
BillWoodruff27-Jul-10 4:01
professionalBillWoodruff27-Jul-10 4:01 
GeneralRe: C# RTF constructor library Pin
Dima Popov30-Jul-10 4:10
Dima Popov30-Jul-10 4:10 
QuestionShould I re-write old Article or Post New Article? Pin
The Man from U.N.C.L.E.1-Jul-10 1:42
The Man from U.N.C.L.E.1-Jul-10 1:42 
AnswerRe: Should I re-write old Article or Post New Article? Pin
Luc Pattyn1-Jul-10 2:34
sitebuilderLuc Pattyn1-Jul-10 2:34 
GeneralRe: Should I re-write old Article or Post New Article? Pin
The Man from U.N.C.L.E.1-Jul-10 5:22
The Man from U.N.C.L.E.1-Jul-10 5:22 
QuestionUpdating code for an old article Pin
David Maw19-Jun-10 14:19
David Maw19-Jun-10 14:19 
AnswerRe: Updating code for an old article Pin
Luc Pattyn19-Jun-10 16:19
sitebuilderLuc Pattyn19-Jun-10 16:19 
GeneralRe: Updating code for an old article Pin
David Maw20-Jun-10 7:41
David Maw20-Jun-10 7:41 
GeneralRe: Updating code for an old article Pin
Luc Pattyn20-Jun-10 7:48
sitebuilderLuc Pattyn20-Jun-10 7:48 
GeneralRe: Updating code for an old article Pin
David Maw20-Jun-10 12:28
David Maw20-Jun-10 12:28 
GeneralRe: Updating code for an old article Pin
Luc Pattyn20-Jun-10 13:09
sitebuilderLuc Pattyn20-Jun-10 13:09 
QuestionHow do I get my images to show on my article? Pin
Mr Yossu9-Jun-10 2:30
Mr Yossu9-Jun-10 2:30 
AnswerRe: How do I get my images to show on my article? Pin
Luc Pattyn9-Jun-10 4:36
sitebuilderLuc Pattyn9-Jun-10 4:36 
Your article seems to contain HTML image tags such as
<img alt="The test project" src="SavingTheStateOfAForm/FormSerialisor3.gif" />

These are incorrect, as they need a relative path; and incomplete, as CP wants them to hold a width, a height and an alternate text as well.

Here is one from one of my articles:
<img src="CPVanity/CPVanityDesignerDetail.gif" width="308" height="220" alt="CPVanity Designer Detail" />


I assume you have been using the Article Submission Wizard. It offers some 4 pages, on one of them you are offered an opportunity to upload files; this is typically used to upload one or two ZIP files (mainly holding the source code and/or a demo EXE), as well as for uploading individual images. When done, it even offers HTML strings that refer to them, which you could copy verbatim into your article's body text.

There is no way the wizard will extract anything from the zip you present.

FWIW: Putting everything in a single zip (the article itself, its images, and its downloads) is the recommended way when you submit your article through e-mail.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read formatted code with indentation, so please use PRE tags for code snippets.

I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).

GeneralRe: How do I get my images to show on my article? Pin
Mr Yossu9-Jun-10 6:36
Mr Yossu9-Jun-10 6:36 
AdminNew article format Pin
Chris Maunder7-Jun-10 13:27
cofounderChris Maunder7-Jun-10 13:27 

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.