Posts by K. Chanel • 34 points
2 posts
-
-1
votes2
answers1257
viewsA: Filter in WHERE Postgresql
The code that Voce has with 'WHERE LIKE "%220%" looks for all the elements that have 220 in the middle, this would give conflicts eventually because it could resume several records with 220 inserted…
-
2
votes2
answers3282
viewsA: Fix menu with bootstrap after scrolling down
I think there is a plugin able to do this already in bootstrap, affix, do not need any javascript for what I know. http://getbootstrap.com/2.3.2/javascript.html#affix The side menu is an example of…