background preloader

Tables

Facebook Twitter

Responsive Tables with jQuery. Table-to-JSON. jQuery Table Plugins - Page 3. A JQuery plugin to create AJAX based CRUD tables - Master/Child demo. AngularJS-WebApi-EF. Jon Gallant: V3 of my AngularJS, WebApi CRUD Grid. It's now a directive and supports multiple grids per page. Today I took my V2 Crud Grid and moved it into an AngularJS directive.

Jon Gallant: V3 of my AngularJS, WebApi CRUD Grid. It's now a directive and supports multiple grids per page

That allows me to reuse the crud grid functionality and have many of them on the same page. Here’s what it looks like now: CODE: DEMO: Here’s what I did in a nutshell: Jon Gallant: V3 of my AngularJS, WebApi CRUD Grid. It's now a directive and supports multiple grids per page. Today I took my V2 Crud Grid and moved it into an AngularJS directive.

Jon Gallant: V3 of my AngularJS, WebApi CRUD Grid. It's now a directive and supports multiple grids per page

That allows me to reuse the crud grid functionality and have many of them on the same page. Here’s what it looks like now: jQuery Plugin for Fixed Header Tables - Home. Grid3 Example. Sidr - A jQuery plugin for creating side menus. Multi-view dgrid. A Closer Look At the Blueprint CSS Framework. Blueprint is a CSS framework that can save you time and headaches when working on any project that involves HTML and CSS, whether it be with Rails, PHP, or just laying out an HTML page.

A Closer Look At the Blueprint CSS Framework

In this tutorial you will get a look at the inner workings of Blueprint and we'll take a look at demo application that uses Blueprint to get a better idea of how to use actually use the framework. HTML/CSS layout generator. html layout generator, div layout generator, html generator, layout generator html, online html editor. CSS Grid Builder - ZURB Playground - ZURB.com. CSS Code Product Design Training from the Experts at ZURB This is a default modal in all its glory, but any of the styles here can easily be changed in the CSS.

CSS Grid Builder - ZURB Playground - ZURB.com

This is just a simple modal with the default styles, but any type of content can live in here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi quis sem vel enim eleifend tristique. Your ZURB ID explained You’ll use your ZURB ID to log in to all of ZURB’s properties — University, Products and Foundation. University Product design resources, courses and training. Design Apps Prototype, iterate and collect feedback on your products. Foundation The most advanced front-end framework in the world. Web2.0 - templatr - Template Generator.

CSS3 Please! The Cross-Browser CSS3 Rule Generator. A tool for visual development of YAML based CSS layouts. CSS & Div tutorial - GoStats. The div tag is used to specify a section within an HTML document.

CSS & Div tutorial - GoStats

Anything from text to images to videos can be placed within a div. Divs are similar to tables but they are easier to use, customizable with CSS, and load faster than tables. Divs also make it easier for search engine spiders to “crawl” or examine a website – making your website easier to find via Google. 40 Useful Responsive Web Design Tools. With the great popularity of tablets and smart-phones, the demand for responsive website design is more serious than ever.

40 Useful Responsive Web Design Tools

Right now, more and more websites are adopting responsive layouts and this trend is expected to become more intense as the percentage of mobile Internet users increase. This development have created tremendous demand for the services of web designers and developers proficient in this highly adaptable system of website layouts. Already, we can see responsive WordPress themes, available from major theme providers that meet the challenges of adopting to different screen sizes. As expected, some pretty useful responsive web design tools have surfaced recently to support the design and development process of responsive websites. Thanks to the large community of talented developers who made all these resources available. Advertisement Article Index Responsive Wireframes and starting out templates Wireframing Responsive Designs with Mockups. HTML Layouts. You may have noticed that many websites have multiple columns in their layout - they are formatted like a magazine or newspaper.

HTML Layouts

FooTable Responsive Demo. ThemergencyThemergency. MAMA: Tables. By Brian Wilson Index: Introduction Tables have a bad reputation among the markup purists in the development community, because many authors often use them for presentation purposes.

MAMA: Tables

Tables generally increase the complexity of documents and can make them more difficult to maintain. Authors do not really see these factors as significant drawbacks though, judging by the overwhelming popularity of tables for layout. Usage of the table elements.

Table Transclusion

Add/delete Elements - Editable. Ng-grid/dataTable/SmartTable/ngTable. Basic Table examples. Creating Components with Angular.js. One of the great things about Angular.js is the ability to create reusable components.

Creating Components with Angular.js

Components are created using directives which are only available in Angular. Directives let you invent new HTML syntax, specific to your application. In this tutorial, I’ll walk you through the steps of creating a <contactform> component. The first thing we’ll do is to create the component. Components.js The directive module is used to define the new HTML component. E – Element A – Attribute C – Class M – Comment transclude tells Angular.js that when replacing the new HTML element it should include the original content somewhere specified by a ng-transclude directive.

Expand Collapse (w/ & w/out table tags)

Populate Angular Grid w/ Data - via Ajax. Table in Modal.