what did you get from library PHP

by burek
3 replies
I'm new to programming (still trying to learn basics), but it looks like a lot of time is lost on writing code for stuff that exist on almost all blogs there is.

I'm wondering when you create blog, web page, or social network site, do you code everything important yourself, or use library.
mainly interested in commenting section, and search option.

I've seen google search for site, but it's expensive, or it ad ads on your site...
and for commenting, I've seen facebook, or twitter, but it would be nice to have something that does not require to be loged in to other sites in order to use it on your own.

I'm not talking about sites on worldpress, or similar platforms, I'm talking about coding your site in PHP and javascript from scratch, and using library to speed things up, and help when running to a wall in programming.
#library #php
  • Profile picture of the author AAAWebstore
    Hi burek ,
    I am not getting your question clearly .But i am sure It's not available in php.
    Signature

    AAAWebstore is one of the leading Web design and development company that delivers technology driven business solutions that meet strategic purposes of our customers. We believe in delivering targeted solutions that not only serves the service need but also helps in overall business development.Contact for Ecommerce development and Designing

    {{ DiscussionBoard.errors[9905613].message }}
  • Profile picture of the author jaimegm
    Hi Burek
    At the moment of developing all depends on your project, you can grab a lot of preexisting programs like wordpress and normally you find them in the cpanel other times you have to look for it, that is going to help you for the presentation, BUT normally customers have something very specific that you will have to modify or develop by yourself in these cases you can also search for scripts previously manufactured for certain needs and adapt it to your specifications, sounds easy, but most of the time it consumes a lot of time the research, understanding, make it work and finally please your customer.
    {{ DiscussionBoard.errors[9906607].message }}
    • Profile picture of the author ColossusMedia
      When I will add comments to my website I will use either FB or code it myself, I haven't added a search engine either. But when I was looking for something similar, I came across this: Apache Lucene - Welcome to Apache Lucene but I haven't used it. I might add search functions later, in that case I will probably use lucene or paying version of google. Most of the time I code everything myself. However, for javascript I use JQuery which is very useful. I used to add plugins like popup or slideshow, but finally I decided to code them myself which make them lighter and more flexible. Lately, I tried Laravel and really liked it. With laravel I don't have to manage session myself anymore. I also like its 404 and error page management.
      {{ DiscussionBoard.errors[9906710].message }}

Trending Topics