Tagged Questions
The authoring tag has no wiki summary.
4
votes
0answers
99 views
Create a plugin, expose events
How do I expose events to my plugin users?
I know that I should use $('#myPluginDiv').trigger('eventName', ["foo", "bar"]); to trigger the event. But I'm looking for best practices describing how to ...
4
votes
3answers
414 views
Get height of rendered text and images in MS Word
I'm creating a newspaper authoring system. Today I'm using Aspose.Words library to generate newspaper using Docx format as output, based on a lot of other documents as input.
The basic idea is to ...
3
votes
3answers
108 views
Open Source Identity vs. Real Life Identity
I maintain 2 identities one for open source development - which doesn't really contain any personal information. I also have another identity obviously - my real one.
This may be community wiki - but ...
3
votes
1answer
1k views
jQuery Plugin Authoring: Why do some do jQuery.pluginName and others jQuery.fn.pluginName?
For example, I'm looking at the jCalendar source, and the creator has two different parts of the plugin, one function under "jQuery.jcalendar" and another "jQuery.fn.jcalendar". What is the purpose of ...
2
votes
2answers
56 views
Writing jQuery plugin — multiple instantiation
I have a question regarding the local variables for my jQuery plugin. I am pretty sure if I declare them outside the main jQuery function register, then every time the plugin is called it will ...
2
votes
1answer
249 views
jQuery: Plugin Methods, how can I pass things into them?
lately I have been writing a lot of tiny plugins for my web projects but I am still very much a beginner in plugin authoring.
I have been doing a lot of reading on jquery plugins but I simply cannot ...
2
votes
6answers
3k views
How to have member variables and public methods in a jQuery plugin?
I'm trying to create a jQuery plugin that will create something like an autoCompleteBox but with custom features. How do I store member variables for each matching jQuery element?
For example I'll ...
1
vote
0answers
52 views
Confused with declaring, using functions to be called from inside jquery plugin
I am writing my first jquery plugin. I have done the basic coding and would now like to refactor the code inside and put some sections inside functions. Please note that I do not want to call these ...
1
vote
2answers
332 views
Sharing settings across methods in namespaced jQuery plugin
I'm writing a plugin and following the jQuery documentation's recommended practice http://docs.jquery.com/Plugins/Authoring when it comes to namespacing and multiple methods.
My init() takes care of ...
1
vote
3answers
447 views
Custom jQuery plugin with methods and options
I'm coding my own jQuery plugin, based on http://docs.jquery.com/Plugins/Authoring
(function($)
{
var methods =
{
publish : function(options)
{
var settings =
...
1
vote
4answers
110 views
Suggestions for Ruby Gem authoring (ie. setup, environment etc)
I've been developing Rails apps now for about a year and am starting on a new project (that's actually 3 projects). I'd like to write some gems that can be shared amongst these projects to maintain a ...
1
vote
2answers
166 views
BSD license - adding author
I significantly modified some BSD licensed code.
Can I add myself as the author to the Copyright statement list under the 'redistribution clause'?
1
vote
3answers
81 views
Which Software products do you use to create programming tutorials or books?
I want to write an tutorial which I want to publish as PDF. I love Apple Pages, but unfortunately I don't see how it would support Programming Code Listings. I am sure here are a few book authors who ...
1
vote
5answers
216 views
XML authoring/cms tool
I am trying to find a good open source XML authoring tool so the work flow between the client and the developers will be a bit more streamlined.
We are basically developing a lot of XML driven micro ...
0
votes
0answers
9 views
What help authoring tools is Apple using in iTunes?
Does apple make their own authoring tool for help or what kind of tool are they using ?
0
votes
2answers
29 views
wiki like tool for making an specific topic enciclopedia?
I have a ton of pretty interesting texts about one subject (historical documents). Most of them in text format, some others in image, etc.
I want to make some kind of wikipedia on that subject, but I ...
0
votes
1answer
79 views
How to listen to events from outside my jquery plugin?
My plugin takes some time doing something. So I want to listen to when the plugin is done with its task, from outside, so that I can display something.
I want to have something like this -
...
0
votes
1answer
66 views
Drupal 6 searching for “Authoring information”
I have been looking for a solution to this particular question and I haven't found a way to do it (if there is one).
I have content that is stored in a basic page content type. This content type has ...
0
votes
0answers
16 views
CD/DVD Media Catalogue Creation Tool with API
We're trying to find some application to create an interactive application playable in PC/MAC.
The application itself should be like a Media Repository, containing a bunch of Medias (MP4 videos, JPG ...
0
votes
2answers
465 views
Can I use GPL, LGPL, CC images in a commercial book?
In such a case what are the conditions that I need to fulfill to not violate GPL, LGPL, CC licences? Looking at wikipedia entry for CC, it seems I can use only CC-BY, and CC-SA license but I am not ...
0
votes
1answer
170 views
How do I keep track of Bundler API changes?
Please bear with me, I'm a gem authoring noob.
Thus far, I haven't even been able to find formal Bundler API documentation, so I'm having a hard time adhering to best practices and knowing what ...
0
votes
2answers
105 views
Questions about building a new gem using Wycats template
I'm writing a new gem I'm basing off of Yehuda's new gem template and I'm slightly confused. Having a Gemfile with dependencies, and also specifying a gemspec with dependencies seems redundant to me. ...
0
votes
1answer
46 views
I've only programmed in AS3; What's the easiest practice in Flash CS4 to create simple animations?
So I've been using Flash for awhile, but rarely ever use the authoring tool. I want to create a quick little slideshow in which a user clicks buttons, and assets on the screen fade in an out as you ...
0
votes
3answers
178 views
Is Mellel good enough for writing an programming book?
Framemaker is just too expensive. The book will have source code (listings) and needs an subject index, and a lot of styles formatting. (on Mac OS X)