Archive for the 'PHP' Category
Multiple asides categories in Wordpress?
0 Comments Published 3 months, 3 weeks ago in PHP, Wordpress and YUI Digg ThisI’m working on a new theme for Wordpress. It’s a generic theme that I hope will make it easier to build multiple business sites in the future. Part of the goal is integrating the Yahoo! YUI library into the superb K2 theme.
I’ve come across a problem that should be easy to solve. Wordpress allows [...]
<rant>VI sucks! It is absolutely driving me crazy. It’s like writing code by smashing your head against the keyboard with a blind fold. </rant>
Set up Dreamweaver to color code alternate file types
2 Comments Published 1 year, 2 months ago in Dreamweaver, PHP and Yahoo! Digg ThisI’ve been stymied lately by Dreamweaver, my preferred coding program. I still hold onto this program because I know it’s key commands and color coding. However, I’ve been working in a new template system and the internal files have a new file extension.
I don’t know if it is a Yahoo! secret system, [...]
Convert American date format to European and vice versa
5 Comments Published 1 year, 5 months ago in PHP Digg ThisThis PHP script came up in a discussion I had today with Jon Whitlock, who’s from the other side of the pond (U.K.) It’s a nifty little regular expression that converts an American date (12/31/2006) into a European date (31/12/2006). It struck me as a neat little snippet that others could probably use.
$date=’12/31/2006’;
print ereg_replace(“([0-9]+)/([0-9]+)/([0-9]+)”,\\2/\\1/\\3,$date); [...]
Set up PuTTY to SSH into Dreamhost accounts
1 Comment Published 1 year, 5 months ago in Online Resource, PEAR and PHP Digg ThisI am working on a new page and needed to install the XML_RSS PEAR script yesterday on my Dreamhost Account. I tried the customer support and went to their twiki. Dreamhost supplies a basic set of PEAR functions and you have to create a new folder and upload any extras that you’d like to use. [...]
About
You are currently browsing the Advanced CSS Design Resources - last-child.com weblog archives for the 'PHP' category.
Longer entries are truncated. Click the headline of an entry to read it in its entirety.Latest
- Adding style to your rel attributes with CSS
- Progressive enhancement of links using the CSS attribute selector
- UTF-8 compatible accented characters
- Flickr Video is live
- Captioning Sucks and Needs a Jump Start
- How to fix your K2 powered wordpress blog after upgrading to 2.5
- Multiple asides categories in Wordpress?
- IE7 and IE8 hack behavior
- Internet Explorer 8 beta released for testing
- Yahoo! Music - Easy, semantic, unobtrusive music badges
Archives
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
Categories
- :absolute (5)
- :after (2)
- :block (3)
- :fixed (1)
- :focus (1)
- :hover (1)
- :none (2)
- :relative (4)
- Accessibility (25)
- AJAX (9)
- atmedia (6)
- attribute selector (7)
- background (10)
- Book Resources (4)
- Book Review (4)
- border (1)
- Browsers (10)
- Class (4)
- Code (1)
- Conditional Comment (7)
- CSS (67)
- CSS2 (7)
- CSS3 (5)
- Definition List (2)
- Developers (3)
- DHTML (14)
- display (3)
- Div (3)
- Dreamweaver (1)
- Firefox (8)
- first-child (1)
- Flash (8)
- FLORWAX (2)
- Form (2)
- Form Button (2)
- Form Input (2)
- Form Select (1)
- Hacks (13)
- HTML Elements (10)
- Id (2)
- IE7 (24)
- IE8 (3)
- Image (2)
- Image Replacement (2)
- Image Sprites (9)
- JavaScript (28)
- JSON (3)
- Link (7)
- margin (1)
- media (1)
- microformats (5)
- min-height (2)
- negative margins (1)
- Online Resource (45)
- Opera (3)
- Other Links (1)
- overflow (2)
- padding (2)
- paxilled (2)
- PEAR (1)
- PHP (7)
- position (10)
- Pre (1)
- Quick Tips (33)
- Safari (1)
- Span (2)
- Standardista (20)
- Table (1)
- Table Body (1)
- Table Head (1)
- Table Header (1)
- Table Header Scope (1)
- Table Summary (1)
- text-indent (2)
- Uncategorized (4)
- Unordered List (1)
- vertical-align (1)
- Video (1)
- visibility (1)
- W3C (8)
- Wordpress (2)
- XHTML (2)
- XML (3)
- XSL (3)
- Yahoo! (22)
- YUI (5)
- Z-Index (4)

