background preloader

Javascript

Facebook Twitter

Examples - jQuery Bootgrid. It's just that simple.

Examples - jQuery Bootgrid

Turn your simple table into a sophisticated data table and offer your users a nice experience and great features without any effort. Code <table id="grid-basic" class="table table-condensed table-hover table-striped"> <thead> <tr> <th data-column-id="id" data-type="numeric">ID</th> <th data-column-id="sender">Sender</th> <th data-column-id="received" data-order="desc">Received</th> </tr> </thead> <tbody> <tr> <td>10238</td> <td>eduardo@pingpong.com</td> <td>14.10.2013</td> </tr> ...

</tbody></table> JavaScript $("#grid-basic").bootgrid(); <table id="grid-data" class="table table-condensed table-hover table-striped"> <thead> <tr> <th data-column-id="id" data-type="numeric">ID</th> <th data-column-id="sender">Sender</th> <th data-column-id="received" data-order="desc">Received</th> <th data-column-id="link" data-formatter="link" data-sortable="false">Link</th> </tr> </thead></table> POST Body (Request) JSON (Response) All setting can be also set via data attributes.

Vivus.js - svg animation. Snap.svg - Home. Pens picked by the Editors of CodePen. AnimatedModal.js. Material Design for Bootstrap. Material Design for Bootstrap is a theme for Bootstrap 3 which lets you use the new Google Material Design in your favorite front-end framework.

Material Design for Bootstrap

If you like this project you can support me by donating something on Gratipay, starring this repository, or reporting bugs and ideas. Read more about Material Design for Bootstrap at the Github page. If you want support the development of this project please consider donate something: Thanks to all the people that has donated on PayPal! You are great guys! Seems like you are using AdBlock to hide banners... Thanks! You can get this theme downloading the source from Bower or NPM:

jQuery

Get instant scientific insights on how to improve your website. Best Web Designing Frameworks. Starting a new year could hardly get any better for web designers than this.

Best Web Designing Frameworks

We have some of the best and most powerful web designing frameworks just waiting to be explored. These are frameworks that can help you build fully functional web templates within minutes and with extremely minimal knowledge of CSS and JavaScript coding. There are great expectations for the year 2014. Responsive websites are already the Next Big Thing. Visitors from mobile and tablets have become an important factor for all websites. In this article, we will list some of the best CSS frameworks that will help web designers and developers to explore their potential to build responsive and beautiful web applications in 2014 Twitter Bootstrap 3 Whether you want to design a personal portfolio, a business website or a shopping cart, Twitter Bootstrap’s flexible and responsive capabilities will come in handy in all cases. Foundation Framework Foundation framework boasts a 12 grid system similar to Twitter Bootstrap.

Transformicons.

Ajax

Jquer.in » Collection of jquery plugins and javascript libraries. Node.js. JDBC driver. JDBC technology drivers fit into one of four categories.[2] JDBC-ODBC bridgeNative-API DriverNetwork-Protocol Driver(MiddleWare Driver)Database-Protocol Driver(Pure Java Driver) Type 1 Driver - JDBC-ODBC bridge[edit] Schematic of the JDBC-ODBC bridge The JDBC type 1 driver, also known as the JDBC-ODBC bridge, is a database driver implementation that employs the ODBC driver to connect to the database.

JDBC driver

The driver converts JDBC method calls into ODBC function calls. The driver is platform-dependent as it makes use of ODBC which in turn depends on native libraries of the underlying operating system the JVM is running upon. Sun provides a JDBC-ODBC Bridge driver: sun.jdbc.odbc.JdbcOdbcDriver. If a driver has been written so that loading it causes an instance to be created and also calls DriverManager.registerDriver with that instance as the parameter (as it should do), then it is in the DriverManager's list of drivers and available for creating a connection. Advantages[edit] Disadvantages[edit] Javascript - Firefox: Disable window.location on website.

AJAX

jQuery. DOM.