XPath Support in Oracle JDeveloper - XDK 11g
XML documents can be used for the transfer of data. The data in an XML document may be retrieved either with the JAXP (Java API for XML Processing) DOM and SAX APIs, or with the JAXP XPath API. Addressing an XML document with XPath has the advantage that a single node may be selected directly without iterating over a node set. In this article by Deepak Vohra, we will explore XPath Support in Oracle JDeveloper - XDK 11g.
Read XPath Support in Oracle JDeveloper - XDK 11g in fullWorking with JavaScript in Drupal 6: Part 2
In the previous part of the article, we saw how Drupal handles JavaScript and we created a JavaScript tool.
In this part by Matt Butcher, we're going to:
- Create a simple theme
- Add JavaScript to a theme
Managing Users and their Profiles in Drupal 6 Social Networking
With our social networking site ready to accept user content, and our roles set up to allow groups of users to contribute to and use our network in different ways, it is time to focus more on our users–specifically, managing users and the settings associated with them, and providing them with tools and options to improve their experience on the site.
In this article by Michael Peacock, you will learn:
- How to install the needed modules
- How to add extra fields to user profiles
- About users, roles, and permissions
Working with JavaScript in Drupal 6: Part 1
In this article by Matt Butcher, we will be working with JavaScript inside of a Drupal environment. We will begin by exploring how JavaScript is included in Drupal pages, and then create our first script for Drupal. While we're not going to cover the basics of the JavaScript language (there are already lots of available resources on the topic), the code we create here will be simple and straightforward.
The purpose of this article is to cover the basics on how JavaScript can be used within Drupal 6. In that regard, this article will serve as a foundation for future JavaScript development. Here are the topics that we're going to cover:
- Serving JavaScript from Drupal
- Creating a first script
Managing Posts with WordPress Plugin
The WordPress backend is very flexible, and can easily be customized to accommodate a lot of different purposes. In this article by Vladimir Prelovac, we shall learn how to customize the Manage Panel. We will also explore the possibility of turning WordPress into a Content Management System (CMS), using methods provided to us by WordPress.
In this article, you will learn how to:
- Customize the Manage Page output
- Use the error message class to handle display of errors
- Use built-in WordPress capabilities to handle user permissions
By the end of this article you will learn how WordPress can transform into a CMS.
Read Managing Posts with WordPress Plugin in fullDesign with Spring AOP
In this article by Massimiliano Dessi, we're going to examine some important design decisions to build better applications. In these design decisions, the AOP plays a significant role because it provides smart solutions to common crosscutting problems.
We will look at the following AOP design solutions:
- Concurrency with AOP
- Transparent caching with AOP
- Security with AOP
Drupal 6 Social Networking: Communicating with Users
Our users can communicate with one another, which is great, but quite often as an administrator the need may arise for us to communicate with a user or users on our site. It may be to remind them about the web site or to inform active users about new changes to the site, which they may not have been made aware of.
In this article by Michael Peacock, you will learn:
- About mailing lists, and how to use them with our Drupal social network
- How to use an offline approach for contacting our users
- How to use blocks of content to get a message across to your users
Data Modeling with ERWin
"ERWin from Computer Associates (CA) is one of the most popular data modeling software in the market. I’ve been using this data modeling tool since its release 3; it’s now at release 7. In this article I’ll show how to create a data model from scratch, starting with logical and physical models, and then forward engineer the physical model to Oracle database". In this article by Djoni Darmawikarta we’ll create a data model for Sales Order, with customer and product data.
Read Data Modeling with ERWin in fullHow to Bridge the Client-Server Gap using AJAX (Part I)
In recent years, it has become common to judge sites based on their use of specific technologies. One of the most prominent buzzwords used to describe new web applications is AJAX-powered. This label has been used to mean many different things, as the term encompasses a group of related capabilities and techniques. This is covered in a two part series. In this article by Jonathan Chaffer and Karl Swedberg, we will learn :
- The technologies involved
- Loading data on demand
- Choosing a data format
- Passing data to the server
Autoproxy in Spring Aspect-Oriented Programming (AOP)
Spring allows us to use "autoproxy" bean definitions, which can automatically proxy selected bean definitions. There are three kind of autoproxies provided for automatic creation of beans. In this article by Massimiliano Dessi, we will look at this in detail.
Read Autoproxy in Spring Aspect-Oriented Programming (AOP) in fullShow Additional Information to Users and Visitors of Your Plone Site
Web sites are not built with content alone. Most sites need additional chunks of contextually-relevant information such as navigation boxes, listings of recent items, and other bits of "sidebar" content. In Plone, these small chunks of content are generally known as portlets. In this article, Jon Stahl shows how to manage the portlets on your web site.
Read Show Additional Information to Users and Visitors of Your Plone Site in fullSocial Bookmarking in Blogger: Part 2
In the previous part of the article we saw the Working of Social Bookmarking and discussed how to Add Bookmarks to Blogs.
In this part by Lee Jordan, we will continue with the addition of Bookmarks to Blogs and see how to attract readers with Links.
Read Social Bookmarking in Blogger: Part 2 in fullAJAX and Connection Manager with Yahoo User Interface (YUI)
The YUI Connection Manager utility provides an almost unequalled interface to AJAX scripting methods used today among the many JavaScript libraries available. It handles the creation of a cross-platform XHR object and provides an easy mechanism for reacting to success and failure responses among others. It handles common HTTP methods such as GET and POST with equal ease for negotiating cross-domain requests. In this article by Dan Wellman, we will explore the functionality of the YUI Connection Manager for providing an excellent interface to AJAX.
Read AJAX and Connection Manager with Yahoo User Interface (YUI) in fullHow to Add Flair to your Actions with jQuery
If actions speak louder than words, then in the JavaScript world, effects make actions speak louder still. With jQuery, we can easily add impact to our actions through a set of simple visual effects, and even craft our own, more sophisticated animations.
jQuery effects certainly add flair, as is evident when we see elements gradually slide into view instead of appearing all at once. However, they can also provide important usability enhancements that help orient the user when there is some change on a page (especially common in AJAX applications). In this article by Jonathan Chaffer and Karl Swedberg, we will explore a number of these effects and combine them in interesting ways.
Read How to Add Flair to your Actions with jQuery in fullSocial Bookmarking in Blogger: Part 1
Blogging is not done in a vacuum. We are all looking for ways to attract readers and share our message. Social bookmarking will help you find new readers and measure successful posts. In this part of the article by Lee Jordan, we will see the working of Social Bookmarking. We will also discuss how to add Bookmarks to Blogs.
Read Social Bookmarking in Blogger: Part 1 in full

