Western Studios Tutorials
There are 409 Links and 7 Categories in our database1
23
4
5
.... Next Page Previous PageRegular Expressions in PHP
Added on: 29-Oct-2007 | Visits:(134) | 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:(564) | 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:(155) | 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)
Create html blocks in phpnuke
Added on: 13-Aug-2007 | Visits:(445) | Category: PHP NukeMany people do not know that there is a powerful feature in phpnuke that allows you to create/edit your own blocks using html from the Blocks admin page. I will teach you how to do that.Comments (0)Multiple Forms in VB.NET
Added on: 12-Aug-2007 | Visits:(132) | Category: VB.Net 2005One of the first hurdles you're going to come up against when you move from Classic VB to VB.NET is getting to grips with the new ways of dealing with forms.
Your approach to forms in VB.NET is fundamentally different and hinges on the fact that the Framework implements forms as classes, so now you need an object variable to instantiate it. This article is aimed at helping you through some of those basic steps.
Instead of loading and showing a form in the old way (eg. Form2.Show, what you have to do is create an instance of the form and you can then manipulate this form object.Comments (0)PHP/MySQL Video Tutorial
Added on: 07-Aug-2007 | Visits:(207) | Category: PHPA high quality video tutorial that will teach you how to add and retrieve data from a MySQL database using PHP.
Password to open the file is: http://www.westernstudios.netComments (0)Creating a SQL Server Express Database File
Added on: 05-Aug-2007 | Visits:(103) | Category: VB.Net 2005This walkthrough creates a new SQL Server database file based on the Customers and Orders tables in the Northwind Sample database. This database file can then be used as a sample database for completing additional how-to and walkthrough pages in this Help system that reference local database files.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.
