Skip to main content

Posts

Showing posts with the label desktop

App: Vcam - video recorder cum player

Here is a video recorder cum player, i.e., named as vcam that I have developed for one of my client. It can be controlled either internally via provided buttons or externally via javascript. Currently it is showcased as internally controlled. So if anybody required similar solution, please drop me a comment/email. To get the recorded video file link, please click on the Publish button after recording. Note: Since the recorded videos didn't got saved for any useful purpose, so it will be deleted automatically after 2 hours from the time of recording.

App: Number Base Converter

This program is a number base converter. It's working is described below: Number (in base a )  à  Change base from base a to b   à   Number (in base b ) or N a   à  Change base  à   N b where, N a = Number (in base a ) N b = Number (in base b ) Enter the input Number & it's Base and enter the ouput Number & it's Base. Then press convert button.

App: Net Connection Checker

I have developed this net connection checker utility tool to check the net connection at real-time. It is of great help while developing or testing FMS or Red5 based application. The user is only required to put the URL of that media server. Note :  FMS stands for Adobe's Flash Media Server RED5 is a name of an open source media server

App: Project Artificial Intelligence (P.A.I.)

This is a basic chatbot program, that has been launched to evolve itself with time. It is basically made to chat via mobile-sms. While this app uses the same core  to communicate on web. Technical details : Body : the flex 4 has been used to create the user interface for front-end. Brain : the php 5 has been used as server-side language for back-end. Memory : the xml has been used as database. Application - PAI :

App: Gil_TextEditor

I was working on an e-learning project for Gujarat government. The whole content of the project was in Gujarati language. Since nobody in our team had Gujarati background, so it'd become hard to understand or modify the content. The content team, those who were creating the xml files from the requirement documents, were facing lots of time & difficulty while Gujarati content creation process. So I'd developed this tool for making the content developer's life easier. Firstly, I'd analysed the problem, which were: Manual content creation for XML takes a lot of time. Symbols & Gujarati-text is being manually encoded that is error prone and time taking. Manual encoding requires debugging many times to ensure correctness of encoded text. Then, I looked for the worth of doing this, which were: to speed-up the XML development  and debugging  to increase accuracy to ease the encoding of symbols Finally, I had to convince my supervisor that how it fits ...

App: Capture Image via Webcam

This is an online image capturing tool that I'd created originally for my father when he was facing problem while capturing snaps from in-built webcam of his new laptop. He asked me to tell him the correct steps to do so. Since I was describing the steps over phone, it didn't worked. So I thought to make something versatile & easy-to-use tool for him and finally this tool got developed. Here is that image capturing webapp tool: Note: You'll be asked for the webcam access via Adobe Flash Player Setting popup. Here you need to click 'Allow' button. It's screen-shot is given below:

How to LOCK your Workstation?

It is a good practise to lock your workstation to prevent misuse of your workstation for others' benefits. Especially if you've to leave your workstation unattended for a while, in which case your workstation is easily accessable to other people, like your colleague in office, your client, your student, your friend, etc. This article will show you a way to create an clickable icon (as one click solution) on your desktop to lock your workstation while moving away from your workstation. Follow the steps given below: Step 1 : To open Create Shortcut Wizard, right click on the desktop then select New and click on Shortcut in the menu. Step 2 : In Type the location of the item: type %windir%\System32\rundll32.exe user32.dll,LockWorkStation and then click Next Step 3 : In Type the name of the shortcut: type Lock Workstation and then click Finish Step 4 : Now right click on the icon just created and click on Properties . Now in the Shortcut tab click the Change Icon button and i...