Skip to main content

What are good PHP and MySQL type Blogs to read?



I searched and found many topics similar to this on Stackoverflow, but they were all for languages that I do not use. I am interested in reading good blogs with an RSS feed in topics related to PHP , MySQL , Javascript , jQuery . I have a few listed below so far, please share with me any blogs worth reading and subscribing to with any of these web related topics.





Here are some I enjoy now...





http://buildinternet.com


http://davidwalsh.name


http://www.9lessons.info


http://blog.perplexedlabs.com


http://blog.agilephp.com


http://www.barattalo.it


http://papermashup.com



Source: Tips4all

Comments

  1. Some sites and blogs in no specific order


    http://devzone.zend.com/
    http://php5.phpmagazine.net/
    http://c7y.phparch.com/
    http://planet-php.net/
    http://www.phpied.com/
    http://toys.lerdorf.com/
    http://ralphschindler.com/
    http://blog.phpdeveloper.org/
    http://www.whitewashing.de/
    http://weierophinney.net/matthew/
    http://sebastian-bergmann.de/blog/
    http://blog.calevans.com/
    http://phpro.org/


    Almost all of them use Twitter as well, so you can follow them there to stay updated. Basically, you want to follow or read the blogs and sites of all the guys involved either in PHP development or of the major frameworks.

    ReplyDelete
  2. Four of the definite PHP cutting edge leaders...

    Pádraic Brady (e.g. Mockery) - http://blog.astrumfutura.com/
    Matthew Weier O'Phinney (e.g. Zend Framework) - http://weierophinney.net/matthew/
    Sebastian Bergmann (e.g. phpUnit) - http://sebastian-bergmann.de/blog/
    Fabien Potencier (e.g. Symfony2) - http://fabien.potencier.org/

    ReplyDelete
  3. Two very good feed aggregation for lamp developers are:

    For MySQL
    http://planet.mysql.com

    For PHP
    http://devzone.zend.com

    ReplyDelete
  4. These are my two favourites

    http://weierophinney.net/matthew/ - It's more focused on the Zend Framework but still an interesting read

    http://schlueters.de/blog/

    ReplyDelete
  5. Good question, here is my list not the complete one:

    http://ajaxian.com/ jQuery, PHP, JS

    http://css-tricks.com/ CSS

    http://speckyboy.com/category/javascript/

    http://www.devinrolsen.com/ jQuery, PHP, JS, CSS

    http://scriptandstyle.com/ (Looks like bookmark)

    http://webdesignledger.com/

    http://jqueryfordesigners.com/ Focusing in jQuery

    http://www.learningjquery.com/

    http://designreviver.com/tutorials/

    http://skyje.com/category/tutorials/

    http://www.hongkiat.com/blog/ jQuery, PHP, JS, CSS

    ReplyDelete
  6. I would check out Phil Sturgeon's blog:

    http://philsturgeon.co.uk/

    ReplyDelete
  7. You could also subscribe to Planet PHP, which aggregates a lot of PHP-related blogs.

    ReplyDelete
  8. http://net.tutsplus.com/

    Not really a PHP blog. A general web dev blog. But has some good articles and webcasts. Highly recommended.

    ReplyDelete
  9. My favourite is Giorgio Sironi. He posts a lot about PHP testing, among other things.

    ReplyDelete

Post a Comment

Popular posts from this blog

[韓日関係] 首相含む大幅な内閣改造の可能性…早ければ来月10日ごろ=韓国

div not scrolling properly with slimScroll plugin

I am using the slimScroll plugin for jQuery by Piotr Rochala Which is a great plugin for nice scrollbars on most browsers but I am stuck because I am using it for a chat box and whenever the user appends new text to the boxit does scroll using the .scrollTop() method however the plugin's scrollbar doesnt scroll with it and when the user wants to look though the chat history it will start scrolling from near the top. I have made a quick demo of my situation http://jsfiddle.net/DY9CT/2/ Does anyone know how to solve this problem?

Why does this javascript based printing cause Safari to refresh the page?

The page I am working on has a javascript function executed to print parts of the page. For some reason, printing in Safari, causes the window to somehow update. I say somehow, because it does not really refresh as in reload the page, but rather it starts the "rendering" of the page from start, i.e. scroll to top, flash animations start from 0, and so forth. The effect is reproduced by this fiddle: http://jsfiddle.net/fYmnB/ Clicking the print button and finishing or cancelling a print in Safari causes the screen to "go white" for a sec, which in my real website manifests itself as something "like" a reload. While running print button with, let's say, Firefox, just opens and closes the print dialogue without affecting the fiddle page in any way. Is there something with my way of calling the browsers print method that causes this, or how can it be explained - and preferably, avoided? P.S.: On my real site the same occurs with Chrome. In the ex