Drupal Technical
| 1
min read
Drupal’s Devel module provides a wide range of functionalities that make a Drupal developer’s life much saner. Of these, the most useful one is the function dpm() which seems to have a twin clone - dsm().
For those who are unaware, dpm() is a highly useful function for neatly printing (pretty printing) arrays/objects etc in drupal. There is also a function dsm() in the devel module, which seems to do the same thing.
Then which is the correct one?
Technical Solution
| 2
min read
If we are using a custom font on our webpage and if that particular font is not installed on a user’s computer, then there is a good chance that our website would become unreadable. One of the best solutions to overcome this scenario would be to embed the said font file into the CSS in the webpage source. Checkout the most simple method of embedding fonts within a CSS.
Drupal Technical
| 2
min read
The UC eCheck.Net module is a Drupal module that implements eCheck payments using Authorize.Net's eCheck.Net service and is a popular module for online shopping websites using Drupal for making payments along with Ubercart. The module was officially released for Drupal 6. We have managed to release the updated version of UC eCheck.Net to work with Drupal 7 and is available for download.
Technical Solution
| 2
min read
The Huawei USB modem that comes with new Reliance Netconnect+ mobile broadband connections might not work out of the box on an Ubuntu 11.10 box if the device id of the modem is 12d1:1505. Plug the modem into a usb port and run lsusb and check if the following line appears in the output - ID 12d1:1505 Huawei Technologies Co., Ltd - and if it does then read on to see how to get this modem working on your computer.
Create a file named 12d1:1505 inside /etc/usb_modeswitch.d/ and copy the following into the file
DefaultVendor= 0x12d1
DefaultProduct=0x1505
Announcements
| 3
min read
We had recently received the opportunity to provide video conferencing and live streaming services for the recently concluded fourth International FOSS Conference conducted by ICFOSS which was conducted from till 27-12-11 and concluded on 29-12-11. The technical support we offered was designed to be simple and can be replicated with minimum of effort to cover any other Free Software event. We have created an article on the technical aspects of setting up video streaming in Ubuntu and posted it on Ubuntu Manual. Check out the post on How to stream your webcam videos live online using Ubuntu. Feel free to share it with other FOSS enthusiasts who want to organise similar FOSS related events.
Technical Solution
| 3
min read
We had sometime back released an automatic login script for Asianet broadband connections. We had since then signed up for Reliance broadband at one of our offices and had to set up something to connect to the connection automatically. The auto login script for Reliance broadband that we created has been published via our github account as Free Software under GPL.
Drupal Technical
| 3
min read
By default Drupal 7 has two types of views - The Full node view and the Teaser view. This has been the case for all previous versions of Drupal. However if your requirements are different, then you might have to create a custom view that is tailored to meet your specific needs. Check out how to create a simple custom “View mode” for nodes in Drupal 7.
Announcements
| 2
min read
The following is the list of holidays at Zyxware for the year 2012. This may change as per government norms.
Technical Solution
| 1
min read
PostgreSQL commonly known as Postgres is an open source object-relational database system which has been around for more than 15 years. PostgreSQL is well reputed with a lot of awards to its name.It runs on all major operating systems, including Linux, UNIX (AIX, BSD, HP-UX, SGI IRIX, Mac OS X, Solaris, Tru64), and Windows. Learn how to install PostgreSQL client and PostgreSQL server in Ubuntu with this step by step tutorial.
Technical Solution
| 1
min read
Networking in Ubuntu means that you will need to know how to conduct Samba server configuration. Samba is the standard Windows interoperability suite of programs for Linux and Unix. Samba server configuration is essential to seamlessly integrate Linux/Unix Servers and Desktops into Active Directory environments. Here is a step by step tutorial that will walk you through each stage of network configuration using Samba Server in Ubuntu.