Search
epochDEV Search Results: php tutorials
Your php tutorials search resulted in 2 matches.
Pages
-
Blog
Welcome to the Developer's Guild. Looking to learn HTML5, CSS3, JavaScript, jQuery, PHP, Photoshop or really anything else web-related? Or perhaps you're looking to discuss the latest web news & t...
Tutorials
-
Tabbed Content: Part III, Animated Toggle
Now that we've both constructed and styled our content tabs, it's finally time to make it tabable. With a little jQuery, we'll create a simple animation so we can toggle our tabs....
-
Create a Function to Check if a Folder is Empty or Not
At one time or another, as a PHP programmer, you've no doubt needed to check if a directory or folder was empty or not. This PHP tutorial will show you how to accomplish this with a single-line fun...
-
Create a Function to Check If User Is a Bot/Spider
If you ever need to check if a user/visitor is a bot or spider you can do so by creating this quick php function....
-
Create a Smart array_merge Function
PHP's array_merge function is a perfect way of combining arrays. However, it doesn't properly merge keys (and values) from arrays outside of the first instance. Let's create our own function and fi...
-
Semantics Will Save Us All: Part II, HTML Markup
With any website you develop, rarely should you ever have to use more than a handful of classes and IDs. With HTML5, there is a plethora of useful elements that will satsify your CSS-Design and HTM...
-
Tabbed Content: Part II, Applying Style
Recently we constructed the layout for tabbed content. In this CSS3 tutorial, and Part II of the Tabbed Content tutorial series, we'll style our tabs and content....
-
Tabbed Content: Part I, Layout
In this three-part tutorial, we'll explore how to create tabbed content, style the navigation to be respectable, and then create an animation to make the whole process pretty....
-
How to Create Auto Pop-Up Tabs/Windows for External Links
Ever get sick of having to repeatedly set target out your various links? Well you should be, the target attribute is deprecated. In this tutorial we'll use jQuery to automatically render all exter...
-
How to Fix jQuery's Fade In/Out Functions for Internet Explorer
I feel like the world sadly has to keep picking up the slack for Microsoft. Another example is how jQuery's Fade In/Out functions don't look right in Internet Explorer. Weird, right? While we can't...