docs

Generate docs in automated build

Is there any way to generate project docs during automated builds? I'd like to have a single set of source files (HTML?) with the user manual, and from them generate: PDF document CHM help HTML version of the help The content would be basically the same in all three formats. Currently I'm using msbuild and CCNET, but I could chan...

Where are ASP.NET MVC docs?

I am very impressed with the ASP.NET MVC stuff--and I've seen the various blogs and am quite anxious to dig in. But where are the docs? I can't find any docs on the System.Web.Mvc namespace, or any of its related namespaces. Google searches limited to msdn.microsoft.com don't turn up anything, nor does just googling. I know there are a...

Unhide a Document Set in XCode

Hi all, I fat-fingered my XCode Doc Set in two ways: entered the wrong password/name, and it doesn't prompt for a new one (I'll solve this in a little time) accidentally hit "Hide Doc Set" when I right clicked it, trying to figure out how to reset the name / password to try to subscribe. where'd it go?! ...

Solving error messages given by PHPdoc

How can you solve the following error messages given by PHPdoc? I run madedoc.sh by the following command Command sudo ./makedoc.sh I get Error messages PHP Version 5.2.6-3ubuntu4.2 phpDocumentor version 1.4.2 Parsing configuration file phpDocumentor.ini... (found in /usr/share/php/data/PhpDocumentor/)... done Maximum memory ...

Hosting Google Apps UI in my app

I'm investigating the possibility of re-using Google Apps/Docs in a local hybrid desktop/browser application. I've been going through the Google documentation on manipulating docs, eg. the Spreadsheet. I can't seem to find any info on actually hosting the UI. Is this possible, or does it require some form of permission from Google? Tha...

Pygame error: display surface quit: Why?

Sorry if this question is dumb, but I am writing from China and for some unfathomable reason a lot of websites having to do with pygame are blocked. I can't access pygame.org, I have not been able to download the docs or even look at message boards having to do with pygame! WEIRD! Anyways, I am a pygame newb and I need help with two thi...

Remove header & footer from published Google Docs Spreadsheet

I found javascript solution for removing gridlines on Google docs spreadsheets (using "download as HTML" and then past javascript in Web Address Bar): works great !! javascript:var v="none",e="defaultView",o="border",m="Color",w=function(a,b){if(document[e]){if(document[e].getComputedStyle(a,null)[o+b+m]=="rgb(204, 204, 204)")a.style[o+...

How to write a python script to manipulate google spreadsheet data

For example i am able to get the feed from the spreadsheet and worksheet id. I want to capture the data from each cell. How do i do that? I.E i am able to get the feed from the worksheet. Now i need to get data(string type?) from each of the cell to make comparison and for input. How exactly can i do that? ...

Are there up-to-date Parrot language tutorials?

I'm interested in playing around with the Parrot VM, but all the tutorials (and many of the docs) seem out-of-date. There there any up-to-date tutorials out there in the interwebs? ...

Google Docs iphone library error reporting

I'm in the process of adding a Google Docs interface to my iPhone app, and I'm largely following the example in the GoogleDocs.m file from Tom Saxton's example app. The objective-c library I'm using is from http://code.google.com/p/gdata-objectivec-client/wiki/GDataObjCIntroduction The library file used is from gdata-objectivec-client-...

Design Documents for Python/Django?

After working on a Django project for a while, I now have to do some design documents for it (UML type stuff). However the code doesn't have classes, but instead uses views.py with modules in it... What would be the best way to show the design of my application from the initial __init__.py, to the urls.py where the HTML requests are the...

How do I import .csv file from Google Docs into javascript

Hello, Another newbie question. I would like to be able to import a .CSV spreadsheet from Google Docs into javascript so that I can parse it, and then extract the bits I want into an array. I can do the second bit, but what I can't work out is what to write to pull in the .csv using the Google Docs URL so that it's available as a stri...

Is it possible to convert a google doc to png or PDF from a script/command line?

Is it possible to convert a google doc to png or PDF from a script/command line? ...

How Google Books and Google Docs Viewer Work?

Guys, Google Books Viewer and Docs Viewer are driving me crazy, do you know how they are working PLEASE? For example: Google Docs Viewer: http://docs.google.com/viewer?url=http://labs.google.com/papers/bigtable-osdi06.pdf It seems that books/docs are stored/being converted to IMAGES, you can know this by righting click a page and then ...

Zend Gdata export files

Hey guys need some help. With your help I figured out how to upload files, but now I need to learn how to export them from my google docs directory to my web site. All I know is the name of file I want to download. Can you help me with the class?... ...

Documentation Generator for Ant Builds

Hello, I am currently writing some comments for my ant targets just to help document the purpose of each and how they work. Is there a defacto standard or useful utility available to generate documentation off these. Something like JavaDoc or PHPdocumentor perhaps? Regards, Steve ...

Embed private Google spreadsheet

Hi - I'm trying to work out the best way to display a Google spreadsheet in the members section of a website. Although the info in the spreadsheet isn't hugely sensitive, I'm not keen on publishing it and embedding it using an iFrame, so am trying to find a way to embed the spreadsheet while still keeping it private. I've tried using t...