Laptops
| 1
min read
Lenovo G500 59-38 3022
i3 DOS/ I3-3110M/ 15.6 WXGA LED/ 2G(1*2GBDDRIII1600)/ 1TB 5400RPM/ 1GB Graphics/ DOS/ BLACK/ 1 Year Onsite.
Amount Rs. 34,490.00
Lenovo G500 59-380860
i3 DOS/ I3-3110M/ 15.6 WXGA LED/ 2G(1*2GBDDRIII1600)/ 500G 5400RPM/ INT Graphics/ DOS/ BLACK/ 1 Year Onsite.
Amount Rs. 31,750.00
HP 15-D017TU
Intel Core i3-3rd Gen, 2GB DDR3 Ram,500GB Hard disk,15.6" Screen, DVD Writer, Wifi, Bluetooth, Camera, Dos.
Amount Rs. 31,000.00
Laptops
| 1
min read
Lenovo G505s 59-380131
AMD QC OS Graphics/ A10-5750M/ 15.6 HD LED GLARE(FLAT)/ 4G(1*4GBDDRIII1600)/ 1TB 5400RPM/ ATI SUN PRO8570 DDR3 2G/ WIN8/ BLACK/ 1 Year Onsite
Amount Rs. 43,600.00
Lenovo G505 59-379528
AMD QC DOS/ A4-5000/15.6 HD LED GLARE(WEDGE)/2G(1*2GBDDRIII1600)/ 500G 5400RPM/ INT Graphics/ DOS/ BLACK/ 1 Year Onsite.
Amount Rs. 29,490.00
Laptops
| 2
min read
1. HP 15-D008TU LAPTOP ---- Windows 8.1
(4TH GEN PDC N3510/ 2GB(Unused Slot - 1)/ 500GB/ 15.6 inch/ Intel HD Graphics/ 4 cell/ 2.5 kg/ 1 Year Warranty/ WINDOWS8.1, SPARKLING BLACK.
Amount Rs. 28,990.00
2. HP 15-D009TU LAPTOP
(4TH GEN PDC N3510/ 2GB(Unused Slot - 1)/ 500GB/ 15.6 inch/ Intel HD Graphics/ 4 cell/ 2.5 kg/ 1 Year Warranty/ DOS, SPARKLING BLACK.
Amount Rs. 25,500.00
Price Lists
| 2
min read
We have been providing IT solutions to home users for the last Seven years and we have realized that most customers who come to us come with a base configuration possibly recommended by friends/colleagues. The problem with this is that one kind of spec does not always have to apply to every need. We have compiled Seven base configurations of desktop computers and have published them here as a standard reference in terms of prices and specifications. The target users are typical home users, gamers/students and SOHO entrepreneurs.
Drupal Technical
| 3
min read
One of our Drupal clients wanted to make the current image of the slideshow in a page as the background of other pages. It is possible to achieve this effect using a combination of jQuery and Ajax. Read on to know how to make the current image of slideshow in a page as the background of related pages in a Drupal site.
News
| 3
min read
Lines of code is typically indicative of effort that goes towards software development. So how do you count lines of code in your PHP application (or for that matter any specific types of files in any application). You can't manually open and count files, that would be a big waste of time. The *nix shell has a powerful set of tools that can help you count lines without having to do it manually.
find . -name "*.php" | xargs wc -l | awk '{print $1}' | awk '{total = total + $1}END{print total}'
Application Development
| 2
min read
We had recently conducted a session on Drupal at FOSSMeet 2014 at NIT, Calicut. The session was on introducing Drupal as a Rapid Application Development (RAD) Framework for Startups. The session was aimed at young entrepreneurs who are looking to take their next big idea online. The following presentation was used for the workshop.
Drupal Technical
| 1
min read
What do you do if you have to take your Drupal site into maintenance mode from the command line? Well you can do this easily if you have drush set up on your server. With drush you can do quite a lot powerful drupal administration tasks right from the command line.
In Drupal 6
The following drush command will take your Drupal site offline
drush vset site_offline 1
The following drush command will take your Drupal site back online
drush vdel site_offline
In Drupal 7
Technical Solution
| 2
min read
I am assuming that you have root access on the server without which the following instructions won't work.
First you have to cd to the directory corresponding to your mailing list. All mailing list settings will be kept at
/usr/local/cpanel/3rdparty/mailman/lists/