Tag: JavaScript
All the articles with the tag "JavaScript".
Electron, JQuery & Bootstrap 3
Well this was fun. Trying to get a project started up using Electron that includes jQuery & Bootstrap. Mashing things together so they all work required a
gulp.js
Updated:I'm not sure I've ever felt more out of my depth than getting involved with Electron and Node.js. It's just opened up a can of worms! Just trying to get my
Node.js & Electron
Updated:I've run into Node.js a few times and kinda struggled with just what it's all about. I've decided to have a bit of a poke at trying to develop an applicati
Atom - an Electron IDE
I figured this was pretty cool. An editor created using Electron, that you can use to create Electron apps. https://atom.io/ What's fun about this is that
DataTables JQuery Plugin
https://www.datatables.net/ Very useful plugin to show data in a table that can be paginated and use server side json to keep the updates small and fast.
PushState, PJAX
Updated:http://kool-swap.joschaschmidt.de/demo/ HTML5 partial page loads
It's getting late
Updated:But how late is it? When it comes to messing with dates, times and duration there's a lot of pitfalls. Again, don't reinvent the wheel use some one elses g
Laravel CSRF & $.ajax()
Updated:Laravel has a nice built in feature to prevent Cross Site Request Forgeries. In each form you simply drop in a {{ csrf_field() }} and you end up with an _t
JQuery Selectors
Updated:JQuery certainly saves a lot of hassle when it comes to writing JavaScript. On a recent project I've been struggling to get my head around some selectors t
Json:api
Updated:Having an API so others can interface with your product is one thing. But having a poorly deployed one doesn't do you any favours. It's almost as if no one has looked around to see what best practices or standards that are already out there.