News Ticker

Latest Posts
Browsing Category "How Tos"

How to Impress Girls in College Life without being Rich & Creepy

- Thursday, July 16 No Comments

How to Impress Girls in College Life without being Rich & Creepy NewVijay


Yo Guys, Hows going? So you have taken admission in college and now looking for make new network with friends or the girlfriends. yeah welcome, today we are going to learn how to make friendship with any girl in college and all such related tips and tricks. First keep in mind we are going to impress girl by our personality & attitude without being rich & creepy.
"TO IMPRESS ANY GIRL YOU NOT NEED TO BE RICH"

Tips: You should implement at College Event:
    
    First you need to gather info about her likes, what she likes, how she react, how she look at other
    
    Then you need to make your good image in respective college by participating in different-different activities which she likes.

    Must take part in, where is she taken, it will be good chance to start communication. (if she talk with you then start communication, don't you need to talk with her first)
    
Tips: You should implement in Regular College Days:

    Stay calm and happy, Always keep smile on your face and respect others. by doing this you will success to make awesome personality image in others mind.
    
    Don't speak any vulgar or bad words and fighting in college.

    Wear such cloth which suite your personality and get you comfortable.
    
    Make yourself neat & clean, stop increasing much beard, suitable hairstyle, good looking college bad.
    
    Don't tell your girlfriend's name to everyone and what's going between you and she.

    Look in her eye everyday until she come to know you are watching her, but don't too much stare and don't smile.
    
    Check inside the classroom, when you pass through her class.
    
    Wait on college gate until she arrive.
    
    In break or free lecture slowly pass by her without looking.
How to Impress Girls in College Life without being Rich & Creepy NewVijay
So Guys. These were the small effective tips to impress any girl in your college. It was my one of the friend's experience and finally he got that girl by following such tips. Just you need to cycle it everyday and each event to make your friendship stronger. and once you get connected with that girl you can request for social network's details and then after everything will happen as planned.
"DON'T FORGET TO FOCUS ON STUDY AS WELL"
You can comment out your professional tips & tricks to get mention in this post and don't forget to share this tips with your friend who is looking for girlfriend. Good Luck :)

How to get User Location in JavaScript / jQuery PHP Website

- Monday, June 22 No Comments
How to get User Location in JavaScript / jQuery PHP Website-newvijay

Solution : 1




The HTML5 geolocation API will get you the user's latitude and longitude (assuming they opt in). If you need to get info such as the city, country, or postal code, you'll need to use a reverse-geocoding web service. There are plenty of those out there:

    Google
    Bing
    etc

So take your pick... just make sure to look at the terms & conditions and be sure you won't be in violation once the site goes live.

You should be able to find code samples by googling around a bit, it's a fairly common use case. The steps will be:

    Get the user's lat/lng with your existing code.
    Make an AJAX (JSONP) call to request the reverse-geocode (use your Geocode provider to figure out what URL to use. eg, for Google it is like this).

    Parse the JSON response to extract the info you need (country, city).




Solution : 2


Try this code using the hostip.info service:

$country=file_get_contents('http://api.hostip.info/get_html.php?ip=');
echo $country;

// Reformat the data returned (Keep only country and country abbr.)
$only_country=explode (" ", $country);

echo "Country : ".$only_country[1]." ".substr($only_country[2],0,4);


Solution : 3

MaxMind GeoIP is a good service. They also have a free city-level lookup service.

How to Parse Cloud Code relational query syntax

- Sunday, June 21 No Comments
How to Parse Cloud Code relational query syntax newvijay






 Question:
I have a cloud function on Parse. When it's called it retrieves a PFObject then adds a relation between that object and the user. This part works fine (Seen towards the end of the function). I'm having trouble getting the query that selects the PFObject to ignore those that the user is already related to

I'm sure i'm just not understanding how the relation query syntax works.



Parse.Cloud.define("NextMedia", function (request, response) {

    var LikeRequest = Parse.Object.extend("LikeRequest");
    var query = new Parse.Query(LikeRequest);

    query.equalTo("completed", false);
    console.log("user: " + Parse.User.current().id);

    query.notEqualTo("user", Parse.User.current());

    // Also only fetch if never been sent before
    // HERE SHOULD USE THE BELOW RELATIONSHIP
    var innerQuery = new Parse.Query(Parse.User);
    innerQuery.exists(Parse.User);
    query.matchesQuery("sentTo", innerQuery);

    query.ascending("createdAt");

    query.first({

        success: function (object) {
            // Successfully retrieved the object.
            console.log("Got 1 object: " + object.get('mediaId'));

            // Record that the user has been sent it
            var user = Parse.User.current();
            var relation = object.relation("sentTo"); // RELATION ADDED HERE

            relation.add(user);
            object.save();

            response.success(object);
        },
        error: function (error) {
            console.log("Error: " + error.code + " " + error.message);

            response.error("Error getting next mediaId");
        }
    });
});




Answer:

I think Kerem has it partially correct but notContained in is not dynamic enough for your case. You need to construct the query from the relation and then use doesNotMatchKeyInQuery to exclude those objects from your outer query.

This stretch:

// Also only fetch if never been sent before
// HERE SHOULD USE THE BELOW RELATIONSHIP
var innerQuery = new Parse.Query(Parse.User);
innerQuery.exists(Parse.User);
query.matchesQuery("sentTo", innerQuery);
Could be changed to:

// Also only fetch if never been sent before
query.notContainedIn("sentTo",[Parse.User.current()])


what about Query Constraints?

If you want to retrieve objects that do not match any of several values you can use notContainedIn

  // Finds objects from anyone who is neither Jonathan, Dario, nor Shawn
query.notContainedIn("playerName",
                     ["Jonathan Walsh", "Dario Wunsch", "Shawn Simon"]);

How to Increase Internet Speed in your Android Smartphone

- Sunday, December 7 No Comments

The holidays are coming and you know what this means — everyone who came home is helping to hog the home Wi-Fi. It is also the time of the year when we are treated with plenty of online content which can zap your data plan faster than you can say "What’s for dinner?".

Despite the availability of 3G and 4G cellular communication technologies which allow us to have access to the Internet wherever we are, it doesn’t hurt to get a bit of a boost when it comes to getting a faster Internet connection.

Here are 5 Android apps that can help boost speeds to tolerable levels, and help you survive the long holiday gatherings. Note that some of them only work with rooted devices.

Internet Booster & Optimizer


Internet Booster & Optimizer is an Android app thatcomes with a series of commands that prioritizes the browser among the other applications that are using the Internet. This means that one can dig out more speed from the available Internet connection. It usuallypauses the secondary apps that are using Internet, cleans RAM & cache memory and flushes the DNS to make sure that most of the Internet speed is utilized by browser only. [DOWNLOAD]

Faster Internet 2X


Faster Internet 2X provides a convenient way to get more speed from 3G and 4G cellular networks. The app is designed using special programming scripts that will boost the Internet speed to approximately twice of what’s available. This provides a better Internet user experience.It works fine with both rooted and non-rooted Android phones. The app displays ads that can be disabled.

Internet Speed Booster


Internet Speed Booster isan easy-to-use app with a sleek and minimal design. It uses a unique algorithm that can increase the Internet Speed of your Android device with a single tap of your finger. Internet Speed Booster app is designed in a way that has it working impeccably with rooted as well as non-rooted Android devices.

Internet Booster (Root)


Internet Booster (Root) uses a different method for getting more out of the available Internet connection. It basicallychanges the configurations of system ROM to increase the Internet speed to 40% to 70% higher than before. Internet Booster (Root) only works with Rooted Android Devices which means one shouldallow the Super User privileges to run this application properly.

Free Internet Speed Booster


Free Internet Speed Booster is another Android app which could possibly help you get rid of the slow Internet speed. It increases the Internet speed from 40% to 80% more than usual byimproving the Ping latency, halting the unnecessary background apps and managing a balance between parallel connections. Free Internet Speed Booster does not require a rooted Android device.

How to Install Android 5.0 Lollipop in Galaxy Nexus

- Monday, November 10 No Comments
We have included the instructions from the XDAdeveloper forum below. install at your own risk, all credit to MWisBest:


How-To1st FML Flash:


1. Do a backup in recovery and (optionally) backup apps with Titanium Backup or something similar.

2. Factory Reset in recovery (wipe data (NOT /SDCARD THOUGH), dalvik-cache, cache)

3. Wipe /system in recovery.

4. Flash ROM in recovery.

5. Flash GApps in recovery.

6. Reboot, and be patient. First boot takes a while.

Subsequent FML Flashes, unless otherwise instructed:


1. Do a backup in recovery and (optionally) backup apps with Titanium Backup or something similar.

2. Wipe /system, cache, and dalvik-cache in recovery.

3. Flash ROM in recovery.

4. Flash GApps in recovery.

5. Reboot, and be patient. First boot takes a while.

NOTE: You can probably get away with just wiping the 2 caches without wiping /system, however if any issues occur please re-test with a /system wipe.

Flashing the TWRP .img:

For this you can either use fastboot or the Flashify app, however I'm not going to delve into the details of that as it's really more deserving of a separate thread to fully explain.

Latest Build





LOLLIPOP INFO:

These builds are very early! They aren't daily-driver-stable, but they are progressing extremely fast. They don't include the usual FML optimizations either, but they are surprisingly snappy already...


They are EXTREMELY MINIMAL! Not even SetupWizard is included. I used the PA GApps, "Nano", as the base for it.

Known Issues:
- EXT4 ONLY CURRENTLY! F2FS will be OK for the next build though!

- Stock Camera app isn't working yet. Aftermarket ones, such as Camera ZOOM FX, might work however.

- Mobile data and MMS, isn't working on (at least) the LTE Galaxy Nexuses, however phone calls and text messages should be OK.

- Various other things I'm sure are lurking.

How to install Autodesk 3ds Max 2015 in some other Drive

- Friday, August 1 No Comments


Hello, Guys. So you are facing difficulty in installation of Autocade 3DS MAX 2015 or any version? Now you not need to worry about that, Its solved. we are here to provide one solution. This solution has worked really fine in my case.

Problem : When I was installing 3DS MAX 2015 in my laptop its show you don't have sufficient space to install this software. I got stuck over there. I changed my installation path to another drive, again the same problem occur.

Finally I know that my C: drive has not that much space to create TEMP directory for installation process. I performed two operation for cleaning up my C: drive so installation process get start.

Solution:

1. Press Windows + R -> type %TEMP% -> press enter ( select all items and delete all )
2. Run CCleaner as Administrator -> Go to Cleaner : Click Analyze and Run Cleaner.

Or you can uninstall any of unwanted application from C: drive for Autodesk installation. Keep in mind your C: drive at least require 4.00 GB of free space minimum. ( actually C: drive uses as temporarily process )

After having free space you can install Autodesk 3DS MAX 2015 in any of Drive. Hope this guidance will work all of you :)

How to Hide last seen status in Whatsap Messenger Trick

- Monday, January 20 No Comments
Don't like to display that last seen time to the another person, just want to stay hidden, well earlier it was not possible and we use to use some 3rd party apps, well now it can done officially.

How to Hide last seen status in Whatsap Trick-NewVijay

  1. Open WhatsApp application on your device.
  2. Navigate to Settings > Chat Settings > Advanced > Last Seen Timestamp.
  3. It will be one just disable it and that's it now no one can see your last seen timestamp. So its officially disabled.

How to make Friendship with Girls in WeChat Messenger

- Thursday, August 15 No Comments

How to make Friendship with Girls in WeChat Messenger


Hello guys so today I'm gonna share with you some tips about WeChat. Specially those who want to make friendship with girls on WeChat. In this post I'm giving you some ideas and suggestion that may help you to how more mature with girls and how do to chat with girls.

How to make Friendship with Girls in WeChat Messenger_NewVijay 

You know WeChat is cool application which is most of used by youngsters. Basically in WeChat there are three way to find/make new friends.


1. Look Around:
Look Around will fetch IDs those are using WeChat near to you approximately near around 2-3km.
2. Shake:
Shake is best way to make new friends. actually me also using this way too much ;) lets see how Shake work in WeChat.


Example. One Person A is using WeChat and he want to make friends by shake. then what actually happen in WeChat server. If the Person A is got ID of Person B then it means B person surely having A person's ID in theirs WeChat.

3. Drift Bottle:
This is unique way to make friends. In this way you have create one message in one bottle and after it you throw it in WeChat water. If some one looking in water then by chance he may got your bottle and you become friends too.


How to make Friendship with Girls in WeChat Messenger_NewVijay



Lets come on main point. How to make Friendship with Girls in WeChat Massanger. Many of you have tried to make girl friend in WeChat some of got success and still many of are remained alone they are still finding. So those are still finding right girlfriends on Wechat. 

You need to follow below some points.


1. Set Awesome/Handsome profile picture. A picture should be clear and there must not written anything on picture.

2. Set Effective status. If you set effective status then every girl like to react with your status and she will ask you about status in chats.


3. Memories : WeChat provide Moments for upload favorite picture to world, yes you can also upload private picture that non can see.


After all these now remaining thing about Chatting:

Now, you may wondering How to Chat with Girls. Don't worry we have every answer that are you looking. See first no need start chat with directly "How are you dear?" Thats not make any sense because she may get bored with this question. You know why girls coming online? Yes, for time-pass and if you get success to make friendship in this time then you are master.


How to make Friendship with Girls in WeChat Messenger_NewVijay

Chat must be start from simplicity. Comments on her photos and ask in chat "Where did you capture this image?, You are looking cool in this Style, You dreass color are similar to my cloths, I have visited this place," suggest some good places if she like traveling, send her dresses photos if she like shopping" its just for make your conversation live. Use WeChat emotive etc. Overall just chat which make you like and interactive conversation.

This were some tips which may help you to Friendship with Girls. If you have more better ideas expect this one, or you want to ask something then you can post your idea in our comment box. 

Share this post with your lonely friends. Good luck.