Category Archives: Thinking

This category is just about some ideas and thinking comes to my mind.

Bug reporting

When you finish a website, or a project, you would like to get the feedback and to find the bugs you might have on your website as soon as possible. There are some options to use: 1- Asking your users … Continue reading

Posted in Thinking | Leave a comment

How to write a simple FTP program with Delphi 2007

This is a simple program with Deplhi 2007, you can download the exe file from (Download FTPUpload.exe) unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Buttons, IdBaseComponent, IdComponent, IdTCPConnection, IdTCPClient, IdExplicitTLSClientServerBase, IdFTP, ExtCtrls, ComCtrls; … Continue reading

Posted in Thinking | Leave a comment

How to link your personal email and your email in gmail

        If you have two emails and you would like to check both emails in one email, here is the steps you need to follow: In this article we assume you have one personal email and one … Continue reading

Posted in Thinking | Leave a comment

The ‘Microsoft.ACE.OLEDB.12.0′ provider is not registered on the local machine

I was trying to import one excel file (2010 version) into mssql server with SQL Server Management Studio and keep getting that error. Solution which solved my problem: I found this website http://blogs.msdn.com/b/farukcelik/archive/2010/06/04/accessing-excel-files-on-a-x64-machine.aspx  and followed the steps and didn’t work. … Continue reading

Posted in Thinking | Leave a comment

Finish minesweeper game in 1Sec

Everyone has seen windows minesweeper game which is installed by default in all windows. But not everyone is familiar with the way it works. It is very simple, the goal in this game is to find the mines, which are … Continue reading

Posted in Programming, Thinking | 12 Comments