Blogs

UPDATE: We have started providing Drupal Trainings in Delhi Region. Check www.slashnode.in/training for more details. Drupal is a free software package that allows an individual, a community of users, or an enterprise to easily publish, manage and organize a wide variety of content on a website. Hundreds of thousands of people and organizations are using Drupal to power an endless variety of web sites, including Community web portals Discussion sites
Drupal 6.18 and 5.23, maintenance releases which fix security vulnerabilities are now available for download. Drupal 6.19 also fixes other small issues reported through the bug tracking system.
Sparxsys had a fun in Ambience mall in gurgaon on 13th friday 2010! it was simple outing as we have been really working out for many months ...
We currently have an opening for Drupal Developer for our company. The details of the opening is given below. Job Description Build websites using Drupal Content Management System. Customize drupal modules to fit client requirement. Develop custom drupal modules when required to cater to the client requirement. Efficiently use Drupal resources and provide optimum Drupal solutions.
Sparxsys Solutions is a Web Development company based in Delhi. We develop Dynamic websites using Drupal - A Powerful Content Management System. Ashish raise an important question today. He wanted to know how many companies are there in Delhi who work on Drupal just like us. So we both agreed to do a little research on this and we will surely find out and list the number of companies who use Drupal. We will update this blog whenever we discover any company :)
We used to struggle a lot managing multiple Projects and tasks. At any given time we have so many things to do that it was getting impossible to manage all the tasks. Ashish, our Technical Head at Sparxsys took the challenge of finding the perfect solution for solving our Project Management issues.
Image cache is one of the most powerful module.You can just do anything from this module for example: watermarks,scale,crop,overlay and many others. Here Iam going to tell how to use image cache. You simply need to install a module of image cache and enable them,after enabling the module create a image preset and add a action named round corners in that and specify the radius suppose 16px,17px or what ever it suits you. Save preset and refresh to have output
Many of us are new comer in the world of open source and easily get lost in that.Now here i will tell you how to install Adobe flash player in Fedora 11,12,13 .So that it can be easy for you. You need to open Kn-sole (command window).In that Firstly check the Directory by "dirs" command Step 1: Change your directory to desktop Step 2: run this command su -c 'rpm -ivh adobe-release-i386-1.0-1.noarch.rpm' Step 3: turn all the things to yes if system asks. Step 4:After that when it returns to prompt again run this command
Sparxsys Solutions has made live another project . www.medkareindia.com This is a static website that has been build for skin treatment and hair treatment. though it is a static website still it have modules like cck and view which helps out is showing various products of company medkare. On Homepage you will find rich graphical Slider and three various products. It also have a company profile at sidebar.
Many of us while designing has this question in our mind that how to give round curve to a rectangular box in side bar? Somesuggest a image to put in or side image to put but we can do it with the Help of CSS its really easy you just need to go in that box and read the id or class of that box for example: .sidebar or .sidebar .block h3 Now go into the Css file and implemenent this class or Id and in that you need to appy -moz-border-radius: 5px 5px 5px 5px; //5px 5px 5px 5px these are values that can be changed...//