Saturday, 27 September 2014

a pagination module/library for node.js (x-pagination)

Standard
today i have realize that this world not enough for future data then i think we need to hire MARS or other planet . so can not all data in one page it will more time consumption and not reliable and page will open so slow and if you have more data then page will time out so then we need a mechanism where we can handle all data smoothly and systemically that we need pagination all data will split...

Friday, 26 September 2014

x-image-processing a image processing package for node.js

Standard
x-image-processing a simple image upload and processing module in node.js and this image processing module under development but all time it usable So hope this library help someone like me. this module just cooked and i know this is not better test but i will try to give more better test so if you have any idea and suggestion so you can write in comment  i will be thank full for...

x-mvc a mvc package for node.js

Standard
x-mvc today i will give a small description on a recent cooked mvc package this is developed for node.js and also this is so easy just download and use it and also it development on going for more better test you can check this in - https://www.npmjs.org/package/x-mvc https://github.com/netai/x-mvc (if you have any idea or suggestion please write in comment it is very great full for me) this...

Sunday, 14 September 2014

how to install perl framwork catalyst and how it work

Standard
today i will tell you how you install perl and catalyst in your linux system first of all what is catalyst: catalyst is a framework of perl its have some complication, in this article i will tell you how you install perl with catalyst ok first of all install perl in your system so follow bellow command $ sudo curl -L http://xrl.us/installperlnix | bash after perl install complete next install...

Saturday, 13 September 2014

How to Export Your Data as CSV, Excell (XLS), or XLSX in python with django

Standard
today i will tell you how you will export data from database suppose you are export a data format that only you can read or your programmer can read so it's not a good programming , a good programmer design a user interface where a baby can handle. so give a data format where user can understand what is it and also he/she can download , that's why i choose EXCELL format and for program CSV format. in...

Friday, 12 September 2014

create application using mvc structure in node.js

Standard
i am come back after few days in this days i have try to create a MVC system in node.js and after few days i have successful i have use lot's of mvc in node but does not simple so then i have decide to developed new mvc, it simple MVC is a nice structure in computer science in this structure anybody can create a application using small bit of coding, it's nice and reuse of code ok what is MVC...