Western Studios Tutorials
There are 413 Links and 8 Categories in our database1
23
4
5
.... Next Page Previous PageCreating a Star field
Added on: 24-Jan-2008 | Visits:(345) | Category: PhotoshopUsing Photoshop filters, I will show you how to create a realistic star field.Comments (0)Sql Lite in PHP
Added on: 22-Jan-2008 | Visits:(475) | Category: PHPMany people have heard of SQLite but not many people have used it in their PHP applications. Most PHP applications make use of the MySQL database engine to store information however this is not always needed for small amounts of data. In these cases, web applications often store their data in a "flat file" format, often just a plain text file or an XML file. Both of these methods have their downsides. For examples, if you distribute the web application, your customers may not have access to a MySQL server. In the case of flat files, these can quickly grow large and inefficient and can be difficult to query.Comments (0)Prevent Free User Signup
Added on: 18-Jan-2008 | Visits:(350) | Category: PHP NukeThis tutorial will transform your website into a true paid subscription site. This tutorial works great with the WS Subscription module. Well, this tutorial will show you just how to do that.We will basically redirect visitors to the subscription page. Comments (0)
Search MySQL Effectively
Added on: 24-Dec-2007 | Visits:(281) | Category: PHPThis tutorial will teach you how to search Mysql effectively without using tons of extra coding.
Most people know you can use LIKE %$search% to find matches but what if your user input "Pirates Action" with the hopes of finding an action movie that may have Pirates in them? Well this tutorial shows you how to separate the phrase and search for both words.Comments (0)Limit Downloads for Registered Members
Added on: 07-Nov-2007 | Visits:(812) | Category: PHP NukeWith large user base there are times when you need to limit their access to downloads. This can be helpful with bandwidth usage.
This tutorial will show you how to limit downloads for registered members daily, weekly, monthly or yearly.Comments (0)Regular Expressions in PHP
Added on: 29-Oct-2007 | Visits:(220) | Category: PHPRegular expressions are a powerful tool for examining and modifying text. Regular expressions themselves, with a general pattern notation almost like a mini programming language, allow you to describe and parse text. They enable you to search for patterns within a string, extracting matches flexibly and precisely. However, you should note that because regular expressions are more powerful, they are also slower than the more basic string functions. You should only use regular expressions if you have a particular need.
This tutorial gives a brief overview of basic regular expression syntax and then considers the functions that PHP provides for working with regular expressions.Comments (0)Allow HTML Tags in PHP Nuke
Added on: 16-Oct-2007 | Visits:(803) | Category: PHP Nuke There are times when you add an image or flash to your news and they do not show up. Why you asked? Well these html tags are usually not allowed. There is good news however, there is an easy way to add them to the list of allowed html tags.
This tutorial will show you how to add any html tag to the allowed list. Comments (0)3 ways to speed up css development
Added on: 21-Sep-2007 | Visits:(216) | Category: Web designWhen developing large sites, stylesheets can get fairly messy and hard to keep track of. If you don’t stay organized, you can end up making them larger than they really need to be and doing more work than you should have to. Here’s just a few ways to can help avoid that.Comments (0) 1
23
4
5
.... Next Page Previous Page All tutorials are copyrighted by their respective owners. Western Studios can not be held responsible for any damages using these tutorials might cause.
