Tag Archives: css

Web safe color list with PHP

Needed to create a list of the web safe colors for another site of mine. Yeah, I know that web safe colors are outdated. But it was still something I wanted on the site. Typing in 216 hex color codes … Continue reading

Posted in Programming | Tagged , , | Leave a comment

Hiding the “Welcome to your new WordPress site” message

Sitting here working on setting up a WordPress network and hit a snag. New sites have a giant “Welcome to your new WordPress site” message when someone logs in for the first time. Now, I’m not against the message; and … Continue reading

Posted in Blogging, Programming | Tagged , , , , | Leave a comment

Adding WordPress templates to NetBeans

If you’ve written more than a couple of WordPress plugins odds are good you’ve copied and pasted the plugin sample readme.txt file into your project. Just sat down to start on my 7th plugin and figured there had to be … Continue reading

Posted in Blogging | Tagged , , , | 2 Comments

Dynamically link to CSS with JavaScript

Needed a way to add a CSS file with JavaScript, so I went out a-Googling like I normally do.  Problem is everything I found either worked in Internet Explorer and not in FireFox or the other way around.  Nothing I … Continue reading

Posted in Internet, Programming | Tagged , | Leave a comment

Aptana on Vista 64bit – Black Screen

I’ve been having issues with Aptana putting a huge black box over the code window on Vista 64.  And it seems many others are having the same issue as well, which is a shame because it’s an otherwise great program. … Continue reading

Posted in Programming | Tagged , , , , | 3 Comments