Tag Archives: Techies
Keith Dsouza-Proto.in Episode on Twitter

The Proto.in – Keith Dsouza Episode Lesson

Keith Dsouza in less than half a dozen tweets, undoubtedly, exposed how even after months of meticulous planning an event might fail to impress and even leave some people sour, when the organizers forget something as simple/important as customer delight.
To summarize the happenings quickly: 2 years back when Proto.in, a premium tech event to give [...]

Read full storyComments { 3 }

10-Week (Actually 13-week now) Free AJAX Programming Online Course

Mr. Shang Shin who works for the Sun Microsystems is offering a 10 week free course on AJAX programming. The course is already half way thro’ (It started from August 4th, 2006) goes on till December 8th, 2006. All the late comers don’t worry cauze the course material and tutorials till date have been archived [...]

Read full storyComments { 0 }

ICICI Mobile Banking application security analysis

Here’s a cool analysis of the ICICI mobile banking application. It’s a long post, but a good read.
Go here to read it.

Read full storyComments { 5 }

Microcontroller final year projects by Cornell University Students

Students at Cornell University were given the responsibility of choosing, designing and building a microcontroller project,. This year’s projects include laser pong, air guitar, an evolving neural robot, and a USB host controller.
http://instruct1.cit.cornell.edu/courses/ee476/FinalProjects/
During the last 5 weeks of the semester in ECE476, Microcontroller Design, students have to combine sensors, actuators, microcontrollers, and mathematical techniques to [...]

Read full storyComments { 170 }

Mckremie Solutions

If you are planning to start a new website/blog or a online firm then the first thing which you should concentrate is the web hosting part. There are certain criteria which should be looked upon when selecting your host and on the top of the list should be the uptime. It should be close to [...]

Read full storyComments { 0 }

19 mistakes a webmaster should never make

Josiah Cole has some useful tips on the kind of bloopers webmasters can avoid on their blogs or websites. Sample this
If your website does not work in Firefox, welcome to 2007 DUMBASS. Yes in most markets Firefox only commands at most a 10-15% market share, but for some sites it’s much higher (my other site [...]

Read full storyComments { 9 }

Keylogging fun for C/C++ Beginners

The examples below are for beginners in C/C++ with some basic knowledge of the windows – API.
1. Global hook
Hook: A hook is a point in the system message-handling mechanism where an application can install a subroutine to monitor the message traffic in the system and process certain types of messages before they reach the [...]

Read full storyComments { 28 }

How to get access to various FTP sites

You all know or should know that there are SEVERAL ways to do something, they all might be right.I’m going to show you the most simple but most rewarding also (in my opinion) way to get access to ftps.You start with downloading DC++ from google. For all of you who don’t know what DC++ is [...]

Read full storyComments { 7 }

Blogging code of conduct

Following the events where Kathy Sierra, a popular geek blogger had to cancel conference visits because of the death threats that were issued to her, things have come to a head. Chris Locke a.k.a Rageboy, the person behind the forum where the threats supposedly originated and Kathy Sierra issued a joint statement on CNN last [...]

Read full storyComments { 4 }

Interval Timer in c

All you will need is a c compiler and your set. Here we go

#include <time.h>
This header enables the use of many functions to do with time, one of which is the clock_t function. We’ll delve into the clock_t function a bit later.
#include <stdio.h>
The <stdio.h> header lets use use about 60 functions like [...]

Read full storyComments { 3 }
Page 1 of 512345