DevCamp

Author


What is XSL?

This specification defines the syntax and semantics of XSLT, which is a language for transforming XML documents into other XML documents. XSLT is designed for use as part of XSL, which is a stylesheet language for XML. In addition to XSLT, XSL includes an XML vocabulary for specifying formatting. XSL specifies the styling of an [...]

How to Move Your Data to the iPhone 3G

From music to contacts to your favorite bookmarks, here’s how to integrate an iPhone—3G or otherwise—into your digital life. As another, failed, wireless carrier once said, don’t call it a phone. With Apple’s iPhone 2.0 software update, it doesn’t matter if you spring for the iPhone 3G or hold onto your first-generation iPhone. Either way, [...]

Yahoo Mail Servers Rejecting Email

If you use Yahoo! mail as your main email account, you might not be receiving all of your emails. What is Yahoo thinking??? Recently Yahoo has started “greylisting extremely deprioritizing” almost every email that goes through their mail server. Greylisting This is a way of attempting to block SPAM. Yahoo mail denies the first every [...]

Create Dynamic URLs With Mod_Rewrite and PHP Functions

Introduction Mod_rewrite is a useful little module. If you defined different rules in the .htaccess file, you got some limited extendability, but you still had issues with adding new variables on the fly. So here we remedy this. Â Â Refresher And The Idea Behind It What is the plan. Well, first, how about a [...]

Internet Explorer CSS bug fixes

The <!–[if IE]> Tag Problem: Various sizes, margins and padding attributes can display differently in Internet Explorer, this coded snippet can help you sort out these problems. Â Add this code with your required settings underneith your pages <style> or external style link: <!–[if IE]> <style> .item { margin: 5px; padding: 10px; } </style> <![EndIf]–> [...]

Setting position of an external SWF file in Flash

Loading an external SWF, levels in Flash For those who don’t even know about loading external flash files here’s a quick explanation. You basically start with your main or parent flash movie, now when working with multiple movies you have to remember that each movie including the parent is situated in its own level within [...]

Page 5 of 10« First...3456710...Last »