Full list of all the values of Date(). I’m going to be writing a few tutorial on using Date() in functions and you’ll need this as a Reference. So read up.
Continue Reading »ToolBox
ToolBox is comprised of multiple categories including: Tutorials; Graphic, Audio & Video Resources; Code Snippets; etc. With this information, your work-flow will increase, reduce confusion from unknown error and warning messages, as well as help you with spicing up project with new techniques.
Test if WordPress Category Exists
Wednesday, August 26th, 2009If your moving content around quickly on your WordPress or if your designing a template with no content to fill it, then your going to run in blank query results, Sorry, but you are looking for something that isn’t here. – WordPress default phrase. Now if you don’t have any posts at all then having a default phase is need but if there are posts in your blog and you only want to display a specific category independent from the main loop and the category is doesn’t have any posts then the there is no need to show the box at all. Now I do realized that if the you add a loop to your template then you know it’s there and you’ll make sure there is content to fill it. That being said there is only really two (maybe more) times in which you may want not to show a section if a post category doesn’t exist and/or hasn’t any posts. First is WordPress MU in which a new blog won’t have the category set up and will certainly not have any posts in it. Second when your creating themes for WordPress.org’s Theme Directory or resale and you want to add special features and display methods.
Continue Reading »Limit Characters in a PHP String
Tuesday, August 25th, 2009Recently I working on a little pet project of mind in which the content will not be created by me however will be generated by my logged in users. The problem with letting other people into the website and have control over it is that as a coder I need to add in fail safes, and make ever step idiot proof. In this case I need to make sure that the user doesn’t create an epic saga of text and post it on the main page. Like most of my projects, it uses the WordPress engine to allow the users to enter in their data. WordPress has a two built in methods to decrease the output of text to a more manageable size.
Continue Reading »PHP Include
Thursday, May 7th, 2009Using PHP in the simplest sense is to use includes. Includes call multiple files together to form one static HTML base document. PHP is a server side language and thereby the language is processed prior to leaving the sending the server. So by the time the file gets to your browser it’s already full HTML. When using PHP without a database and just for the includes and mathematical logic the page won’t be fully dynamically created but at lest it will decease reputation in the documents.
Continue Reading »JPEG vs RAW
Sunday, April 26th, 2009A growing tread for none professional photographers is to use the RAW image file format. RAW format has been used by professional photographers since the arrival of Digital Single Lens Reflex (DSLR) in the early nineties. RAW format is an uncompressed unaltered version of the image that is created in the fraction of a second after the lens is closed. Consisted of pure 1′s & 0′s for each pixel in the sensor, the common nickname for the RAW format is a digital negative. RAW file format has the ability to update the color profile post photo.
Continue Reading »Point-and-Shoot, Advance Single Lens and DSLRs
Saturday, April 25th, 2009There are three types of digital cameras (Point-and-Shoot, Advance Single Lens, and DSLRs). Each one suited for different events an skill levels. Included in this entry is a basic over view of each camera type and how they differ.
Continue Reading »Flash Case Studies
Wednesday, April 22nd, 2009If your a flash designer who can do introductory AS2 and/or AS3 and you feel you are ready to take on a mix of different animation styles at an array of difficulties, then I suggest taking on other designer’s proof of concepts, case studies and finished works of flash. FFiles.com has a sizable inventory of Flash files ranging from MX to CS4. Mostly all examples are downloadable with a free user account.
Continue Reading »