Posts by Leonardo Pliskieviski • 157 points
6 posts
-
2
votes1
answer140
viewsQ: Limit the number of results of a real-time UNION sub-query for performance improvement
I need to search many values that need two query’s with different conditions. To do this I use one UNION, but I need to set a limit of results. Today this is working with a limit and offset as shown…
-
3
votes1
answer92
viewsQ: Grid Skeleton Responsive with Wordpress
Next I’m building a website that needs to show the posts with wordpress, however I’m using the Skeleton grid framework, it works as follows: <div class="container"> <div class="row">…
-
2
votes2
answers122
viewsQ: Doubt JS with input type file
Good evening, I need some help on the input part, I have a <input type="file" id="filesend" name="file" multiple/> how do I make a script that automatically detects when the user puts a file…
-
2
votes1
answer490
viewsQ: How to block iframes in input
Hello, I have a website with posting system and the problem is this: the user can put a youtube iframe for example in any resolution : <iframe width="560" height="315"…
phpasked Leonardo Pliskieviski 157 -
2
votes1
answer1110
viewsQ: How to create "grid" with floating elements similar to Pinterest
Hi, I’m creating a grid with divs floating to the left, but when it reaches the fifth div in blocking 1000px, it floats to the right and not to the left as it should be and the margin-top gets…
-
3
votes3
answers496
viewsQ: Mysql Friendly URL
I’m building a site that pulls ids from the database and makes the post page, but when it makes the request the url gets like id like this: http://www.meusite.com.br/posts.php?id=2 Would you like…
phpasked Leonardo Pliskieviski 157