Sunday, 20 March 2016

How to redirect url from / slash to without slash / : 301 Redirect


301redirect2.jpg
Url ending with " / " slash and without " / " slash for example http://findnerd.com/ and http://findnerd.com
Now the question is does Google take and treats both the urls as a separate pages.
The answer is yes, Google treats both the url as separate identity, the issue will occurs as both url renders the same content and if you do not fix this issue your site will be penalized by search engine , i.e Google. Such issues are known as canonical issues so to solve such issue you have to use canonical urls or we call ot 301 redirect, doing this it will make sure that search engines will understand that these pages are the same and which URL to use in their search results. It also makes sure all links to the canonical URL are credited to the main URL.

Read here the full article:-How to redirect url from / slash to without slash / : 301 Redirect visit Findnerd.

Also visit Findnerd for its various Replenishing Features such as Desktop Recording Tool, Project Management, Session Tracker tool etc.

Friday, 18 March 2016

Rank Up Your Blog on Google From 11th Position to Page 1


4148.jpg
Ranking of a website link for certain set of keywords on search engines like Google depend on some defined set of rules that need to be followed in order to improve the keyword rank and achieve a higher ranking on Google. However, when we talk about ranking of individual blog posts on search engines, then we see that the scenario is somewhat different because you don’t have that much of flexibility to optimize the title of blog with your targeted keywords which you usually do with the webpages of a website.
As you all know that the ranking of a blog post link always depends on the content quality of blog and secondly on the title of the blog, so most of the bloggers pick good title enriched with trendy keywords and work hard on researching that will help them to produce high quality content.

About Findnerd-
FindNerd community is a social collaboration of technology experts. Here you can chat & share your technical activities through Desktop Recording, sharing Blogs with other techies, ask tech queries, hire freelancers for your project, test your tech knowledge in Tech Q & A section which allows you to learn and spread your knowledge.

Wednesday, 16 March 2016

How to launch Apple Maps from iOS app


applemaps.png

Hi Readers!
Below is the code to launch the Apple Maps application and display the directions between 2 points on Map.
Example 1: Display directions
  1. MKPlacemark *placemark = [[MKPlacemark alloc] initWithCoordinate:CLLocationCoordinate2DMake(42.313432,-71.057157) addressDictionary:nil];
  2.   MKMapItem *item = [[MKMapItem alloc] initWithPlacemark:placemark];
  3.   item.name = @"Boston";
  4.  
  5.   MKPlacemark *placemark1 = [[MKPlacemark alloc] initWithCoordinate:CLLocationCoordinate2DMake(35.843871,-78.645056) addressDictionary:nil];
  6.   MKMapItem *item1 = [[MKMapItem alloc] initWithPlacemark:placemark1];
  7.   item1.name = @"Raleigh";

Tuesday, 15 March 2016

Draw shapes using canvas in Android


android.jpeg
We can create custom view by extending View class. The most important part of custom view is its appearance. We can give any shape to a custom view by overriding onDraw(Canvas canvas) method. Canvas class provide us many method which help us to draw any time of shape. For draw anything via Canvas class we need the object of Paint class.
  1. Paint paint = new Paint();
  2. paint.setColor(Color.WHITE);
  3. paint.setStyle(Paint.Style.STROKE);
  4. paint.setStrokeWidth(1);
Example of some of the methods of Canvas class
// to draw a rectangle
  1. canvas.drawRect(startX, startY, width, height, paint);
where
startX: The left side of the rectangle to be drawn
startY: The top side of the rectangle to be drawn
Here is not the end…. To read full Blog about Draw shapes using canvas in Android visit Findnerd(A Social Network for Developers).

Monday, 14 March 2016

Learn the Art of Influencing in Business


4067.png

Completing things and excelling in your association is about utilizing the resources you have available to you to influence partners and influence outcomes. With the right mindset and abilities the task of influencing gets to be easy, with the wrong approach you'll be pushing mud up a sloppy slope on a rainy day.

Good News and Bad News:-
Well, the good news is that there's nothing baffling/mysterious about influencing, no jiggery pokery just some reconstructing of the brain and some sharpening of the abilities. The bad news is that there's nothing strange about influencing simply teach, attempt and hard work.

About Findnerd
FindNerd community is a social collaboration of technology experts. Here you can chat & share your technical activities with other techies which allows you to learn and spread your knowledge.On FindNerd community you can collaborate with each other through chats, messagings, forums, etc. and here you can also get recommended by other technocrats which will improve your nerd rank on this social platform.

Executive Leadership Development-Organizational Success


4022.png
Executive leadership development is the need of great importance. Leadership advancement programs adjusted to your authoritative goals offer you some assistance with staying at the highest point of your business development activities. These programs help in the overall improvement of business leaders and in utilizing the true capability of their groups for authoritative achievement/success.

Executive leadership improvement has developed throughout the years with more specialists rising the each other day. The age – old approach of earning benefits at any cost is slowly fading into oblivion/blankness and losing its significance to concepts like qualities driven –leadership. A growth arranged association today is receiving new ways to deal with official instruction that changes their leaders and improve their business.
Studies on business strategies uncover that utilizing specialists yield higher profits for investments. In the present time, where counseling choices have risen, executive leadership development offers many opposing choices. Hence, it gets to be most important to deal with and find the right match for leadership development needs.
To read full Blog about Executive Leadership Development-Organizational Success visit Findnerd.

Thursday, 10 March 2016

On-page SEO Optimization Checklist


4075.jpg

On page optimization is an SEO technique that plays a very important role and have vital effect on your website listing on search result page, it refers to all steps and the factors considered within the website at the time of development of the website to improve webpage rank on search result page. It includes actual HTML code, meta tags, keywords placement and keyword density.

Do's

placing keywords is good SEO technique to get higher page-rank on SERP
  • Place Keyword in Title
  • Place Keyword in Permalink
  • Place Keyword in first paragraph
  • Place Keyword in Image Alt tag
  • Tweaked Keyword in H2 or H3
  • You should Bold Important Keywords and related keywords
Here is not the end… Please read full article about On-page SEO Optimization Checklist at Findnerd.
About Findnerd-
FindNerd community is a social collaboration of technology experts. Here you can chat & share your technical activities with other techies which allows you to learn and spread your knowledge. Also it is a great platform for Manage projects,record the desktop and share, to hire freelancers.