SmartSync – Sync your iPhone with Facebook!

SmartSync keeps your iPhone contacts up-to-date with their latest profile pictures and information from Facebook. In just a few minutes of setup you will be able to view your contacts latest profile pictures when they call you and when you call them.

FEATURES

View your contacts profile pictures from Facebook when they call you and when you call them.
Enrich your contacts with missing information from Facebook (birthdays, current address, company & job title).
Birthdays list – View all your contacts birthdays in one convenient place.
Smart matching algorithm automatically finds the matching Facebook friend for each contact.
Data protection – SmartSync will not overwrite your existing contact pictures or information unless you want it to.
Easy conflict resolving with best match suggestions in case a perfect match is not found for a contact.
Visual contact list with Facebook integration – Access your friends profiles or send them messages with a tap of a finger.
Option to fix contacts names with the correct names from Facebook.

COMPATIBILITY:

Compatible with iPhone.
Requires iPhone 3.0 Software Update.

Download Now!

SmartSync is available on the iPhone App Store. Download Now!

Download from Mediafire (Cracked) - Download Now!

If you are not sure about a program and want to run it. this is the perfect solution.

Sandboxie allows you to run programs without  affecting the system. You can download it for free by visiting www.sandboxie.com. But if you want following features, will have to pay €29 Euros

Introduction to Sandboxie

Sandboxie runs your programs in an isolated space which prevents them from making permanent changes to other programs and data in your computer.

The red arrows indicate changes flowing from a running program into your computer. The box labeled Hard disk (no sandbox) shows changes by a program running normally. The box labeled Hard disk (with sandbox) shows changes by a program running under Sandboxie. The animation illustrates that Sandboxie is able to intercept the changes and isolate them within a sandbox, depicted as a yellow rectangle. It also illustrates that grouping the changes together makes it easy to delete all of them at once.

Benefits of the Isolated Sandbox

Running Application inside Sandboxie

Running application inside Sandboxie is so simple. You can right click on program icon > Run Sandboxed

If you open sandboxie, will able to see which programs are running on.

More Info

Tutorial: Getting Started with Sandboxie

General Usage Tips for using Sandboxie

Usage Manual for Sandboxie Control

Known Conflicts with other programs

Frequently Asked Questions

Advanced Topics


Reference for error and informational SBIE Messages

Sandboxie Start Command Line parameters

Configuring Sandboxie through Sandboxie Ini

If your WAMP Server System tray Icon turned into yellow  and not working, Try following steps.

1. Click on WAMPServer System tray icon > Restart All Services

If icon still appears yellow,

2. Click on Icon > Apache > Service > Test Port 80 and See which program blocks WAMP/Apache default port 80

In my PC, I have installed Skype and it uses  port 80 to do communication. You can change it by Opening Skype > Tools > Options > Advanced > Connections

Uncheck “Use port 80 and 443 as alternatives for incoming connections.” And Restart WAMP.

If problem still exists,

3. Click on WAMP icon > Apache > httpd.conf

Search for “Listen 80″ in the file. and replace “80″ with “81″ one or some other port number you want. And restart WAMP.

If default port is changed, you will have to add port number at the end of “localhost” to access. Ex – “http://localhost:81/”

1. Download and Install Notepad ++ if you don’t have.
http://sourceforge.net/projects/notepad-plus/files/

2. Download and Install MinGW compiler and JDK.
http://www.mingw.org/
http://java.sun.com/javase/downloads/index.jsp

3. Set Up environment variable for compiler.

m1

4. Download and Extract these files to Notepad ++ installation directory.
http://www.mediafire.com/?zzt1ongn2wn

1

5. Open Notepad ++, Goto Run > Run …

2

6. Paste these into text box there one by one and click “Save”.

3

Compile (C)
“$(NPP_DIRECTORY)\compilec.bat” $(CURRENT_DIRECTORY) $(FILE_NAME) $(NAME_PART)

Run (C)
“$(NPP_DIRECTORY)\runc.bat” $(CURRENT_DIRECTORY) $(NAME_PART)

Compile (Java)
“$(NPP_DIRECTORY)\compilejava.bat” $(CURRENT_DIRECTORY) $(FILE_NAME)

Run (Java)
“$(NPP_DIRECTORY)\run.bat” $(CURRENT_DIRECTORY) $(NAME_PART)

7. If you done all correctly, new Features will appear on Run menu.

4