Category Archives: dev

Previous Page · Next Page

Cipher EX V1.3

Cipher EX V1.3 on CodeProject

CEX Homepage

Encryption Library in C#

Twofish 512, Serpent 512, Rijndael 512, the HX series, and Super-Ciphers

 

Intercooler.js

http://intercoolerjs.org/

Making AJAX as simple as anchor tags

Use familiar, declarative attributes to add AJAX to your application.

<-- This button posts to '/click' when it is clicked -->
<button ic-post-to="/click">
Click Me!
</button>

 

Nitrous.io

A Virtual machine, starting in free, with a webIDE and a nice response time.

Visit Nitrous.io and take it for a spin. To me it’s been useful for when I’m behind corporate firewalls that don’t allow ssh or ftp, I can use this machine in the middle to make this connections and make some quick fix even in these situations.

Code on your box in the cloud via our Web IDE, your favorite Desktop Editor, or our Chrome application. Share boxes and code together right in your browser.

Color schemes

http://tintui.com/index.html

Posted on January 19, 2015, 14:11 By
Categories: Css, Graphics, Webdesign Tags: , ,
3D Javascript

I keep coming to these pages, they are so inspiring on what can be done on the web… I may have already posted some of these links.

http://acko.net/

http://acko.net/files/fullfrontal/fullfrontal/webglmath/online.html

http://threejs.org/docs/index.html#Manual/Introduction/Creating_a_scene

http://www.realtimerendering.com/blog/

http://www.iquilezles.org/default.html

Posted on January 5, 2015, 16:01 By
Categories: Game, JavaScript Tags: , , , ,
Leanpub – HTML 5 Shoot ’em Up in an Afternoon

Leanpub free tutorial (you may need to register but the book is free)

HTML 5 Shoot ’em Up in an Afternoon

Step by step and easy reading tutorial explaining how to make a game in javascript with the Phaser gaming framework.

GreenSock – Javascript animation library

Ultra high-performance, professional-grade animation for the modern web

https://greensock.com/jump-start-js

Codeigniter has a new home!

Finally things are starting to look bright for codeigniter. EllisLab recently announced that the British Columbia Institute of Technology was goinig be the chosen entity to keep the project, and today, if you visit codeignoter’s homepage you’ll see that the things ARE happening, the site now has a BCIT face!

http://www.codeigniter.com/

Also good, there is mention on the long awaited version  3.

I hope hey manage to keep it fast, simple, no node (npm instal), no grunt, no composer, no bower, no git, no yomen, stuff! Just a simple zip download whith a bloat free and decently coded framework to speedup development.

The rant about this new trend of simplifying the install process:”To install GreatNewThing, you just install this running this curl command, then install this using this npm command, then install that using this composer command and then create you application but running the command CreateApp appName!”… Well… besides this thing of mixing development and system configuration…. if, like me you are behind a proxy, all those things just won’t work (at least won’t work nicely)! I hope codeingiter doesn’t go that way, or at least leaves simple way for the rest of us.

 

Posted on October 21, 2014, 18:08 By
Categories: dev, PHP Tags: ,
Cross-paltform Apps and PHP on the desktop

Lately I’ve been fiddeling  with cross-platform apps.

Cross-palform can be:

  • Android/iPhone on the mobile world
  • Windows/Linux/Mac on the desktop/laptop

I’ve been searching on both ends 🙂 but this post is about desktop.

Languages (make a google search on each) aside from the traditional Java, C++, C, Objective C:

D lang, Go lang, Free Pascal(fpc)/Lazarus – Native executables on each platform. Only lazarus gives you fast, simple cross-plaform GUI (Linux,Mac,Windows)

Development Environments for HTML based development:

PHPDesktop, Node-Webkit, nighttrain: These are funny products, you get an *.exe and a sub-folder “www” you then put some code made with Javascript, html, css, (and sometimes PHP,Python,Lua) on that folder. Then, when you launch that *.exe a window opens with a chrome browser frame showing your app. It’s pretty cool!

If you want to do something similar, you could be visit the embedded server mongoose (or a more free for comercial use fork civetweb) they used or the CEF3 (Chrome Embedded Framework).

Tip for node-webkit: Save persistent data in app

Web – Code editors (that use a similar technique as node-webkit)

IceCoder and Brackets

hero

Also: Adding LESS Css pre-processor to Brackets