Posts by ivan veloso • 2,900 points
119 posts
-
0
votes1
answer869
viewsQ: How to make a mosaic type gallery
Good people, I wish someone could point me some link or give me a light on how to make a mosaic type gallery, as in the link: http://todomundoodeiaochrisonline.blogspot.com.br/ This style there is…
jqueryasked ivan veloso 2,900 -
2
votes1
answer5093
viewsQ: How to create direct link to download a video
Good guys, I tried to create a direct link to download a video, but as many probably already know this doesn’t work very well. In fact the only thing that happens when I click on the link is that it…
-
3
votes2
answers5466
viewsQ: How to duplicate the records of a table in the BD
Well I have a BD with some records. And I would like that amount of records to duplicate. I don’t want to double loop to show the double amount, I would literally duplicate all the records in the…
-
7
votes4
answers868
viewsQ: How to make Empty() accept the value 0?
I have a registry where I check if the fields form filled in, in some of the fields you can only put the digits from 0 to 9. But if the person puts 0’s as if she had not filled anything. This is…
phpasked ivan veloso 2,900 -
3
votes1
answer2870
viewsQ: How to select a radio when clicking on the text next to it?
It’s very simple to make radio buttons. I’ve seen inputs of this kind around that allow you to click directly inside the circle or on top of the text that refers to each radio button. How do you do…
-
3
votes1
answer487
viewsQ: Updating content inside a Lightbox without giving Refresh on the page
Good guys, I’m using Lightbox and Ajax for content magnification. The content itself has always been accompanying an image, so just click on this image and it magnifies and appears the text…
-
8
votes3
answers16157
viewsQ: Automatically load content when you reach the bottom of the page
I want to make an automatic page like Facebook, which when it reaches the bottom of the page automatically loads another page with more posts. I’ve already researched the subject and I haven’t found…
-
7
votes1
answer5827
viewsQ: Mounting map style site bomnegocio.com
Well, I’d like to know how to create a site-style map bomnegocio.com. I don’t know if on that map there is a single image or several grouped images. Could someone give me a light on how to do that…
-
1
votes2
answers322
viewsQ: Creating a kind of fake click
Well, I have a box, this box has a few tabs, clicking on the tab the contents of the box changes. The content is changed when I click on one of the links that calls the tab. Here is the code: <p…
jqueryasked ivan veloso 2,900 -
1
votes1
answer7206
viewsQ: Adjusting the site to any screen
Good guys, I’m trying to learn better about the resizing of the site applied to any screen. I’ve read some tutorials on the internet and I can’t do everything right, because here in my test I apply…
-
1
votes2
answers952
viewsQ: Resizing DIV’s with Jquery
Good guys, I have a div of id 'cont', this div 'cont' has 300px height and inside div 'cont' there are 3 other div of same class called 'box' where each div has 100px height, inside each div 'box'…
-
1
votes1
answer461
viewsQ: Using javascript to create effect
Good people want to add an effect to a div. I’m currently using Hover of css to animate this div, but as everyone knows Hover is activated when the mouse goes over, I wanted to know how I can…
-
0
votes1
answer267
viewsQ: Populating DIV after selecting a data in the list
Could someone help me with this code? I assume I do not understand about 80%, I am trying to popular the INFO div after selecting one of the options in the SELECT field, this information will be…
-
1
votes1
answer59
viewsQ: Preview information when selecting field in input
I have a doubt, actually I do not know if it is possible, since I searched the net and found nothing. I would like to know if it is possible to preview a "profile" by selecting the name of this…
-
1
votes2
answers312
viewsQ: Store Click on cookie
I have searched here for the site and found nothing that could really help me. I believe some of you can help me. The following is, I created a link that takes the ID of 'x' post through GET and…
-
0
votes2
answers1376
viewsQ: Image alignment inside the box
I have a 'box' where images are loaded, in all loads the box has the same size, this size is: width:700px; height:575px However, not all images have the same size, that is, their sizes vary being…
-
1
votes1
answer99
viewsQ: Decreasing connections to the database
Well, I know that each connection requires a bit of server memory (the exact amount I don’t know), and I know that several connections can weigh my site, thinking about it I would like to know if it…
phpasked ivan veloso 2,900 -
2
votes1
answer577
viewsQ: Opening page via AJAX with Lightbox
I’m using AJAX and Lightbox to upload a page. I will not post the whole code but the link I use to activate Lightbox and load the AJAX page is activated like this: <a class="lightbox" href="#"…
-
2
votes1
answer109
viewsQ: Next value in a random order of numbers
I’m trying to create a NEXT button, this Next will show the next content, and all these contents are stored in the database and all have an ID. Everything would be very simple if the ID were…
phpasked ivan veloso 2,900