Tagged Questions
The publishing tag has no wiki summary.
38
votes
18answers
3k views
Writing a book and targeting PDF and HTML
I have an idea for a combination book and web app to help newbies learn computer programming from the ground up, and while I'm working on the web app side of it, I've been thinking in the back of my ...
33
votes
10answers
2k views
“To Do” list before publishing android app to market
I'm just about ready to publish my first app to the android market, and although I've been through a bunch of threads already about publishing apps, I'd like to know if any of you have ANY tips about ...
28
votes
10answers
3k views
Application (Not a Markup Language) for Producing a User Manual
Can anyone recommend a program to create user manuals with? Not a markup language (like LaTeX or DocBook) but more something interactive like Scribus. As I'm not the only one that will update the ...
19
votes
1answer
882 views
Make Debug/Release Build Configuration with 1 Click Publish dependent on the selected Publish Profile
This is almost a duplicate of Link build configuration to a publish profile, but that question was not answered...
I have 2 1 Click Publish configurations for my Web Application:
Test Server
...
17
votes
7answers
6k views
Strong Signed Assemblies
I have a project I made in Visual Basic 2008 Express. I converted it from someone else's C# project, but it works. It has several DLL dependencies. I went to publish my project so I can install it on ...
14
votes
3answers
225 views
What's the recommended way to make a Scala project available to the community?
I am currently writing a configuration file library (sort of Configgy replacement). For the moment, it's alpha release and stays well on GitHub. However, when the project will be stable enough, I plan ...
13
votes
19answers
801 views
Should I try to publish a book or write a blog?
I've got an idea for a book, and I think I could flesh out about 200-300 pages including code examples. I'd like to give back to the community from which I've gleaned so much information over the last ...
12
votes
3answers
304 views
What is an “incompletely constructed object”?
Goetz's Java Concurrency in Practice, page 41, mentions how this reference can escape during construction. A "don't do this" example:
public class ThisEscape {
public ThisEscape(EventSource ...
12
votes
6answers
993 views
Is Django Book platform available?
The Django Book has a neat content publishing template. Anyone knows if it's available for public use?
Alternatively, what Django sources would you recommend as an easy to use, out of the box CMS?
12
votes
10answers
1k views
CMS without front end?
In many projects we are developing we need to have CMS functionalities in the back end of the site. On the other end we don't want to or can't commit to a complete front end solution.
To explain this ...
10
votes
2answers
2k views
Config transformations and “TransformXml task failed” error message
I’ve just enabled config transformations on a .NET 3.5 project in VS2010 RC after watching Scott Hanselman’s video on web deployment. Unfortunately every time I go to publish I now get the following ...
10
votes
6answers
700 views
How to obfuscate web app before publishing?
I have a Visual Studio 2008 solution with number of DLLs and web application uses them as a main project. It's a commercial banking and accounting software (thin client) and I don't want a client ...
10
votes
3answers
935 views
How do you write a technical book? [closed]
I want to write a technical book. What is a good way/software to write it?
What is important to me,
I want to be editing text, not fighting formating. So no word like systems.
Automatic syntax ...
10
votes
4answers
1k views
When publishing an ASP.NET application, should I change the build type to Release in the Visual Studio Configuration Manager?
For my production sites I usually change the "debug" flag in the Web.Config to "false". But I always publish my sites with the Configuration Manager set to "Debug". Should I change this setting too?
9
votes
5answers
951 views
Processing PDFs to reduce file size / and or complexity
I have PDF files I need to prepare for viewing on mobile devices. The worse case would be ~50 pages, with lots full color images and vector art, file size approx. 40MB. This is acceptable for PC ...
8
votes
2answers
4k views
How to get Visual Studio 'Publish' functionality to include files from post build event?
I am currently attempting to use Visual Studio 2010 'Publish' and MSDeploy functionality to handle my web deployment needs but have run into a roadblock with regards to customizing the package ...
8
votes
7answers
378 views
Publishing toolchain
I have a book project which I'd like to start sooner than later. This would follow an agile-like publishing workflow, i.e: publish early and often. It is meant to be self-publsihed by me and I'm not ...
8
votes
5answers
759 views
What is the best (computer book) publisher to write for and why?
I have written a book for Packt publishing because they asked me too. Having gone through a year long experience with them I found that there were many pros and cons to having written for them - a ...
8
votes
3answers
2k views
How to prevent VS 2008 from publishing .svn folders as part of publish process?
When publishing an asp.net web site in Visual Studio 2008, is there a way that I can force it to ignore the .svn folders in my local working copy so that my target folder does not end up with .svn ...
7
votes
2answers
331 views
What are the benefits of using the Visual Studio publish feature in ASP.NET?
What are the benefits of using the Visual Studio publish feature in asp.net? Just because first request to the website take times? Or preventing Source code? (we can use classlibrary project and ...
7
votes
1answer
1k views
In VS2008, for FTP Publishing of a website, is there a way to save FTP Logon password?
I like the Visual Studio 2008 IDE integrated (not command line) feature to choose to publish an ASP.NET website to my webserver via FTP. I'm able to store my FTP username but I don't see any option ...
7
votes
3answers
198 views
How to customize publication in ASP.NET?
I'm working on a fairly new project and we started from scratch. So not only the web application itself needs to get developed, but also the whole process of publishing the site and configuring the ...
6
votes
6answers
1k views
How to set Visual Studio to Publish pdf files automaticly
Is there a way to set visual studio to publish all pdf files?
I know that you can set each individual pdf file in a project with the
"Copy to Outpub Directory" property.
But that means doing the ...
6
votes
3answers
2k views
Remove boxes from hyperlinked ToC in LaTeX
How do I remove the red boxes from my hyperlinked table of contents created by using the hyperref package in LaTeX.
5
votes
1answer
580 views
How do I keep MSDeploy from deleting extra folders in my project?
I am using the MSBuild runner in Team city to build and deploy my project to a staging environment. Everything works perfectly except for the fact that it keeps removing my repository folder located ...
5
votes
6answers
359 views
Release new version of ASP.NET website - Best Practices
What is the best practice for releasing a new version of my asp.net application?
I am concerned about users currently using the application. If I push a new version, does it kick them out? How does ...
5
votes
17answers
573 views
Which editor would you give your mom to let her edit her own website?
I mean this quite literally. A close relative wants to create her own website for her business and asked me for help. I've offered her to set up the website, take care of domain registration and all, ...
4
votes
1answer
141 views
breadcrumb titlebar in Kindle book
Some books or periodicals from Amazon Kindle store have this cool feature that shows a breadcrumb or title bar when you read them. It shows up as the first line of the text. It is not the bar that has ...
4
votes
1answer
184 views
Publishing my web application can take long time to accomplish because of the .suo file
I have a web application project that i publish via Visual Studio 2010 to my server. My problem is that it can take very long time before it can actually publish it. Maybe 10 minutes! It doesnt happen ...
4
votes
1answer
312 views
Equivalent of SPContet.Current.ListItem in Client Object Model (ECMAScript)
I'm integrating an external application to SharePoint 2010 by developing custom ribbon tabs, groups, controls and commands that are made available to editors of a SharePoint 2010 site. The ribbon ...
4
votes
1answer
513 views
Visual Studio 2010 Publishing So Slow
I'm using Visual Studio 2010 Premium, and find publishing via FTP through Visual Studio's build in publishing mechanism to be painfully slow. If I choose to manually FTP (with a client like ...
4
votes
1answer
422 views
Is visual studio's publish.xml safe to store in source control?
I recently realized that my project's publish.xml file is being committed to source control. While it seems like the FTP password in the file is encrypted, how safe is it to be storing? Can it be ...
4
votes
1answer
498 views
When making iphone apps for clients, do you register them, or yourself?
I am thinking of starting doing small iOS projects with the help of my local University, however I am confused about a few things.
I know StackOverflow is only for 1 question, but the questions I ...
4
votes
1answer
772 views
Programmatically enumerating Web Part Zones of a Publishing Page Layout
I have a situation where a class I have is passed a PublishingPage instance and I want to enumerate any and all web part zones that are used in the Layout Page for this page.
This is proving tough.
...
4
votes
2answers
201 views
How to get htmlize.el work for project publishing in Emacs org-mode?
I want to publish a project in Emacs org-mode, which contains several .html files.
There are some python code examples in them that I wanna highlight.
But htmlize.el won't do that for me.
Strangely, ...
4
votes
3answers
298 views
Publish a library to maven repositories
I have a stable opensource library and was wondering how (and if) I can publish my lib to maven official repositories so people can include it in their pom.xml files and get the dependency downloaded ...
4
votes
1answer
489 views
InvalidDeploymentException error when deploying .NET Application
I have two projects: Inventario, Produccion Dampers and I added Inventario as a reference to Produccion Dampers. When I publishProduccion Dampers I don't get an error but when I try to install I get ...
4
votes
1answer
1k views
Visual Studio Publish Website Using SCP/SFTP
Is there a way to publish a web site from Visual Studio 2008 using SCP or SFTP? I know it is possible to publish to my local filesystem and then perform the transfer with SCP, but I'd like something ...
4
votes
2answers
181 views
Publishing Concurrent Objects
I'm interested in techniques people use to publish information and changes to data structures that are being shared across multiple threads without losing much concurrency. In my personal experience I ...
3
votes
2answers
29 views
Android minimum version when publishing on market
I've already asked Google support about this and they were no help ...
In my manifest I have
uses-sdk android:minSdkVersion="10"
which corresponds to version 2.3.3 however when I publish the app to ...
3
votes
1answer
223 views
Why application suddenly got incompatible with some devices?
I seem to have a serious problem. A few weeks ago I've published an app, Antipaper Notes (com.pancerola.and.antipaper.notes). It is running on API level 11 (Honeycomb), besides that has no ...
3
votes
2answers
192 views
Getting No element in the source document matches '/configuration/applicationSettings' error
I am publishing using teamcity, It keeps giving me the No element in the source document matches '/configuration/applicationSettings' while transforming web config file. On reaching the point in web ...
3
votes
3answers
378 views
Signing an app, but not publishing on Android market
The Android system has a flag called "Unknown Sources" that allows it to install applications from non-market sources.
If I sign my application as described on the android developer website (i.e. ...
3
votes
3answers
292 views
Android - whitelabel app
I have a question about publishing to the marketplace.
Company, X, provides similar services for companies A & B, and both A & B want an app in the market place. Company X wants to write ...
3
votes
2answers
3k views
How to include data files with my Android install apk?
I want to install some pre-created files when my Android application is installed. I would like to install the file in both the internal memory (data/data//files/) and in a newly created sdcard ...
3
votes
1answer
43 views
Building, and Publishing, and User-Data (oh my!)
What is the best way to update a "Web-Application" ("re-publish" from dev server to live server) while preserving user-data (such as images, videos, and audio stored in the filesystem) in a VS 2010 ...
3
votes
4answers
9k views
SharePoint 2010 Publishing Site - how to enable Publishing WITHOUT going through workflow
I'm working on a 2010 publishing site and I'd like to enable the users to publish a page directly, without going through the workflow. On the Ribbon's "Publish" tab, there is a "Submit" dropdown with ...
3
votes
1answer
312 views
Publishing From Visual Studio Express
I am an amateur programmer. When I publish an app from Visual Studio Express, I have no option to make the package install for "All users of this computer". Is this possible to do from Visual Studio ...
3
votes
5answers
498 views
Advertising network for publishers, do any have an API?
I've got a site called http://www.manglebracket.com. It's a handy little web app for converting Word documents to HTML.
I want to monetize it with Adsense-style ads, but the standard "paste this ...
3
votes
3answers
14k views
SQL Database Publishing wizard with SQL Server 2008
I'm desperately looking for SQL Database Publishing wizard. I've download it but it seems to require SQL Server 2005. According to ...