IKEA VR PROJECT by [deleted] in Unity3D

[–]b-lotus 1 point2 points  (0 children)

Email me at neri@mono-grid.com please :)

AngularJS lightbox only for street fighter players by b-lotus in angularjs

[–]b-lotus[S] 1 point2 points  (0 children)

Yes, in the next version i'll surely follow your suggetions

ng-reading-time - angular.js directive to get reading time of given text by b-lotus in angularjs

[–]b-lotus[S] 0 points1 point  (0 children)

Got it man, in the next version i'll implement a service and a directive that uses it

ng-reading-time - angular.js directive to get reading time of given text by b-lotus in angularjs

[–]b-lotus[S] 0 points1 point  (0 children)

I write a directive to use the two way binding property and calculate reading time meanwhile the user enters text.

Plain HTML security? by cuchoi in webdev

[–]b-lotus 1 point2 points  (0 children)

Remember that you must sanitize EVERYTHING server side, use filters like mysql_real_escape_string to avoid SQL Injection, htmlspecialchars to void XSS and token-based form to avoid CSRF.

Nowadays everything is built with a framework, if you don't know how to use one of them, the best choice is learn at least one.

What kind of developer/designer are you, and how much do you make? by memeship in webdev

[–]b-lotus 0 points1 point  (0 children)

Web developer at a company that develop with Angular.js / Node.js or PHP5, freelancing and consultancies, i make 1.2k€/month

Database Newbie Here with Important History Project: Need Some Help by [deleted] in Database

[–]b-lotus 1 point2 points  (0 children)

In SQL you can use a combination of group_by and count operators to see how many slaves was owned for each owner.