This is handy if you want to do some programmatic modifications to an image before presenting it to a user.
Continue reading “VB NET: Reading a PNG Image, Modifying it, then Sending it to the User”Parsing an RDF Format RSS Feed in VB.NET
Some RSS feeds are published in a format called RDF which has a schema that’s very different from your standard RSS feed. It’s actually different enough that your standard XPath expression may not work to filter your results when you apply SelectNodes(“/rss/abc”) to the XML document
Continue reading “Parsing an RDF Format RSS Feed in VB.NET”Simple CSS Only Flip Effect for a Div
Adding a flip effect to content on your Web page can be a handy way to show extra content. In this case, I’m showing an example flip effect that happens on the click of a button above the area. You can click the button multiple times to have the front or the back of the flip area show. Continue reading “Simple CSS Only Flip Effect for a Div”