Tuesday, May 10, 2011

10 File Copy Software Tested for FAST COPYING

  • 10 File Copy Software Tested for FAST COPYING

Copying or moving files depends on the hard drive’s speed (5400RPM, 7200RPM, SSD) and it also depends on the interface such as (PATA, SATA, SCSI).

However, it is still possible to shorten the duration in copying or moving files if you use third party software to do it instead of relying on the Windows built-in function


Monday, April 25, 2011

How to remove applications from facebook?

How to remove/delete applications from facebook?

If you are tired so much rubbish apps on fb and want to get rid of a Facebook application? below steps will guide you how to remove/delete apps ....

Login to facebook account, click on the Account button at the top right of the page and then select the option that saysPrivacy Settings.

 

Now click on the link that says Edit your settings.”

Now, In frontt of the “Apps you use” , click on the Edit Settings.

Now you will see a list of all the applications you have authorized. On that list, click on the x in Front of the app you want to remove.

Thursday, April 21, 2011

Excel Macro - Convert CSV files into single Excel Sheet

Excel Macro - Merge all CSV files from selected folder and then convert it into single Excel Sheet (xls format)

Following macro will ask user to select a folder with csv files,

-Then merge all csv files into single file

-Then convert the merged csv file into excel sheet with xls format

-Finally you will get all the data from multiple csv files into single excel sheet (xls format) :-)


' Start Code

Declare Function OpenProcess Lib "kernel32" _
(ByVal dwDesiredAccess As Long, _
ByVal bInheritHandle As Long, _
ByVal dwProcessId As Long) As Long

Declare Function GetExitCodeProcess Lib "kernel32" _
(ByVal hProcess As Long, _
lpExitCode As Long) As Long

Public Const PROCESS_QUERY_INFORMATION = &H400
Public Const STILL_ACTIVE = &H103

Public Sub ShellAndWait(ByVal PathName As String, Optional WindowState)
Dim hProg As Long
Dim hProcess As Long, ExitCode As Long
'fill in the missing parameter and execute the program
If IsMissing(WindowState) Then WindowState = 1
hProg = Shell(PathName, WindowState)
'hProg is a "process ID under Win32. To get the process handle:
hProcess = OpenProcess(PROCESS_QUERY_INFORMATION, False, hProg)
Do
'populate Exitcode variable
GetExitCodeProcess hProcess, ExitCode
DoEvents
Loop While ExitCode = STILL_ACTIVE
End Sub

Sub Merge_CSV_Files()
Dim BatFileName As String
Dim TXTFileName As String
Dim XLSFileName As String
Dim FileExtStr As String
Dim FileFormatNum As Long
Dim DefPath As String
Dim Wb As Workbook
Dim oApp As Object
Dim oFolder
Dim foldername

'Create two temporary file names
BatFileName = Environ("Temp") & _
"\CollectCSVData" & Format(Now, "dd-mm-yy-h-mm-ss") & ".bat"
TXTFileName = Environ("Temp") & _
"\AllCSV" & Format(Now, "dd-mm-yy-h-mm-ss") & ".txt"

'Folder where you want to save the Excel file
DefPath = Application.DefaultFilePath
If Right(DefPath, 1) <> "\" Then
DefPath = DefPath & "\"
End If

'Set the extension and file format
If Val(Application.Version) < 12 Then
'You use Excel 97-2003
FileExtStr = ".xls": FileFormatNum = -4143
Else
'You use Excel 2007
FileExtStr = ".xlsx": FileFormatNum = 51
'If you want to save as xls(97-2003 format) in 2007 use
'FileExtStr = ".xls": FileFormatNum = 56

End If

'Name of the Excel file with a date/time stamp
XLSFileName = DefPath & "MasterCSV " & _
Format(Now, "dd-mmm-yyyy h-mm-ss") & FileExtStr

'Browse to the folder with CSV files
Set oApp = CreateObject("Shell.Application")
Set oFolder = oApp.BrowseForFolder(0, "Select folder with CSV files", 512)
If Not oFolder Is Nothing Then
foldername = oFolder.Self.Path
If Right(foldername, 1) <> "\" Then
foldername = foldername & "\"
End If

'Create the bat file
Open BatFileName For Output As #1
Print #1, "Copy " & Chr(34) & foldername & "*.csv" _
& Chr(34) & " " & TXTFileName
Close #1

'Run the Bat file to collect all data from the CSV files into a TXT file
ShellAndWait BatFileName, 0
If Dir(TXTFileName) = "" Then
MsgBox "There are no csv files in this folder"
Kill BatFileName
Exit Sub
End If

'Open the TXT file in Excel
Application.ScreenUpdating = False
Workbooks.OpenText Filename:=TXTFileName, Origin:=xlWindows, StartRow _
:=1, DataType:=xlDelimited, TextQualifier:=xlDoubleQuote, _
ConsecutiveDelimiter:=False, Tab:=False, Semicolon:=False, Comma:=True, _
Space:=False, Other:=False

'Save text file as a Excel file
Set Wb = ActiveWorkbook
Application.DisplayAlerts = False
Wb.SaveAs Filename:=XLSFileName, FileFormat:=FileFormatNum
Application.DisplayAlerts = True

Wb.Close savechanges:=False
MsgBox "You find the Excel file here: " & vbNewLine & XLSFileName

'Delete the bat and text file you temporary used
Kill BatFileName
Kill TXTFileName

Application.ScreenUpdating = True
End If
End Sub

' End code
Source: rondebruin . nl / csv . htm 

http://we-love-to-share.blogspot.com csv to excel xls format ... Hope this share will help you :-)

Saturday, March 19, 2011

Google Adsense Error - The publisher must be associated with the developer account . . .

 
AdSense - The publisher must be associated with the developer account before the developer can invoke operations on the publisher's account
You may be unfortunate unlucky enough to face this error when you try to switch on AdSense for your Blogger blog:
"The publisher must be associated with the developer account before the developer can invoke operations on the publisher's account."
Follow simple steps to get out of this error and work with adsense account hassle-free :-)
Just goto Home -> Accounts Settings -> Access and Authorization -> view 3rd-party access

Now under where it says "Hosts " you may see a blogger.com entry with a link next to it "enable access".

Click the link "enable access", and you're back in business :)

 

 

 

This is how it works. Simple :)

Saturday, March 12, 2011

Best Blog Editors - Write blogs posts in a simplest way

Best Choice Editors for Regular Blogger - Make Blogging Easy and Simple

1st. SCRIBEFIRE EXTENSION FOR GOOGLE CHROME AND FIREFOX
2nd. SCRIBEFIRE EXTENSION FOR GOOGLE CHROME AND FIREFOX
3rd. SCRIBEFIRE EXTENSION FOR GOOGLE CHROME AND FIREFOX
4th. SCRIBEFIRE EXTENSION FOR GOOGLE CHROME AND FIREFOX
AND AND AND 
MY FIFTH (5TH) CHOICE FOR BEST EDITOR IS ALSO SCRIBEFIRE

I am really loving it guyssss... 

Chrome Extension ScribeFire is a Blog Editor

ScribeFire is “a full-featured blog editor lets you easily post to all of your blogs“! I am very happy the extension has been added to the Google Chrome Extensions library, and i am sure Firefox users are already familiar with it. With this nice extension You can post to all of your blogs regardless of platform including Blogger, WordPress, Posterous, Tumblr, etc. directly from ScribeFire. Adding a video demo below to help you on how to set it up and show you some nice tips. Use it once and you will use it forever.

Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
Design by Free WordPress Themes | Bloggerized by Lasantha - Premium Blogger Themes | fantastic sams coupons