So, let's say I have images of 3000x2500 px and they size up to 5MB. If I set the attributes to 300x250 px (the same files, not separate images), the size will stay at 5MB, right? Or is...
I am working on a very big form, and I would like to automate the data fetch to make things easier, instead of having bunch of $_GET. So, I have each input numbered and incremented, such...
I have a php page that includes another php pages containing my database login information, and I noticed that it won't work if the permission was 700 (Read, write, and exe only to the...
The document I am working on is a page inside a page. This page loads up on mouse-in, and disappears on mouse-out. When I hover the cursor, it loads the content which is fairly small...
I am creating a preview window that loads up on mouse hover. The problem I am having that the javascript there overwrites everything written before and after the script.
I have a jQuery script that loads and displays a small window on a mouse hover. I use jQuery AJAX to load the content on that window. Having that, I noticed that loading the response from...
Adjusting the height of the div would make it static, right? Is there a way to make the height automatically adjusted? The height of one row of thumbnails is different with the...
On http://www.dhimoet.com/photography/videos/ I want the thumbnails to be inside the big gray box. Because display:float is applied to the correspondent div tags, the thumbnails separate...
Thank you again for the awesome inputs. I searched a flight (from toronto to vancouver) and noticed that the file extension is .do. I found this on the internet:
Thank you for the answer. I have looked at the page you gave, but unfortunately I could not imagine of any simple real life application. It is hard for me to learn something when I could...