Search results

  1. D

    Create User Editable Area on Page?

    I have done something similar with php/mysql then you can use .htaccess to password protect the "admin" side of it.
  2. D

    Looking for jQuery tutorial

    This is just a large fancy accordion menu. You can search jquery accordion tutorial or have a look at this one.
  3. D

    Video choices for web/mobile?

    There are a few free video players out there that offer the ability to self host your videos that will play as HTML5 with a fallback of Flash. The most common of these players is JW player by Longtail. You can find it here. There are other options out there as well.
  4. D

    Learning CSS - how to make the first letter of every line bold?

    Have you tried the first-letter pseudo class? Read more about it HERE
  5. D

    How to block a web site from web Browser using code

    not sure what you mean. like a restricted access page? Let me know what your purpose is.
  6. D

    mySQL/PHP - store cell value in variable

    Lets see all your code. You can either post it or upload a file. It may sound stupid but just make sure you are storing the information in the $teacher variable before the row is deleted :-)
  7. D

    Report Spam Thread

    A few names that only post wikipedia entries, and repeating other posters. jollymark minol moon mastry
  8. D

    SSL cetificate

    There are so many aspects to it. SSL level of encryption, secure coding, strong passwords to backend sections, and security of the server in general.
  9. D

    two eCommerce questions

    If you are looking for a paid solution. Avactis is a very nice ecommerce solution and fairly affordable. If you are looking for free, well I don't think you can beat Opencart. The great thing about opencart is that there are plenty of extensions available and generally can find one to suit your...
  10. D

    Percentage of Returning Visitors

    I would be pleased with that percentage. Hopefully the reasoning for returning visitors is for actual purchases. Although I'm sure that isn't always the case. I would think you'd naturally see that number increase as your new visitor number increases, providing that your site has something good...
  11. D

    Percentage of Returning Visitors

    I would have to say it depends on what type of site you are looking at. If it's news, blog, or any type of site that has constantly changing information then I would like to see the highest possible number, but maybe a good percentage would be around 85% returning. As far as e-commerce, well...
  12. D

    using my unused/for sale domains for seo?

    In theory, I would say it'd help but certainly stay away from having a carbon copy of the site you are trying to boost. I also think the booster site has to have a decent ranking in order to sway SEO any. And of course, it would take years probably before you see any results.
  13. D

    Fireworks cs4 manual/ebook

    How about HERE or Download it HERE.
  14. D

    Select row from Mysql + Send in email problems

    Try SELECT * FROM xxxxx
  15. D

    Entering HTML into a form.

    Your goal wouldn't be to put HTML into the database, although I suppose it is possible, but more along the lines of the specific information you would like to store for each person such as there name, address, phone number etc. You mentioned that each person has a table in the database. I don't...
  16. D

    Is it possible to make a search like this?

    Have you checked Joomla or Wordpress CMS sites for MLS plugins or real estate themes?
  17. D

    IE users = Low IQ

    HERE is an article for all you IE haters out there. I thought it was quite interesting :-)
  18. D

    Entering HTML into a form.

    Let me reword your question so to see if I have understood you correctly. You would like to gather information from family members, that information is then submitted and stored into a database. Then you view pages for each family member in which these pages retrieves the family members...
  19. D

    Does my PHP File Upload Script open a vulnerability?

    You will want to compare file extensions to limit the type of files to be uploaded. You could also limit the uploaders to only registered users, size limits, only certain file names etc.
  20. D

    Does switching my hosting hurt rankings

    I would say no. Just make sure you have your new hosting setup with your website up and ready to go. Then change the domain dns information. Generally there wont be a lapse of service but it is still possible.
Top