publishing

Publishing toolchain

大城市里の小女人 提交于 2019-12-05 17:16:44
问题 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 really looking to paper-publish it, even though we never know. If I weren't a geek, I'd probably have already started writting in Word or any other WYSIWYG tool and just export to PDF. However, we know it is not the best solution, and emacs rules my text-editing life, so, the output format should

breadcrumb titlebar in Kindle book

喜你入骨 提交于 2019-12-05 12:55:35
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 the battery and wireless signal icons. It is that first line underneath, right above the content. For example, if you are in the middle of chapter 2 it shows the title of the chapter in that line. It is really cool and I would like to implement that in my books. I have proper TOC, cover and start page. I followed the guidelines in Kindle Publishing Guide . Actually, I am using KindleGen to

SharePoint: Temporary switching PageLayout of PublishingPage in HttpModule fails

Deadly 提交于 2019-12-04 22:26:08
Im working on an edit/display mode switch of MasterPage and PageLayout. I asked a question on this before ( How to dynamically switch PageLayout and MasterPage of SharePoint Publishing page? ). The nicest approach seems to be a HttpModule where to switch MasterPage and PageLayout to edit specific variants. MasterPage switching is no problem, but the PageLayout switching results in an error. I found the definitive answer! Its all working now! Problem was that after publish the wrong item is cached. I flushed the item from the cache and it all works now. Also did a lot of rewriting on the code.

VS2015 pubxml: how to exclude or eliminate the <PublishDatabaseSettings> section

人盡茶涼 提交于 2019-12-04 18:05:27
问题 I need to exclude database related settings from the Web Deploy publishing. I tried to delete the section in the pubxml file, but it comes back when I create a deployment package. Is there any way way to exclude database related settings from the Web Deploy publishing? 回答1: Figured out a way: Externalize the config with configsource Change your web.config to include connection strings as an external file. <connectionStrings configSource="web.connectionstrings.config"/> Then add a new file web

In VS2008, for FTP Publishing of a website, is there a way to save FTP Logon password?

不想你离开。 提交于 2019-12-04 16:52:43
问题 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 to store my FTP password and so I must type it in each time I publish. Is there an equivalent to the "Remember password" functionality found on many login systems for VS2008 FTP publishing? alt text http://img268.imageshack.us/img268/7752/logino.jpg Thanks! 回答1: On the previous screen where you

App Store developer renaming

半世苍凉 提交于 2019-12-04 13:47:47
问题 I have a developer account for person, not a company. And I have my name written near every app that I published. Now I want to changed it to fancy name without changing my developer account and without registration of company. Any help will be appreciated. I've changed approved answer because we are forced to start all law procedures to get legit papers for our company name and show it to Apple. Seems to be that this is the only way. :( 回答1: I'm sorry to tell you, but as far as I know, the

PostgreSQL and JMS (Or other Pub-Sub/Callback Mechanism)

て烟熏妆下的殇ゞ 提交于 2019-12-04 13:08:16
I want to have my PostgreSQL server send out notifications when a piece of data changes, preferably over JMS, but also considering any other Pub-Sub mechanism or Callback. Any ideas if this is possible? Are there any available Java Add-on Packages that replicate this sort of functionality? EDIT: I've been informed that PostgreSQL does support stored procedures in Java. That means the following approach becomes feasible: Essentially, the way I would go is to put a trigger on whatever it is you want to watch, and then call a stored procedure from that. The stored procedure then needs to

Android - whitelabel app

倾然丶 夕夏残阳落幕 提交于 2019-12-04 12:24:55
问题 NOTE: This is an old question, and the correspondingly old upvoted answer may not be relevant - see the newer answers about Build Variants (a.k.a. App Flavors). 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 just one app and differentiate between them using the appropriate logo's, configuration settings, language strings at compile time. However, when it

How to overwrite artifactId for Android Gradle library project?

假装没事ソ 提交于 2019-12-04 12:13:59
I created an Android library project using Android Studio with the following directory structure: ├── build.gradle ├── gradle ├── gradle.properties ├── gradlew ├── gradlew.bat ├── local.properties ├── settings.gradle ├── FooBar.iml └── FooBar Library When I want to publish the library to my local Maven repository I encounter the following error: Execution failed for task ':Foobar Library:publishMavenPublicationToMavenLocal'. > Failed to publish publication 'maven' to repository 'MavenLocal' > Invalid publication 'maven': artifactId is not a valid Maven identifier ([A-Za-z0-9_\-.]+). Please

How to prevent VS 2008 from publishing .svn folders as part of publish process?

徘徊边缘 提交于 2019-12-04 10:53:03
问题 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 files as part of the output. Thanks, Jason 回答1: Visual Studio has a problem with ".svn" folders inside web sites. Therefore, you should apply the subversion ASP.NET hack, which uses "_svn" directories instead of ".svn". When using TortoiseSVN, this is simply an option in the TSVN settings (see the