Nashelp & Nashop (THE NDC APP) Released!

We are very pleased to announce the official release of

Nashelp & Nashop (THE NDC APP)


The wait is over! The Official NDC APP is here and now! Please download without further due and enjoy Nashelp on the GO!


About NDC: The Nash Dev Central has been established in 2004 and, for over 3 presidential terms, we have been helping all ecommerce startups to boost their ROI without extra upselling through mods and plugins. Our firmly held belief of software is that it must be productive straight out of the box without the need to purchase extra features to increase its productivity. This act of selfless devotion has become a long-running success which in turn allowed our products to evolve into well known and as good as or even better than other comparable software in the ecommerce niche. We’re always glad to see new faces joining the Army of Nashers, and everyone who chose to stay with us throughout 10+ years. Thanks to All Nashers! You’re the best!!


About NDC APP: The app allows you to access nash products, nash tech support, nash knowledge, nash custom projects such as skins and coding, whenever and wherever you are. NDC is a TRUE 24/7 service, including weekends and holidays.


Please enjoy another great product from Nash Dev Central (or NDC for shorter).


GOOGLE PLAY LINK TO NDC APP

Uberize jQuery Plugin (uber app form)

Uberize jQuery Plugin (uber app form)

Uberize is a simple jQuery Plugin that allows to display a form that is similar to the form inside uber apps.


UBERIZE v1.0.0
DOWNLOAD: https://github.com/nashworks/uberize
Copyright 2014 Nashworks
Released under the MIT license


LEGEND:
lT  = label text (example/default is 4 labels)
iFT  = input field type (example/default is 4 fields)
iFR  = input field required (example/default is 4 fields)
iBT  = input button type (example/default is 4 fields)
lTC  = label text color
piXY = puck icons XY coordinates (example/default is 4 icons)
mBC  = main background color is made of 3 rgb values (top and bottom colors and opacity)
pBC  = puck background color is made of 3 rgb values (top and bottom colors and opacity)
pBBC = puck border color
pI  = puck icons are made of 2 values (background color and path to the sprite)
pIBC = puck icon border color
lBC  = line background color is made of 3 rgb values (top and bottom colors and opacity)
cBC  = circle background color is made of 3 rgb values (top and bottom colors and opacity)
mW  = main width
iFBC = input field background color
iBBC = input button background color
iFTC = input field text color
iBTC = input button text color
dBQO = database query operation (INSERT or UPDATE), please use second parameter to specify which rowID needs to be updated


USAGE:
$(‘some_div’).uberize({name1:’value1′,name2:’value2′,etc…});


EXAMPLE:
$(‘#uberDiv’).uberize({lT:[‘EMAIL’,’MOBILE’,’PASSWORD’,’PHOTO’],iFT:[’email’,’tel’,’password’,’file’],iFR:[‘required’,’required’,’required’,”],iBT:[‘button’,’button’,’button’,’submit’],lTC:’#CCC’,iXY:[‘0 0′,’0 -34px’,’0 -68px’,’0 -102px’],mBC:[‘26,26,26′,’1,1,1′,’1’],pBC:[‘26,26,26′,’1,1,1′,’1′],pBBC:’#333’,pI:[‘#000′,’icons_white.png’],pIBC:’#333′,lBC:[‘26,26,26′,’26,26,26′,’1’],cBC:[‘26,26,26′,’26,26,26′,’1′],mW:’100%’,iFBC:’#000′,iBBC:’#000′,iFTC:’#CCC’,iBTC:’#CCC’,dBQO:[‘INSERT’,’0′]});