View Rupom Roy in a larger map

Wednesday, August 28, 2013

Java Training Institutes In Bangalore Marathahalli

ABOUT 4th DYMENSION TEkNOCRATS

* Founders come from leading multinational technology organizations with minimum 12 years of experience
* We take pride in the fact that some of our trainers hold patents in United States of America
* Our trainers write and present papers online and in conferences
* Industry experts in cutting edge technologies such Java/J2EE, Spring, Hibernate, Web Services, and SOA
* Industry experts in emerging technologies such as Cloud Computing, Mobility, and NO-SQL databases
* We provide a rigorous training and live projects on these technology
* Training courses include extensive hands on coding and practical exercises to prepare you for your better future
* Complete placement services
* We place our students in leading technology organizations
* Our priority is to get you a JOB and We know the way !!!

For More Information visit the webites:
 http://www.4thds.com/

Goals of 4th Dymension Teknocrats.....................





TRAINING POWERED BY PLACEMENT:

INDUSTRIAL TRAINING

* Industrial courses to meet industry’s demands

* Trainers from multinational technology companies

*  Industrial processes, tools and technologies

TECHNOLOGY OF TODAY AND TOMORROW

* Web services and integration technologies

* Cloud computing (SFDC, Amazon, Google)

* Mobile Technologies (Android / iPhone )

CURRENT COURSE

* Java-SOA-Cloud

* Java-SOA-Cloud (With Live Project)

*  Live project only

COURSES LAUNCHING SOON

* Java-SOA-Android

* Java-SOA-Android (With Live Project)

* Java-Hadoop

* Live Project only**

UNDERSTAND YOUR NEED

* Customized course to suit your need

REGISTRATION

* Registrations are opened

* Batches start every month

* Email or call us to schedule a meeting for details

Reach:

4th DYmension Teknocrats, 
#  106, ITPL Main Road, 
6th Main, Kundanahalli ColonyNear CMRIT College
Bangalore-37.
Contact No: +91-7259728800 (Mobile)
      : +91-8040946671  (Office)

Follow 4th Dymension Teknocrats on facebook:











Monday, August 12, 2013

Manual Spam Action Viewer Launced By Google

Google has recently Launched  Manual spam Viewer in Webmaster Tools: 

You can Find in Webmaster Tools under the category  Search Traffic (manual Actions).Which will help you to know whether a site search rankings  are affected by Manual Webspam Action or Not.



What  is web Spam?

Pages that use webspam to improve search engine results page (SERP) rankings typically use black hat SEO tactics such as keyword stuffing or cloaking
 


Broad Categories of search engine Spam?

  • Content Spam
a)     Keyword stuffing
b)    Meta Tags stuffing
c)     Article spinning
d)    Hidden or invisible text


  • Domain Spam
It is the registration of multiple domain name in an attempt to boost rankings. This is done in order to create multiple domains,.Different types of domain spams are:
a)     Miror websites
b)    Buying  expired domains

  • Link Spam:  Link Spamming is another well-known one that also includes anchor text spamming. Search engines consider not only the mass of link spam, but also the anchor text as this is one of the more important signals from a ranking perspective. This section obviously also includes when spammers seek to drop links on pages to increase a target pages value (forums, comments, guest books, etc.) and obviously the more nefarious hack and drop techniques. Different types of link  spam
  • 1) Link building software
  • 2) Link farms
  • 3) Hidden links
  • 4) Spam blogs
  • Redirect Spam: deflecting visitors to a  page other than which has been ranked.


  • Cloaking(  showing different content to the human visitors)
  • Term Spamming: This would be those seeking to manipulate through elements such as the page TITLE (title spam), Meta Description or Meta Keywords (meta spam). As most of us know, two out of three of those were abused to the point where most modern search engines don't use them as signals at all.
  • URL Spamming is another area they've been known to also look at. Yup, strange as it sounds, because there is some weight given to URLs by some search engines, it can be considered to be a manipulation.
  • Forums Spam
  • Profile Spam
  • Comment Spam
  • Article Marketing Spam
  • Link Exchanges, Wheels, etc
  • Unintended Followed Link Spam

Wednesday, July 31, 2013

Support Akshaya Patra Foundation to Feed the Children

NGO  for Children

Akshaya patra Foundation in an NGO for children that serves Mid Day Meal to children Studying in Government Schools.It is currently operating in 19   locations across 9 Indian states. The  Vision is to feed 5 million children by 2020. The Initiative of this foundation is: No child in India shall be deprived of education because of hunger.”

So,
Donate Online to feed the children!!!!!!!!!!!!!!

Thursday, November 8, 2012

Seo Tips For Website

Seo Techniques for websites


1) Write a unique Page Title for each page on your site.
2. Write a unique Description for each page on your site.
3. Include a Keyword  for each page on your site.
4.Maintain Proper navigation on the websites.
5. Name your web pages appropriately.
6.Make sure all of your images have Alt Tags.
7.Submit your web site to Directories.
8. Website Analysis
9.Sitemap Creation
10.Competitor Analysis
11.Keyword Optimization
12.Url Structure

Robots.Txt File


By using the Robots text and Robots Meta tags would  can restrict the search engine fromCrawling,  Indexing a

The robots.txt is placed in the root folder of the website (http://qbc.com/robots.txt). The robots.txt is commonly used to prevent crawling the particular web page or folder by search engines

Syntax of robots.txt file

  • User-agent: name of the crawlers
  • Disallow: the URL you want to block
Eg:
User-agent: *
Disallow: /folder1

User-agent: Googlebot
Disallow: *.css

Impact of robots tag

It specifies the search engine crawler whether the particular page to be “indexed” and whether to “follow” out going links.
Syntax of Meta tag robots

  • index, nofollow” – allows the web page content to index and  bu links are not followed
  • noindex, follow” – webpage content is not indexed and links are followed
  • noindex, nofollow”-webpage content is not indexed and links are not followed

Differences between “NOFOLLOW” & rel=”nofollow” link attributes

 NOFOLLOW attribute is used in page level meta tag to instruct the search engine crawlers not to follow any outgoing links on the page.

Eg:
rel=”nofollow” link attributes you can use on HTML link tag created by google. If you want to search engine crawlers not to follow an individual link you can use this attribute. 

Eg:
< a href=”abc.html” rel=”nofollow”>abc