This blog is NOFOLLOW Free!
22 Jun

Diving into PHP - the series

Today I found a great PHP tutorial series called “Diving into PHP”. It is made by Jeffrey Way from nettuts and it has 15 episodes till now. It starts from scrach and slowly builds up to advanced topics that is why it is great for PHP beginers and for advanced users.


1 Mar

Results for Februaries poll - CMS of your choice

As you can see for your self the poll needs no explication. Joomla seems to be the first choice of the majority (at least for the reader/viewers of videophpblog.com). Thank you for voting!


27 Feb

Special hosting offer

In partnership with the green hosting company ThinkHost, VideoPHPBlog.com is offering to its’ viewers a $30-off coupon for the special hosting package. Take advantage of this offer now and click here [http://www.thinkhost.com/?p=be96baae] to create your account.

Coupon code: oak_be96baae


24 Feb

Simple Ajax and PHP application tutorial

This tutorial is a reference to an Ajax class that is posted on phpclasses.org. It will learn you to use it to create user friendly WEB2.0 applications.


2 Feb

Introduction to Drupal

Drupal is not like the average open source CMS software. It is powered by its’ lightweight core, the simplicity of use, the thousand of contributors that are constantly updating and upgrading it and the thousand of customised free plugins that you can use to achieve your on-line purpose. Drupal is not only a CMS (content management system) but a content management framework too. Why is it a framework too? Well tha’s symple, just because it is geared more towards configurability and customisation.


2 Feb

‘09 February’s poll: CMS of your choice

As I allready told you in the previous post I will start adding a new poll each month. So, for this month I was thinking of giving you the oportunity to select and comment the CMS of your choice. I took this decision in regarding with “2008 Open Source CMS Award” given by Packt Publishing in August, 2008. Please vote for it and afterword please leave a comment and explain your choice.


2 Feb

Months’ poll

I have decided to add a new pool every month that will help us in better deciding various actions that we’ll have to take regarding php developing. We have inserted in the past some pools too but they weren’t opened on a strict time bases. So, please vote for this month’s poll in the right side of the home page.
To see the archive please refer to http://www.videophpblog.com/months-poll/.

Happy coding,

Alex


10 Dec

Regular expressions (the series)

Regular expressions? What they are? How do they help us? How to use them? This is what you’ll learn from this series of tutorials. Regular expressions can help us very much if we have to find different portions of string in a bigger context. If we have a pattern for those string than we can make a regular expression that we will use in our search.


29 Oct

Installing WordPress quick and easy

There are a lot of blog softwares out there but the by far si WordPress. It is fully customisable, easy to use, it has a lot of plugins, it is SEO friendly etcetera. In this tutorial you will learn to install WordPress.


28 Oct

Switches and the Ternary Operator

I know for sure that every programmer came at least once into a quite a nasty problem and that is “What the hell have I coded here ?”. We all use the IF…ELSE statements and we all get sometimes into veeery big codes where you don’t understand a thing. In this tutorial you will learn about the SWICH statement and the TERNARY operator witch are very helpful in this cases.


Next Page »