ios

Core Data from Scratch: More NSFetchedResultsController

By Bart Jacobs In this tutorial, we continue our exploration of the NSFetchedResultsController class by adding the ability to update and delete to-do items. You’ll notice that updating and deleting to-do items is surprisingly easy thanks to the groundwork we laid in the previous tutorial. 1. Updating a Record’s Name Step 1: Create View Controller […]

wordpress-themes

Tools and Habits of Quality WordPress Theme Developers

By Patrick Mwachugu This article highlights some of the factors one should consider when designing and implementing an actual WordPress theme. The tips are handy primarily for people who are new to WordPress theme development and who plan to work on pore WordPress themes. In the previous article, we covered two of the most important […]

asp-net

Preventing XSS in ASP.NET

By Bill Morefield Many website security problems come from trusting the user too much. Most users of your web application will only do what they have the need to do, a curious or malicious user will often want to push the edges of access. At those edges, security holes often appear in your application. I’ve […]