Search results

  1. adamblan

    Easiest way of changing text on site

    aBitWhizzy could allow a remote attacker to include arbitrary files. A remote attacker could send a specially-crafted URL request to the abitwhizzy.php script using the 'f' parameter to specify a malicious file from the local system, which could allow the attacker to obtain sensitive information...
  2. adamblan

    I cannot change the color of my text

    happy to help;)
  3. adamblan

    I cannot change the color of my text

    Maybe try simplifying this to #content p { color: #999; } or .rbcontent p { color: #999; } --> Either or, but not both...
  4. adamblan

    illumination

    Anytime, Rea:) Just take things one step at a time & you'll do fine
  5. adamblan

    Hemp Jewelry Website - Please Review

    Look into Joomla- there are tons of templates & mods, it's fairly simple to administrate, and you can add e-commerce with VirtueMart. Best of all, it's an open-source project so it's free
  6. adamblan

    Javascript Photoviwer help...

    just noticed this, but you should change the backslash to a forward slash... viewer.add(Photos/1.jpeg');
  7. adamblan

    Javascript Photoviwer help...

    Set your links relative to the index page... try viewer.add(Photos\1.jpeg'); instead of viewer.add('C:\Users\Joshua\Jixan Designs\Photos\1.jpeg'); ;)
  8. adamblan

    illumination

    It's been a while since I've played w/ the gimp but after doing a bit of searching I found the Perlotine plugin that will allow you to slice your image for the web. You will need to create 2 versions of the image static & hover - (do this after you've sliced the image) and save the slices into...
  9. adamblan

    Hi I made a new search engine named Zhift. it would be nice if you want to review it.

    It looks great - very googlesque -the quick look was a great idea -the results were quite accurate & on par with the big "G" I would suggest indicating the current search category to improve the UI...
  10. adamblan

    illumination

    I'm not sure I understand what you're trying to do here... Do you have a link to something similar that you could post?
  11. adamblan

    Easiest way of changing text on site

    Installing Joomla to administrate a single page...:eek: WTF??? Ya'll realize that Joomla has more gadgets than just about anyone in their right mind would use, right? KISS :rolleyes:
  12. adamblan

    www.fotolounge.biz

    As a portfolio the site looks good, but I would offer these suggestions: Load the full images dynamically instead of all at once - this will improve your site's performance exponentially. While some people might be impressed by using fullscreen, it kinda pissed me off by resizing my browser...
  13. adamblan

    Javascript Photoviwer help...

    It depends on your site's directory structure... Assuming that your index page is in the root, replace '/photos/my-photo-1.jpg' with 'photos/photo_name.jpg' - You should probably also get rid of the <!-- comment --> tags ;)
  14. adamblan

    Check out my site!

    You need to code your site so it's visible to SE's & users of alternate browsers. While you're doing that, be sure to separate your content from the presentation by dropping the tables & designing with CSS. Visually, the site is kinda boring... try using images to add interest to your content...
  15. adamblan

    illumination

    Since you're using the GIMP, I assume you haven't bought Flash - so forget about the previous suggestions... You could probably accomplish the effect you're going for using a simple css image swap: Try this technique ;) btw: MC is MovieClip - one of the basic elements of a Flash movie
  16. adamblan

    Hemp Jewelry Website - Please Review

    the design is all over the place (maybe choose something... greener?) Set up a CMS w/ a nice template when you do your real site if you're trying to attract new business from the internetz
  17. adamblan

    I need some advise!

    Learn the languages, not the software... You should start with HTML & CSS, then move on to javascript to get a handle on programming logic. Once you've got your client side down, then look into using either php or asp.NET (or Ruby) to interact with MySQL... Microsoft does more harm than good...
  18. adamblan

    Please Comment

    You used a nice template :o
  19. adamblan

    Easiest way of changing text on site

    CMS made simple?
  20. adamblan

    NEED BIG HELP from NEWBIE

    What are you trying to do?!
Top