In computer programming, boilerplate is the term used to describe sections of code that have to be included in many places with little or no alteration.

learn more… | top users | synonyms

0
votes
0answers
33 views

Yii folder structure and global configuration for n applications

I'm building a folder structure and global configuration to allow me to create applications on Yii framework where all applications could share common codes, extensions or modules. The idea is, each ...
2
votes
2answers
29 views

2 versions of JQuery which one to delete?

Hi This is my 1st question here and JS is not something I understand fully so please be kind. I have just started using html5 boilerplate and one problem I have come across is using the DW widget ...
0
votes
2answers
57 views

html newsletter rendering on outlook 2007

i'm become very frustrated about this stuff i'm using html email boilerplate framework to build my own one. from some test it's still not well rendered on outlook 2007 here to grab my code ...
1
vote
2answers
79 views

CSS - A white gap between my HTML and BODY

I'm trying to use HTML5 Boilerplate + Normalize.css for my current project, and I faced the follow issue. There seems to be a gap between my HTML tag and my BODY tag. I've tried to figure out what's ...
0
votes
2answers
67 views

Is it possible to test for an interface implementation using EnvDTE.ClassInfo objects

All, I have a T4 template that generates boiler-plate code that handles my property-changed notification and automatically registers dependancyproperties for me based on attributes I have assigned to ...
0
votes
0answers
46 views

ios booking/reservation system for iphone or ipad [closed]

Does anybody know of a booking / reservation open source projekt (or sample code) free or paid for the iphone? For example you have a calendar with "available dates" and customers can go in and ...
-2
votes
1answer
29 views

Any IDE Frameworks Out There? [closed]

I'm working on another project with ambitions to have an integrated development environment. (This time Torque2D) It seem there should be a "boilerplate" IDE or two out there, so that developers do ...
0
votes
1answer
57 views

Yii Boilerplate where to unzip files

I'be been trying to find the answer to this but no luck. Should all zip be unzipped to the www directory? That would be weird as the url to the sites would look like localhost/myapp/frontend/. It ...
5
votes
5answers
168 views

Using 'window', 'document' and 'undefined' as arguments in anonymous function that wraps a jQuery plugin

Honestly, I didn't know how to make the title shorter. I learnt how to write a jQuery plugin by studying the source of SlidesJS plugin. When I encountered something new, I just asked my good friend ...
0
votes
2answers
56 views

How do I reduce delegation boilerplate?

I have a class that implements an interface. There's another class that implements this interface, too, and an instance of this second class backs my class's implementation. For many of the methods ...
0
votes
1answer
76 views

HTML/CSS structure to provide future design changes and skinning

My current project requires building out a framework of components that will be re-used in the future on separately branded websites. These components are rolled up into ASP.NET User Controls ...
1
vote
1answer
435 views

How can I setup Yii Boilerplate?

I have seen lots of pages about Yii Boilerplate setup like: http://www.yiiframework.com/wiki/374/yiiboilerplate-setup-a-professional-project-structure-in-seconds/. Is there any step by step ...
4
votes
2answers
169 views

How to automatically create (e.g.) singleton with c# using CodeDOM / T4 / PostSharp / whatever?

I'm looking for a way to automatically generate (e.g.) singleton, like: [SingletonPatternAttribute] public class Logger { public void Log (string txt) { /* do logging... */ } } as an attempt to ...
0
votes
2answers
77 views

How to eliminate val repetition in this Scala assign/test/throw sequence

This code throws an exception when properties.keySet contains keys that are not present in EXPECTED_IMPORT_KEYS. The val is referenced three times in the code, val unexpectedKeys = properties.keySet ...
0
votes
0answers
142 views

jquery boilerplate simple plugin and click events

I had a plugin I developed while ago that was just a simple paginator. It worked fine when using one element, but now I need it to work on multiple elements on the same page. I had a look online to ...
0
votes
0answers
109 views

jQuery plugin boilerplate jquib - critics please

Inspired by queryboilerplate.com I extended their boilerplate to fit my needs. Comming from the PHP development I wanted to have good starting point for writing jQuery plugins with a defined ...
0
votes
0answers
53 views

html5 web app manifest boilerplate?

Is there a boilerplate for html5 web apps? Safari for example, has specific guidelines on manifests in order to make a web site into an app, Firefox also has similar guidelines, as does chrome. Is ...
9
votes
2answers
173 views

Wrapper to allow a module to work with AMD/CommonJs or script tags?

I just took a shot at wrapping one of our modules that is meant to be included via a <script> tag in some boilerplate to allow optional AMD loading with requirejs. It was quite painful and the ...
1
vote
2answers
189 views

C# Tuple/List/Generics - is there a shorter way?

I have written a program or algorithm that parses command line arguments. First, one needs to specify valid arguments and their attributes (flag, separator and so on). Now, I have a helper function ...
0
votes
0answers
84 views

Simple webapp2 skeleton

I'm new to GAE and I am using the webapp2 framework in Python. Would anyone know of a basic webapp2 skeleton? I've looked at the coto boilerplate but this is to complex for my needs. I need just a ...
0
votes
1answer
183 views

Hibernate - Boilerplate code for transactions

I have written this service class for database CRUD operations. visible public class CompanyServiceImpl extends PersistentRemoteService implements CompanyService { private ...
2
votes
1answer
94 views

What is the difference between a css boilerplate and framework?

I've been researching some css frameworks to use for my shopify theme, and I keep seeing css boilerplates put into the same category as frameworks. What is the difference between the two?
-3
votes
2answers
143 views

How to use OpenCL without needing so much boilerplate? [closed]

(Disclaimer: I am the author of OpenCLHelper) How to use OpenCL without needing so much boilerplate? I'd like to be able to: start OpenCL, create a queue and so on, without needing lots of ...
3
votes
2answers
73 views

Using super to make a pipeline?

I was thinking about how to use super to make a pipeline in python. I have a series of transformations I must do to a stream, and I thought that a good way to do it was something in the lines of: ...
0
votes
0answers
99 views

Actions buttons jquery boilerplate

I am starting to use the jquery boilerplate and encounter problems to call the prototype functions from another function that is nested. The aim of this plugin is to create tabs in a container, and if ...
0
votes
1answer
312 views

Backbone.Marionette BoilerPlate - Managing Regions

I am developing an Backbone.Marionette with Boilerplate framework structure. in App.js - I am setting up the layout of the page inside App.initLayout function, by adding regions - regionNav, ...
0
votes
3answers
112 views

How to replace “template <typename …” with a macro?

With what macro can I replace the "template..." boilerplate with something shorter? ie: instead of these: template <typename NodeDataT, typename ArcDataT> /*constructor*/ GraphDirected:: ...
0
votes
1answer
112 views

codeigniter with boilerplate

I was trying to integrate codeigiter and boilerplate. I created an controller home <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /* Heredamos de la clase ...
4
votes
1answer
300 views

Call methods using jQuery Plugin design pattern

I've been using the jQuery Boilerplate for developing plugins and one thing I can't figure out is how to call methods from outside the plugin. For reference, here is the boilerplate code I'm talking ...
2
votes
1answer
1k views

best backbone.js and require.js boilerplate for huge apps

i'm looking for a good backbone.js + require.js boiler plate for my app as this will give me a good idea of how to modularize my code and get me started. i'm using backbone.js-AMD-Boilerplate ( link ) ...
3
votes
3answers
268 views

What's The Proper Way To Set The Public HTML Folder Using Yii Boilerplate?

I can't find the documentation specifying how to set the public html directory. I am trying to keep all other files and folders in the site root. Since there is a frontend and backend public html ...
1
vote
1answer
92 views

Scala, class hierarchy and constructor copy/paste

I have been struggling with this annoying problem for a while without founding an elegant solution to it. Let's say I have such a class hierarchy : class StatWithBounds[A](val min: A, val max: A, ...
2
votes
1answer
98 views

Code reuse for 'all objects of a type are equal' pattern

I have a number of classes that all override their equals and hashCode methods to look like this: final class MyClass { public void statelessMethod() { // ... } @Override public boolean ...
0
votes
1answer
124 views

How to create universal privilege managing sytem for Spring MVC controllers?

I am doing a browser based game. Lets say I have a spring controller lots of controllers ~10. And each has like 10 url mappings. Thats like 100+ mapping methods. Each mapping would only load or ...
0
votes
0answers
84 views

GAE Boilerplate - Link to download file or link to new page

I am trying to create a simple link on base.html to download a .txt file. I tried updating app.yaml and put the file in my static directory and put the link in base.html but couldn't get it to work, ...
3
votes
2answers
116 views

Are class initializers possible in C#?

In C# you have object initializers to initialize fields of objects at creation time without using a constructor. Now I'm wondering if there is an equivalent to classes which means that you can ...
1
vote
0answers
97 views

960px wide centred div brought into HTML5 Boilerplate extends off screen on iPhone

When my main widthfix div for my 960px wide centred site is brought into HTML5 Boilerplate it misbehaves on iPhone. In Safari on the iPhone the div extends off screen on iPhone. It works fine on my ...
0
votes
0answers
130 views

Google Apps authentication for App Engine boilerplate gives error

I'm trying to learn how to set up a web application using the Google App Engine Boilerplate that will restrict access to people logging in via our Google Apps domain. I've downloaded the GAE ...
1
vote
0answers
104 views

HTML5 boilerplate issue with tables

I tried adding Irish's html5boilerplate to a page but now am seeing all this extra space between my table tr's. There's no css that controls the page. It's just jsp code and html. Basically, there's ...
1
vote
1answer
95 views

GAE Boilerplate how to add a terms and privacy page

I am trying to add a terms of use and privacy page to the google app engine boilerplate. I can't figure out how to add a link on the footer to a new page; where I can paste in the terms and privacy ...
1
vote
0answers
174 views

Looking for Mac OS X themed css boilerplate [closed]

I plan to develop a mac OS X app using appjs. Now I'm looking for a CSS boilerplate which lets the UI look like native Mac OS X interface. It would be great if I can add the class .osXButton to a ...
0
votes
0answers
103 views

html5 boilerplate web.config issue connectionstring attribute not allowed

I am building my first website using html5 boilerplate. I am using IIS 7.5. I setup the boilerplate and i got the IIS web.config from the boilerplate site. but when i try to publish i get an error in ...
0
votes
1answer
512 views

changing background-colour in bootstrap

just a quickie...i am trying to change the colour of certain backgrounds within bootstrap. i have removed the main background colour from the bootstrap css. So i am able to add my own. i have created ...
0
votes
1answer
1k views

FAV icon does not work in HTML5 Boilerplate

The fav icon in HTML5 Boilerplate doesn't work (doesn't show up) I have tried it on localhost and also on a server but in both the cases it didn't worked. Whats the to make it work?
1
vote
1answer
388 views

gae-boilerplate documentation

In my search for a good social login package for App Engine, I am giving gae-boilerplate a try. But I find there is no documentation except the readme file, which I think it is not enough at all. I ...
0
votes
1answer
145 views

HTML boilerplates - how to use them properly [closed]

Since a while i'm trying to dive in to the html boilerplates out there. HTML5 Boilerplate, Foundation, Twitter bootstrap etc. But i'm having a hard time using it when designers create website designs ...
0
votes
2answers
158 views

MonoTouch boilerplate code generation

Hi I'm building a small framework to help me build app quickly. I'm using Generics all sort of techniques that help me avoid to write boilerplate code repetitively. I think it's a good idea, for my ...
1
vote
1answer
61 views

How do I define a Histogram trait via a 'superclass' of Int and Double?

IntHistogram counts words and displays them count-descending: object IntHistogram { def main(args: Array[String]) { val wordsToCount = "foo foo bar foo bar wtf foo bar".split(" ") val ...
2
votes
1answer
159 views

Someone please explain the work-flow of the toolchains/boilerplates such as ember-skeleton or iridium

I tried to understand the workflow to some extent on my own but I think I am not satisfied, it would be helpful for beginners like me if someone out there can please explain this... After cloning the ...
0
votes
1answer
414 views

jQuery Plugin Boilerplate

i'm using the jquery boilerplate () and am having trouble accessing my options thru my differents methods. For example Plugin.prototype = { init: function() { ...

1 2 3 4