Getting a Jump-Start with IronPython
As a .NET developer, you’ve probably heard IronPython mentioned in a blog post or an article, but do you know what it is? IronPython is Microsoft’s implementation of the Python language. Python is known for readability and its’ proponents claim that applications written with Python are done faster, use fewer lines of code and are more maintainable than those written using more traditional languages. The great thing about IronPython is that you get the advantages of the language, while being able to leverage your knowledge of the .NET framework. In this article by Darrell Hawley, we will cover a few basic aspects of IronPython and use them to create a Windows Form.
Read Getting a Jump-Start with IronPython in fullNotifications and Events in Nagios 3.0-part1
This is a 2-part series by Wojciech Kocjan. We have made an attempt to cover all about events and notifications in Nagios 3.0 in detail in this series. The following sub-topics will be covered as a part of this series:
- Effective Notifications
- Escalations
- External Commands
- Event Handlers
- Modifying Notifications
- Adaptive Monitoring
Read Notifications and Events in Nagios 3.0-part1 in full
Debugging and Validation in WordPress Theme Design
In this article by Tessa Blakeley Silver, you are going to cover the basic techniques of debugging and validation that you would be employing throughout your theme's development. We'll dive into the W3C's XHTML and CSS validation services, and also walk you through using Firefox's JavaScript/Error Console for robust debugging, as well as introduce you to the FireBug extension and the Web Developer's Toolbar. In addition to this, you will learn about little troubleshooting insight as to some of the most common reasons 'good code goes bad', especially in IE, and the various ways to remedy the problems.
Read Debugging and Validation in WordPress Theme Design in fullCreating a VB.NET application with EnterpriseDB
Getting introduced to working with Postgres was described in the recent article, "installation and some basic features of EnterpriseDB". Migration of data from SQL Server 2008 was described in "The migration of a table from SQL Server 2008 to EnterpriseDB". In this tutorial Dr. Jayaram Krishnaswamy shows how you may create a Visual Studio 2008's Windows application to access data on EnterpriseDB. Reading of two previous articles is recommended.
Read Creating a VB.NET application with EnterpriseDB in fullJava Server Faces (JSF) Tools
Java Server Faces (JSF) Tools is a set of tools designed for improving the development process of JSF projects. In this article by Anghel Leonard, we will see that these tools offer amazing skills for creating different kinds of JSF projects and JSF components, such as converters, validators, managed beans, referenced beans, and so on.
Read Java Server Faces (JSF) Tools in fullMastering phpMyAdmin: 4 Editions in 5 years
Earlier in April, Packt published the fourth edition of Mastering phpMyAdmin, which was somewhat apt as it coincided with Packt celebrating its fifth birthday. Mastering phpMyAdmin, written by Marc Delisle, was the first book that the company published back in April 2004. In the five years since it was first published, both Packt and phpMyAdmin have gone on to grow and reach much bigger heights. Packt has published over 200 books and phpMyAdmin has over 18 million downloads and won many awards, most recently at the 2009 MySQL Conference, where Marc picked up the MySQL Community Member award.
The following article, written by Marc himself, looks at how the book has evolved over the years and how, in turn, so has the phpMyAdmin project.
Read Mastering phpMyAdmin: 4 Editions in 5 years in fullColdFusion AJAX Programming
This article deals with AJAX programming in ColdFusion. ColdFusion acts a great platform not just because of its code features, but because of its characteristics as to how the code interacts with other features. ColdFusion is a language with depth and power. Yet, as we developers know, it seems real power always requires a bit of custom code. In this article by John Farrar, we will have a look at the following topics:
- Binding
- Proxy connections
- JSON features
- Spry data integration
- Debugging
Oracle Web RowSet - Part2
In this two-part article series by Deepak Vohra, we will use the XML document representation of a result set generated with an SQL query to modify a relational database table. In the first part we set the environment, create a Web RowSet, modify a database table with Web RowSet, and create a new row. In this article we will learn to read a row, update a row, delete a row, update the database table and also get acquainted with JDBC 4.0 Version.
Read Oracle Web RowSet - Part2 in fullSeam and AJAX
With the advent of Web 2.0 technologies, users have demanded more interactive web applications. Typically, AJAX technologies are used to provide a high level of interactivity within web applications. In this article by David Salter, we will discuss how AJAX can be used with Seam applications using both Seam Remoting and AJAX4JSF. In particular, we'll pay attention to:
- Seam Remoting
- Configuring applications to use Seam Remoting
- Developing Seam Remoting clients and servers
- Debugging Seam Remoting applications
- AJAX4JSF
Oracle Web RowSet - Part1
This article is a two-part series. In this article by Deepak Vohra, we will use the XML document representation of a result set generated with an SQL query to modify a relational database table. You will learn to set the environment, create a Web RowSet, modify a database table with Web RowSet, create a new row, read a row, update a row, delete a row, update the database table and also get acquainted with JDBC 4.0 Version.
Read Oracle Web RowSet - Part1 in fullIntegrating ZK with Other Frameworks
ZK is a great framework but the focus is on the GUI so other frameworks may be needed. This article by Hans-Jurgen Schumacher and Markus Staeuble discusses the integration of ZK with other frameworks. One of the most important frameworks is Spring. This is very often used together with Hibernate. As we will see, it is very easy to integrate ZK with other frameworks. Once it was difficult to use captchas but in the latest ZK versions, ZK supports captchas natively.
Read Integrating ZK with Other Frameworks in fullNew SOA Capabilities in BizTalk Server 2009: UDDI Services
In this article by Richard Seroter, you will learn about the new SOA capabilities in a BizTalk Server 2009, mainly the UDDI services. It seems that Microsoft is reinforcing BizTalk Server's role in a service-oriented architecture by moving their UDDI Services into the BizTalk Server 2009 product. In this article, we discuss what UDDI is, and how to use its capabilities in your environment. You will learn to add services to UDDI registry and also building subscription alerts for service changes.
Read New SOA Capabilities in BizTalk Server 2009: UDDI Services in fullRSS Web Widget
If you're visiting a web page like a blog or news portal which frequently updates its content then you're most likely to see a link for subscribing RSS feed or articles or news. The main purpose of an RSS feed is to provide the latest updates of articles, posts, news headlines, or audio and video, in a standard format—without the need to visit that website. These RSS feeds are stored in specified URLs and can be read using software which are commonly called RSS Readers, Feed Readers or Feed Aggregators. These can be web based applications or desktop based.
In this article by Roshan Bhattarai, we'll see how to create a web widget which displays the links from the RSS feed of a specific URL. By the end of this article, you'll see how we can use Iframe to build a web widget.
Read RSS Web Widget in fullIn-place Editing using PHP and Script.aculo.us
In this article by Sridhar Rao, we will learn about editing the content in the page without moving, dragging, or dropping it. This feature is called in-place editing. The key topics that we are going to explore in this article are:
- Introduction to in-place editing
- In-place editing: Definition and attributes
- Code usage in examples
- Tips and tricks involving in-place editing
- Hands-on example: Handling at the server-side
- Hands-on with InPlaceCollectionEditor
Managing orders in Joomla! and VirtueMart
In the previous article by Suhreed Sarkar, you have seen how to create and manage user groups and assign permissions to user groups. We also saw how to create permission modules and functions that are used for implementing a permission system for special groups. In this article, the last in the series, we will learn about managing orders, viewing an order's details, updating an order's status, creating and managing order status types, and also managing and updating product inventory.
Read Managing orders in Joomla! and VirtueMart in full

