The Flash

  Working on some random Facebook timeline images and/or banners. Here’s one using a render of The Flash (found here). Let me know what you think!

Installing Your New Internal Hard Drive

So you just bought a hard drive and want to start filling that sucker with some files or whatever you want to put on it… Whether you don’t know how to install it into your computer’s case or just on the BIOS you have come to the right place. Here I am going to show [...]

The Truth About SOPA and PIPA

So, you might have heard some word about these bills “SOPA” (Stop Online Piracy Act) and “PIPA” (Protect IP Act). These bills were established October 26th, 2011 with the introduction of SOPA from the House of Representatives congressman – Lamar S. Smith. Basically the reason for the creation of these acts is to put an [...]

Building a Battlefield 3 Machine

Battlefield 3 will hit the shelves October 25th, 2011 for the PC, Xbox 360, and Playstation 3. If you are a PC gamer you know you are going to want a powerful machine to experience this much anticipated release. Battlefield 3 introduces the Frostbite 2.0 engine which is based on the 1.5 engine seen in [...]

Javascript & PHP Star Rating Script

I’ve searched around the interwebs for an ajax star rater and I came across a few different possibilities, all of which looked very good. The top result from google was Nick Stakenburg’s “Starbox” for “ajax star rater”. I also found Masuga Web Design’s Ajax Star Rater and a script from MySandbox to be popular results. [...]

Battlefield 2142 v1.51 Patch – Final Release!

After a beta release of the patch version 1.51 for Battlefield 2142, EA Games has released a final patch now available for download. The patch includes a number of bug fixes, an increase in account security, four brand new maps, and the unlock of the expansion pack “Northern Strike” for all players with the patch [...]

  • Tutorials

  • Installing Your New Internal Hard Drive

    Installing Your New Internal Hard Drive

    So you just bought a hard drive and want to start filling that sucker with some files or whatever you want to put on it… Whether you don’t know how to install it into your computer’s case or just on the BIOS you have come to the right place. Here I am going to show [...]

  • How to Make an Animated Loading GIF

    How to Make an Animated Loading GIF

    When you have a form to submit some kind of data to your website it is very helpful to have a loading image that is displayed once the user submits the form. This let’s the user know that the form was submitted and the upload is in progress, rather than just relying on looking up [...]

  • Build Your Battlefield 3 PC Cheap and Right!

    Building a Battlefield 3 Machine

    Battlefield 3 will hit the shelves October 25th, 2011 for the PC, Xbox 360, and Playstation 3. If you are a PC gamer you know you are going to want a powerful machine to experience this much anticipated release. Battlefield 3 introduces the Frostbite 2.0 engine which is based on the 1.5 engine seen in [...]

  • More from Tutorials
  • Gaming

  • Battlefield 3 Update 27th of March for PlayStation 3. Xbox 360 and PC will come soon.

    The team at EA has been working on fixing a lot of issues with Battlefield 3 for all systems as well as striving to meet the public’s demands. March 27th the latest patch for Battlefield 3 was released for Playstation 3 and soon to come the patches for PC and Xbox 360. The patch includes [...]

  • Build Your Battlefield 3 PC Cheap and Right!

    Building a Battlefield 3 Machine

    Battlefield 3 will hit the shelves October 25th, 2011 for the PC, Xbox 360, and Playstation 3. If you are a PC gamer you know you are going to want a powerful machine to experience this much anticipated release. Battlefield 3 introduces the Frostbite 2.0 engine which is based on the 1.5 engine seen in [...]

  • Download the latest Battlefield 2142 patch!

    Battlefield 2142 v1.51 Patch – Final Release!

    After a beta release of the patch version 1.51 for Battlefield 2142, EA Games has released a final patch now available for download. The patch includes a number of bug fixes, an increase in account security, four brand new maps, and the unlock of the expansion pack “Northern Strike” for all players with the patch [...]

  • More from Gaming
  • Scripts

  • Javascript & PHP Star Rating Script

    Javascript & PHP Star Rating Script

    I’ve searched around the interwebs for an ajax star rater and I came across a few different possibilities, all of which looked very good. The top result from google was Nick Stakenburg’s “Starbox” for “ajax star rater”. I also found Masuga Web Design’s Ajax Star Rater and a script from MySandbox to be popular results. [...]

  • PHP Prime Number Script

    Here is a simple little script that will determine if a number is prime or not. Just submit the function through with the parameter number as the integer you want to determine – is prime or not. Syntax is_prime(number); Here is the function’s definition: function is_prime($num=0) { $num = (int)$num; // Make sure it's an [...]

  • PHP Upload and Resize Image

    PHP Upload and Resize Image

    Many times when you upload a image somewhere you want to resize it to different dimensions based off of a maximum width or height. Here is a simple script that does this for you, using a HTML form and a PHP script. We start with the PHP script that will run if our $_GET['do'] is [...]

  • More from Scripts
  • Web Programming

  • Displaying Mysql Tables in PHP

    Once you have a Mysql database setup with a table and some data in that table you are ready to display the data through PHP. This is very easy to do not only efficiently but also with a clean design in mind. So let’s say this is your MySQL table: Categories Id, Title, Description, Timestamp [...]

  • How to Make an Animated Loading GIF

    How to Make an Animated Loading GIF

    When you have a form to submit some kind of data to your website it is very helpful to have a loading image that is displayed once the user submits the form. This let’s the user know that the form was submitted and the upload is in progress, rather than just relying on looking up [...]

  • Javascript & PHP Star Rating Script

    Javascript & PHP Star Rating Script

    I’ve searched around the interwebs for an ajax star rater and I came across a few different possibilities, all of which looked very good. The top result from google was Nick Stakenburg’s “Starbox” for “ajax star rater”. I also found Masuga Web Design’s Ajax Star Rater and a script from MySandbox to be popular results. [...]

  • More from Web Programming
  • Other Recent Articles

  • Deathwing

    Deathwing

    Another quick banner made with a Deathwing render (found here). Just did some smudging and brushing basically as I worked the render into a background color. I then used a brush to paint a mountain like background behind the render. Let me know what you think!

  • Digital Point Forums Index

    Digital Point Forums

    If you are a web developer, designer, programmer, or just a user of the web then you should probably be a member of the Digital Point Forums. Here you will find web masters by the thousands who post and discuss topics all related to online function. Whether you run your own website, are looking to, [...]

  • Archives: 
The tutorials and scripts found on bgallz.org are for training purposes only, use to your discretion.