Angular-UI Bootstrap

The $uibPosition service provides a set of DOM utilities used internally to absolute-position an element in relation to another element (tooltips, popovers, typeaheads etc...). getRawNode(element) Takes a jQuery/jqLite element and converts it to a raw DOM element. parameters element(Type: object) - The element to convert. returns (Type: element) - A raw DOM element. parseStyle(element) Parses a numeric style value to a number. value(Type: string) - The style value to parse. (Type: number) - The numeric value of the style property. offsetParent(element) Gets the closest positioned ancestor. element(Type: element) - The element to get the offset parent for. (Type: element) - The closest positioned ancestor. scrollbarWidth(isBody) Calculates the browser scrollbar width and caches the result for future calls. isBody(Type: boolean, Default: false, optional) - Is the requested scrollbar width for the body/html element. (Type: number) - The width of the browser scrollbar. position(element, includeMargins)
ng-repeat
The ngRepeat directive instantiates a template once per item from a collection. Each template instance gets its own scope, where the given loop variable is set to the current collection item, and $index is set to the item index or key. Special properties are exposed on the local scope of each template instance, including: Creating aliases for these properties is possible with ngInit. Special repeat start and end points To repeat a series of elements instead of just one parent element, ngRepeat (as well as other ng directives) supports extending the range of the repeater by defining explicit start and end points by using ng-repeat-start and ng-repeat-end respectively. The example below makes use of this feature: <header ng-repeat-start="item in items"> Header {{ item }}</header><div class="body"> Body {{ item }}</div><footer ng-repeat-end> Footer {{ item }}</footer> And with an input of ['A','B'] for the items variable in the example above, the output will evaluate to:
Foundation: HTML Templates
News or Magazine This template puts a focus on bold images, perfect for a magazine style site with eye catching content. Your stories are easy to find with large feature blocks. See Demo Real Estate or Travel Big thumbnails with a space for captions and descriptions along with an informative header make this the perfect template for real estate or hotel booking. See Demo Ecommerce Homepage Building an online store? See Demo Agency Bring your work to the forefront with this sleek template that's perfect for agencies or freelancers. See Demo Blog w/ Sidebar Large images, an easy to navigate layout, and versatile sidebar will help you get your blog up and running. See Demo Blog Single Column This sleek, minimal approach can help your blog stand out by putting content front and center. See Demo Portfolio Show off your work and highlight what you do with this grid style thumbnail layout. See Demo Product Page Highlight your new product and educate potential customers with this classic template. See Demo
Yeoman - Modern workflows for modern webapps
The cloud data security company. Secure and audit Google Docs | CloudLock
Getting started
Free Bootstrap templates and premimum templates marketplace.
AngularUI for AngularJS
Documentation - Laravel PHP Framework
Introduction Laravel includes a variety of global "helper" PHP functions. Many of these functions are used by the framework itself; however, you are free to use them in your own applications if you find them convenient. Available Methods Arrays Paths Strings URLs Miscellaneous Method Listing Arrays array_add() The array_add function adds a given key / value pair to the array if the given key doesn't already exist in the array: $array = array_add(['name' => 'Desk'], 'price', 100); array_collapse() The array_collapse function collapses an array of arrays into a single array: $array = array_collapse([[1, 2, 3], [4, 5, 6], [7, 8, 9]]); array_divide() The array_divide function returns two arrays, one containing the keys, and the other containing the values of the original array: list($keys, $values) = array_divide(['name' => 'Desk']); array_dot() The array_dot function flattens a multi-dimensional array into a single level array that uses "dot" notation to indicate depth: array_except() array_first() array_get()
API
Grunt: The JavaScript Task Runner
Tutorials
Advanced Uploading Techniques — Part Two Continuing from our last tutorial, we discuss how to automatically pause and resume your uploads using the online and offline events. Advanced Uploading Techniques — Part One Uploading large files or over slow connections makes your uploads vulnerable. Learn how to break your files into smaller pieces using the File API and how this enables users to pause and resume their uploads. Web Audio API — Part Two Continuing from our previous tutorial, we now introduce the concepts of position, convolution and impulse responses. Web Audio API – Part One The Web Audio API is one of two new audio APIs designed to make creating, processing and controlling audio within web applications much simpler. requestAnimationFrame Learn the secret to silky-smooth JavaScript animation! Create an iPad optimised game HTML5 canvas is of course brilliant. Three.js part 1 – make a star-field Remember FastKat? Make an explosive firework display Box2D JavaScript tutorials by Seth Ladd
Related:
Related: