nik_jain Posted April 26, 2015 Share Posted April 26, 2015 (edited) The aim is to be able to release 'something' a small library / Class etc to show off my programming skills and to practise some of those design patterns . But I am struggling to come up with ideas for anything.The few ideas that came to mind:1. Some kind of responsive HTML generator that uses GRIDS from purecss.io - This maybe far too frontend'ish. I more of a backend guy2. Timer Class to time things. Too easy I think..3. Any other suggestions please .I code in PHP and JavaScript Thanks Edited April 26, 2015 by nik_jain Quote Link to comment Share on other sites More sharing options...
NetKongen Posted May 16, 2015 Share Posted May 16, 2015 What about som sort of table sorter, that can take multiple inputs. So that it would sort a table according to A criterier AND b criteria. There are several tabelsorters out there, but allmost alle of them uses a sorting function built into the table, and it ussualy does not take multiple conditions. If you build a libery to do his please share it, as I have a coulple og websites that could use it ;-) Quote Link to comment Share on other sites More sharing options...
maxxd Posted May 18, 2015 Share Posted May 18, 2015 Plenty of suggestions right here. Quote Link to comment Share on other sites More sharing options...
sKunKbad Posted May 19, 2015 Share Posted May 19, 2015 It would be pretty cool to have a KML generator that allowed for drawing bezier type curves (like illustrator), and created the necessary points so that adding KML shapes to gmaps could included "rounded" objects. I've already got one that draws regular KML, but it doesn't do rounded objects. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.