|
I'm curious about those published authors who have chosen the self-published path over the traditional path. Why did you choose this path? For those who are traditionally published - did you ever consider self-publishing?
As a librarian, I'm trained not...
Started by Hilldawg on
, 25 posts
by 19 people.
Answer Snippets (Read the full thread at absolutewrite):
Very few it's the "new" thing of the moment....
(And, FWIW, self-published books are not "taking over" the market.
The fact is, you still have traditionally published authors doing just fine, but that isn't experience hang out.
publish.
|
|
One often hears how {Famous!Author} self-published -- with the implication being that not only is s/he famous because s/he self-published, but if you self-publish, youll become a Famous Author, too. But just how many of the names tossed around are relevant...
Started by CaoPaux on
, 15 posts
by 15 people.
Answer Snippets (Read the full thread at absolutewrite):
That not only is s/he famous because s/he self-published, but if you self-publish, you’ll become a Famous-published -- with the implication being that not only is s/he famous because s/he self-published, but if you self-....
|
|
How to include COM components on a published .Net site?
Started by Samiksha on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
How to add com components for published site?
Finally i succeeded to solve the issue :
To include the COM component on your published site :
Include the reference....
This doesnt work when i publish the site on server.
I run code locally...
|
Ask your Facebook Friends
|
I would like to know any worth-reading recent books (published in 2009) on programming/software.
Started by Jahanzeb Farooq on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
Even Faster Web Sites
Programming in Python 3 and Regular Expressions Cookbook
Windows® Internals, Fifth Edition: Covering Windows Server 2008 and Windows Vista
Programming Scala
I'm enjoying Ruby Best Practices , but it is only relevant to the Ruby... .
|
|
I have an XBAP currently published on my local machine, which has an 'About' canvas build into the XMAL, of which I want to show the published version number, but I can only seem to get the assembly version number. Any suggestions?
Started by williamtroup on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Info when you run from the published location..
|
|
I have a set of enumeration values that have 138 values. Something like:
type TSomething = (sOne, sTwo, sThree, ..., ..., sOnehundredAndThirtyeight); TSomethings = set of TSomething; .... TSomething = class(TPersistent) private fSomethings: TSomethings...
Started by smartins on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Unfortunately the compiler does not allow sets greater than 32 bits to be contained in a published); published property Somethings: string read GetSomethings write SetSomethings; end; { TSomethingClass.
|
|
I have an ASP.NET application that is developed on my laptop and deployed on to a server. I use the Build > Publish Web Site method to deploy the app. The problem though is that it deletes the existing web app on the remote server, and uploads the ...
Started by Bay Wolf on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If you are changing C# code, deploying new dlls or changing the web.config IIS restarts... .
You can change with little impact.
C#, dlls, web.config).
Basically anything not code related (i.e.
If you are changing HTML, styles...
Long answer.
Short answer is no.
|
|
Hello,
C# 2008 SP1
I have built an application and this is published on windows server using clickonce. The clients go to the url and can download and run the application.
The client is now changing their servers to run Ubuntu. Can a clickonce application...
Started by robUK on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Is ClickOnce the best way to distribute applications/updates ?
I'm not sure - but popularity... .
I'm assuming you're trying to use Mono, in which case:
Is it possible to support ClickOnce on Linux ?
Yes - but there's still a lot of work required before doing so .
|
|
Greetings all,
I have a question.
On my MOSS 2007 dev box, I created a new sharepoint site using the Publishing -> Publishing Site template.
Now, On this site, I can create pages, check them in, publish them, etc.
What I want to do is create a scope...
Answer Snippets (Read the full thread at stackoverflow):
You won't see the version currently being edited (if it is checked .
published version of that page.
|
|
In the MIDP api there is a public abstract class Layer , this class has a javadoc published however it doesn't show a constructor in the javadoc. In the same api there are two other classes Sprite and TiledLayer.
public class Sprite extends Layer public...
Started by Kevin Boyd on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Could it be an oversight?
The public interface of Layer is published because even though you.
|