Jump to content

elmohack

Members
  • Posts

    43
  • Joined

  • Last visited

Profile Information

  • Interests
    Web design

elmohack's Achievements

Newbie

Newbie (1/7)

6

Reputation

  1. # Redirect to PHP if it exists.# e.g. example.com/foo will display the contents of example.com/foo.phpRewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteCond %{REQUEST_FILENAME}.php -fRewriteRule ^(.+)$ $1.php [L,QSA]
  2. Im looking for a partner on a project with above knowledge , if anyone is interested please pm me with your skype details .
  3. http://goo.gl/H5mSy <- heres an example of what i want . If you notice when you hover the border slides from the left , is it possible to do this with css or javascript is needed? I found something like this so far but its not exactly the same .. http://jsfiddle.net/skram/dEK9A/4/
  4. Omg it works , you guys are amazing .. i cant describe how grateful i am
  5. What does html5shim do? I read its for ie 9 specifically.. does ie 9 not support html5?
  6. @Deirdre's Dad I have attached the files , i copied your code that you suggested but still doesnt work. http://www.sendspace.com/file/2r0fo4
  7. http://jsfiddle.net/De8Ku/1477/ Anyone able to add a sort from highest to lowest and remove alphabetical order?
  8. I tried your method deirares doesnt seem to work :\
  9. Okay i dont mind using a span element or another div inside of the li , would anyone care to help ? If not ill be willing to pay someone to make a good flexible script .
  10. The thing is , im making a product page and in the <li> there will be a product name followed by the price . When i do that the alignment isnt same anymore eg <li>green usd2</li><li>red usd4</li><li>blie usd3</li><li>grey usd5</li><li>apple usd1</li> So would you have any idea how to overcome this ?
  11. https://github.com/padolsey/jQuery-Plugins/tree/master/sortElements - Original source Hey guys , im in a bit of a dilema i just need some help , anyhow my problem is i want to sort listed items or div by value etc product pricing . So far when i tried it doesnt seem to do it well , the results seem mixed up eg not following lowest to highest . http://htmlresource.org/demo.html im referring to the bottom one not the table .
  12. Eh nvm managed to fixed it. But id like to know how you guys would solve it .
  13. https://docs.google.com/open?id=0B-h6gZrkVV_7U2JtQnJHQUhlN1k <- file
  14. Please use attachment. My issue - When hover on tab im trying to achieve the effect that makes border bottom transparent or dissapear . To summarize. How do i remove border bottom on selected active tab? -------------------- Tab slider content with jquery.
  15. im able to get the post rss feed but im not able to get it with the thumbnails. like figure 2 - the one with the black background. The first 1 is the thumbnail slider with the blog post , not sure how to do that or if there is any existing script out there.
×
×
  • Create New...