logo
Oct
22
Marijan Šuflaj

jQuery Basic Tutorial

User named Enrho requested a tutorial that will explain some basics in jQuery. This will be a very simple tutorial that will give your some overview of what jQuery is capable of :) .

Read the rest

Oct
16
Marijan Šuflaj

PHP DomDocument Tutorial

This will be a quick tutorial that will show you how to use PHP’s DOMDocument to parse your XML so you do not have to use XML parser. In this tutorial you’ll see how to loop through your XML file and how to extract some specific data. For this, we will use XML file that is available on w3schools.com.

Read the rest

Oct
11
Marijan Šuflaj

Tutorial Request

From today you are able to request a tutorial. You can request anything (ok, not anything but almost anything) what you’d like to learn about PHP, MySQL or JavaScript and I’ll give my best to do tutorial about ti.

Read the rest

Sep
25
Marijan Šuflaj

PHP Confirm Registration Link

This will be quick tutorial on how you can implement confirm registration link into your PHP application. This will not be anything fancy, just simple HTML and PHP to show you how this work and one way how it can be implemented.

Read the rest

Sep
9
Marijan Šuflaj

AJAX Multi-Level Comments

In this tutorial we will create multi level comments. You must have seen comments on youtube and that they have levels depending on who replied to who. That’s exactly what we will build.

Read the rest

Sep
2
Marijan Šuflaj

PHP Walker Class

In this tutorial we will create walker class. This class will load results by executing given SQL query and then create multidimensional array that will have entries in right position. Let’s say that you have this data in your database.

Read the rest

Aug
18
Marijan Šuflaj

Permissions Using Bitwise

This will be a quick tutorial on how to use bitwise operators in PHP to create permissions control. Some of next tutorials will cover how to implement it in application and how to use database to store permissions for users. Now some basics.

Read the rest

Aug
11
Marijan Šuflaj

Sql Queries Cache

This will be intermediate tutorial about caching SQL query results. We will use interface to make support for extending available ways of caching your results. We will create cache that will use MySQL database and flat text files to store cache.

Read the rest

Jul
16
Marijan Šuflaj

Advanced PHP User Login

If you ever had a bank account you are familiar with TAN-s (Transaction Authentication Number). What we will do today, is create user login using that kind of system. This will be just simple overview how to do it so you can create more complex and secure login systems. You need to have basic knowledge about classes, HTML, CSS and AJAX because I will not explain in depth what I do.

Read the rest

Jun
29
Marijan Šuflaj

jQuery AJAX tutorial

This tutorial cover some of basics about jQuery and AJAX. We will build AJAX form submit where we will have 1 field. If we lave it blank and submit our form, we will get error message. If we fill it with some data we will get that text. We will also add some loader image.

Read the rest

Previous Entries Next Entries

logo
Powered by Wordpress | Designed by Elegant Themes | CopyRight ©2012 php4every1.com