Blog

Newest Post
Blog Archives
Blog Categories

Portfolio

3D Models
Banners
Brochures
Business Cards
Custom Programming
Environments
Flash Projects
Game Design
Image Altering
Web Design

About

Resume
Recommendation Letters

Contact

February 22, 2008

Reset a php Recordset

Filed under: PHP — admin @ 4:34 pm

When you run a recordset through a loop, you will not be able to re-run the recordset further down in the same page. Here is how to reset the recordset so you can use it again on the same page. Just place this code after your loop. Change the “$Recordset” to your recordset’s variable.

if (mysql_num_rows($Recordset) > 0)  {
mysql_data_seek($Recordset, 0);
$row_Recordset = mysql_fetch_assoc($Recordset);
}

February 7, 2008

Digital Epiphany’s Website Builder

Filed under: General — admin @ 12:08 pm

I am currently developing a website build that anyone will be able to use. You will be able to develop a site just like mine here. It is currently in the works and is being worked on in whatever free time I may have. Time is hard to come by though for I am working on school projects and working 65~70 hours a week.

With the builder you will be able to create your own webpages, adjust the position, backgrounds, font colors, menus, and well… just about anything else.

I’ll keep posting the updates.

Rich Black or True Black with Adobe Illustrator

Filed under: General — admin @ 12:04 pm

If you have ever had problems getting a nice deep black with Adobe Illustrator, you’re not the only one. When generating pdfs if you have your standard black color set to #000000 your black may come off a little different than expected, it will loose its richness and not be true black.

To get a true rich black in Adobe Illustrator, use the following:

Cyan: 50
Magenta: 40
Yellow: 40
Black: 100

The same color stands true for anything meant for print, whether it is in InDesign, Photoshop, Illustrator, or Quark. If you need that deep, rich black, you need to use the above CMYK color. Do not use 100% Black as this will give you undesired results.

See the comparison below:
Comparison of Rich Black and 100% Black

© - Digital Epiphany Designs, Online Portfolio for Web Design, Custom Programming, Grapic Design and Game Design.