Search results

  1. C

    Which one is suitable for me. PHP or ASP

    PHP is much more common - all the major CMS & e-commerce systems use PHP, so if you want to create any custom addons for them, you WILL need to know PHP. As mentioned above, learn... HTML > CSS > PHP....then maybe javascript & jquery
  2. C

    How were these websites made?

    I think you're asking how to create the smoke effect....have a search for photoshop tutorials on creating smoke effects - there are quite a few about....I suggest you look at some more contemporary websites before copying the overall design & layout though - those sites look very dated to me.
  3. C

    full screen photo gallery

    I think that you need to look at Jquery (javascript library) - have a search for Jquery gallery plugins, there are loads of them...one of them will probably do this.
  4. C

    CSS include issue

    have you tried using a relative link & dropping the domain name in the link eg: <link href="style.css" type="text/css" rel="stylesheet" media="screen"> I assume that media="screen" is needed?
  5. C

    Please help with PHP alignment problem?

    Its incredibly hard to help without being able to see your code...if you paste your code we will probably spot it quite easily, or at least point you in the right direction.
  6. C

    Gallery Script

    Thats running with php & a database (probably MySQL)....there should be plenty of premade php gallery scripts on the net - have a search.
  7. C

    Date Selection?

    This is relatively straight forward to do with php...I assume that the database is MySQL? You need to do a MySQL query to get the relevant results from the table & then echo out the results....its a straight forward PHP/MySQL script - I can't really help anymore without more details. If you do...
  8. C

    Interesting Feature

    It might well be done with a plugin - there are loads of flash plugins that make creating effects & transitions really easy.
  9. C

    Favorite template site?

    I think if you're going to provide clients with website that use templates, you need to be upfront about it so that they know they're not getting a website that has been especially designed for them & their brand.
  10. C

    Ah, a breath of fresh air...

    You can actually see new posts now - makes such a difference!
  11. C

    How to insert Google map looking like this one?

    You'll need to use the Google map API - its a bit of a beast to get working if you're a bit green in javascript, but not impossible. If you have a search for 'google map api tutorial' you should find plenty of help.
  12. C

    How much would a site like this cost ?

    One comment...if you're calling yourself a world class studio, you may want the website to reflect this a little more. What you have there is presentable & tidy, but it is quite basic.....something to consider when looking at prices - the cheapest will often be the simplest, & will also have...
  13. C

    Report Spam Thread

    can't something be done about the level of spam?...its getting really hard to spot real posts now - I'm trying to help other users, but I'm finding it increasingly hard to do so.
  14. C

    What langauges and tools to use

    I'm not really sure how Joomla would help you here... I'd suggest getting into PHP though - you'll be able to extract the information from the xml file quite easily & display it on a web page. There is an xml object specifically for this sort of purpose. This is a good php reference: W3...
  15. C

    help newbie with links

    it is also a good idea to use a title tag as it helps usability eg: <a href="http://www.yourdomain.com/page2.html" title="Link Text">Link text</a>
  16. C

    Web design, beginner, clothing line

    yep that makes sense - content is important...& it needs it be unique - don't copy product descriptions from manufacturers as lots of other people will have done the same. The page construction - yes every little bit helps...so getting it all right takes some knowledge & in reality, some...
  17. C

    blog posts in a scrollin div

    Why? Do you want just want a blog post to appear within a box that has a scroll bar to scroll down the text? or Do you want a list of blog posts to appear in a box with a scroll bar so you can scroll down a few blog posts or do you mean an animated scroll that scolls the blog...
  18. C

    Fatal error: Call to a member function free() on a non-object

    Its impossible to give you a proper answer without seeing the code. I'm guessing that you have a class & there is an error of some sort within the search setup in the class....really need to see the code.
  19. C

    What's the deal with Google vs. Yahoo Ranks?

    I know - I share your woes. Google is a lot more fussy with optimisation - it takes a lot more work to get results....and yes links seem to play quite a big part from my experience...and of course, content plays a big part too - a rare case where more is more I think.
  20. C

    What Is the best web programming lang?

    Assuming that you've got to grips with HTML & CSS....PHP & Javascript would be a good next step - Jquery is an easy to use javascript library which is also worth looking at.
Top