
Drupal Technical
| 3
min read
The Views module in Drupal provides a Feed display that will allow for site owners to publish the content on their sites as RSS feeds. However, unlike a page or block display, the feed display does not allow for addition of custom tags inside the feed using the Views administration UI. There is however a way to add custom tags, attributes and values into the generated feed using hook_nodeapi.

Drupal Technical
| 2
min read
If you use drupal as a blogging platform you would want to auto tweet your new posts on to twitter. Twitter and Shorten module provides you with the basic framework required to do this and all you will need to get it working is to configure these modules. There is also a small patch that has to be applied to the twitter module (until the patch goes into the CVS) to allow the use of shortened URLs in the tweet.

Hardware
| 2
min read
Lenovo announced the latest additions to its Idea brand of personal computers for consumers. The new PCs push the envelope in the pursuit of thinner and more stylish designs, and combine these attributes with unique features like facial recognition and high-definition entertainment technologies to give consumers a computing experience like no other. These Desktops are built for the needs of small and medium businesses (SMB) all the way up to large corporations, the AIO delivers a compelling alternative to the traditional desktop PC's.

Hardware
| 7
min read
Lenovo has launched it’s ultra-portable S10-2 ideapad netbook.It has the 1.6GHz Intel Atom N280 processor and 945 GSE express chipset.The Lenovo IdeaPad S10 is a good choice for the users who have to perform simple activities such browsing the Internet, checking and writing e-mails, listening to music and running basic applications.

Announcements
| 1
min read
The following is the list of holidays at Zyxware for the year 2010. This may change as per government norms.

Technical Solution
| 4
min read
Asianet Dataline is an ISP in Kerala and they use a web browser based authentication system to log the user onto their network. One of their most popular plans the - Homenet 475 offers free unlimited downloads from 2AM to 8AM. Now if there was a way to turn on your system at 2AM, automatically login to Asianet and turn your download manager on and then shutdown at 8AM it would have been perfect. The only problem is that the http based authentication system makes it a bit unwieldy to automate. Well not really :-). We have created a bash script to automate this login process.