Lost Password?


Go Back   CodeCall Programming Forum > Software Development > General Programming

General Programming Non language specific, Assembly, Linux/Unix, Mac and anything not covered in other topics. Talk about Programming Theory here.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-18-2007, 12:45 AM
pcdctr pcdctr is offline
Newbie
 
Join Date: May 2007
Posts: 10
Rep Power: 0
pcdctr has disabled reputation
Default create e-book compiler

I am new to the programming area, I wanted to create my own e-book compiler for my first project, and I been working in C# with windows application forms but can't seem to accomplish anything. Am I using the right software for this? can someone point me in the right direction? I tried to make it simple, by just making a listbox to drag and drop the html files into and add a compile button to send it to another form I made with toolbar to navigate and read the compile book(html files).

pcdctr
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 05-18-2007, 12:37 PM
WingedPanther's Avatar   
WingedPanther WingedPanther is online now
Super Moderator
 
Join Date: Jul 2006
Age: 35
Posts: 3,278
Last Blog:
wxWidgets is NOT code ...
Rep Power: 36
WingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to all
Default

The first thing you'll need is a specification for the e-book format. You may find that this is a pretty nasty "first project". Parsing HTML formatted files could be nasty as well, depending on the tools C# offers you.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Programming is a branch of mathematics.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 05-18-2007, 02:19 PM
pcdctr pcdctr is offline
Newbie
 
Join Date: May 2007
Posts: 10
Rep Power: 0
pcdctr has disabled reputation
Default

I am glad someone else besides me thinks it's a nasty first program, I am gonna keep it in mind for maybe later down the road and learn about about strings, other coding and play with a more simple one. Thank you for your help.

pcdctr
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 05-18-2007, 03:57 PM
WingedPanther's Avatar   
WingedPanther WingedPanther is online now
Super Moderator
 
Join Date: Jul 2006
Age: 35
Posts: 3,278
Last Blog:
wxWidgets is NOT code ...
Rep Power: 36
WingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to allWingedPanther is a name known to all
Default

Whenever you see the word "compiler" as part of a project name, expect it to vary between nasty and downright brutal.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Programming is a branch of mathematics.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 05-21-2007, 05:25 PM
elle elle is offline
Newbie
 
Join Date: May 2007
Posts: 10
Rep Power: 0
elle is on a distinguished road
Default

What about HTML Help workshop for CHM compilations ? It's ready to use solution for e-book compilation - just add some HTML and hit the compile button. But if you want to learn something more I suggest you to study some open-source...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #6 (permalink)  
Old 05-22-2007, 09:54 AM
pcdctr pcdctr is offline
Newbie
 
Join Date: May 2007
Posts: 10
Rep Power: 0
pcdctr has disabled reputation
Default

That does sound pretty good there, Where do you find Html Workshop for CHM? Just search the net?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 05-22-2007, 04:25 PM
TcM's Avatar   
TcM TcM is offline
Code Warrior
 
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 8,332
Rep Power: 68
TcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of light
Default

I think that he means this:-
Download details: HTML Help Workshop and Documentation

If that is what you really want...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 05-22-2007, 10:57 PM
pcdctr pcdctr is offline
Newbie
 
Join Date: May 2007
Posts: 10
Rep Power: 0
pcdctr has disabled reputation
Default

Thanks Master
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 05-23-2007, 07:26 AM
TcM's Avatar   
TcM TcM is offline
Code Warrior
 
Join Date: Aug 2006
Location: In a technologic world :p
Posts: 8,332
Rep Power: 68
TcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of lightTcM is a glorious beacon of light
Default

Quote:
Originally Posted by pcdctr View Post
Thanks Master
You are mostly welcome!

"Not what we give,
But what we share,
For the gift
without the giver
Is bare." -James Russell Lowell
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
good java book??! A.N.H Java Help 17 12-18-2007 12:10 AM
Basic Address Book project with out using database. rs loader Visual Basic Programming 1 09-06-2007 01:49 PM
How to create a XML file at the server side? shannelleng ASP, ASP.NET and Coldfusion 8 08-12-2007 04:27 AM
asking for opensource compiler. fire exit General Programming 1 08-02-2007 08:46 AM
Create pluggin with Java nilshv Java Help 0 04-08-2007 10:27 AM


All times are GMT -5. The time now is 05:46 PM.

Contest Stats

WingedPanther ........ 2753.6
Xav ........ 2704
Brandon W ........ 1702.32
John ........ 1207.73
marwex89 ........ 1175.24
morefood2001 ........ 966.05
dcs ........ 655.75
Steve.L ........ 475.59
orjan ........ 418.58
Aereshaa ........ 383.54

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 98%

Ads