Jump to content

TheGallery

Members
  • Posts

    261
  • Joined

  • Last visited

About TheGallery

  • Birthday 08/08/1991

Previous Fields

  • Languages
    PHP, HTML, CSS (still an amateur in all of those)

Contact Methods

  • MSN
    thegallery@hotmail.gr
  • ICQ
    0

Profile Information

  • Location
    Greece
  • Interests
    Practicing in web development, hanging out with friends, watching favorite series

TheGallery's Achievements

Member

Member (2/7)

23

Reputation

  1. Hello guys, i am very beginner in JS and the DOM (i suspect i require knowledge of it to do what i want). Anyway, i am using an open source lightbox-like script to pop out images and display them in a sequence. I want to modify that and add some additional information to the popout window. I want it much like facebook galleries, where you have the image displayed on the left and the information on the right. (there is an image attached).The script i am using creates the new elements required using JavaScript and i am wondering if i have to add additional JS code for the rest of the information i need. Now, there is another option, of pulling data from another page(using AJAX/frames) and displaying them in the frame. I had the page styled as i wanted but the Facebook and Twitter Like/Comment elements, wouldn't show up after the first frame. It may be something wrong with my code. What solution will be the best? To automatically generate the information using JS or display them using AJAX?
  2. You have to add your website to the search engines. Search google for "List website on SEARCHENGINE" (where SEARCHENGINE is google, yahoo, bing etc). You'll find the locations where you can add your website there.
  3. Some hosting CPanels come with online file managers that allows you to access the server like you would with FTP and you can also edit your files. I guess you could use one of those.
  4. For the same reason they are using the same log in details in every website. They don't care about privacy.
  5. Just realized that. Thanks.
  6. Why is that? Because he is not checking what kind of file is uploaded?
  7. TheGallery

    mail() questions

    I think all you have to do is open the default SMTP port (which is 25) in order to work. At least that's the error i am getting when trying to send emails from my localserver.
  8. In order to start making money from ads you have to have a lot of visitors. I used adsense once and i only managed to earn 15 euros within 2 months with an average of 100 visitors(not unique) per day.
  9. For comments you'll have to refer to facebook API, here is the link for more information: https://developers.facebook.com/docs/reference/plugins/comments/ About your second question, it depends on your skills. You'll need a server-side language, and a database.
  10. I thought of that myself but since he is using the image as a background, wouldn't the image change dimensions depending on the user monitor? With the link element having a fixed size & dimensions that would be problematic right?
  11. Your inline style here <li style="width:300px; height:135px; padding:0px ;border: none;"><a href="#" ><img src="images/logo1.png"> </a></li> overrides the height you specified in the rest of the CSS code, change height to 110px
  12. You can export the data from your MySQL table but you'll have to change your file extension to .php (like portfolio.php)
×
×
  • Create New...