WordPress Membership plugin
It is very easy to add Premium content to your blog, but how to set up membership and payments options in WordPress? Simple, use WP Pro Members plugin.
It is very easy to add Premium content to your blog, but how to set up membership and payments options in WordPress? Simple, use WP Pro Members plugin.
There are times when you need to access the Twitter API and get some info or latest status and display on your page. I bring you snippets that can get your job done in no time.
Many times I was thinking that it would be nice to debug all my scripts in only one place. And then it occurred to me. Is it possible to use FireBug’s console to debug PHP? Here is a quick tip on how you can make your life easier and do it yourself.
CSS sprites are great to increase the speed of the web site by decreasing number of requests it takes to download all of the graphics needed for it. Sometimes, it is not an easy task to make sprites, or write proper CSS code for using them. So I gathered a small list of 5 top online CSS sprites generators.
Many of us use Windows machines for development. Sometimes it is hard to test some cool Linux stuff like Memcached on Windows and I am often too lazy to install some virtual machines. So I googled for a while and installed Memcached on Windows. Here is how you can do it too.
Today I am going to cover forms in PHP. Forms are basic thing when you need to post some information to your application in order to save it to database, email it or print it. I am going to show how to pass information through form to another page and how to do it using AJAX, so your page does not need to refresh.
PHP is the most used programming language on the web today. This fact is actually scary when it comes to PHP security as many hackers have a large collection to pick their victims. So, let me give you a few tips on how to secure PHP web site or application.
My country, Croatia, is small, but has many beautiful and interesting web sites. This is an overview of 9 of them. If someone is not on the list, you are welcome to add suggestions in comments, so I can add the sites in some future articles.
Today I am going to show you how to implement a simple search from one database table, using PHP and jQuery. Everything will be done without page refresh using jQuery AJAX. So let’s get searchable.