Saturday, 25 August 2012

how we can add google analytic code

Configuring Google Analytics for Google Sites

Curious where your site's traffic is coming from or how people navigate around your site? You can add Google Analytics to your site to help monitor your site's traffic:

Creating a new account in Google Analytics

  1. If you have already signed up for Google Analytics or you have a Google Account (in other words, you use any other Google service, such as Google Sites), sign in to your account.new window If you do not have an account, go to the Google Analytics signup page, new window click Sign up now, and follow the prompts to create a Google Analytics account.
  2. We recommend you create a new Analytics account for each of your sites. On the Overview, select Create new account... from the My Analytics Accounts drop-down menu.
  3. On the New Account Signup page, enter the URL of your site:
    • If you've mapped your Google site to another web address, such as www.example.com, enter that address.
    • If you haven't mapped your site to another web address, you need to enter your full site address, such as sites.google.com/site/example.
  4. Also on the New Account Signup page, enter what you want to call this account in the Account Name box, then select your country and time zone. Then click "Continue."
  5. On the Accept User Agreement page, read the Google Analytics Terms of Service. If you agree with these, click the box next to Yes, I agree to the above terms and conditions then click "Create New Account."
  6. The next page contains a javascript code. You can ignore this code and click "Save and Finish."

Linking your Google Analytics account and your Google Site

  1. After you create your new Google Analytics account, you will be directed to you Google Analytics profile screen, where the name of your tracked site should appear, followed by a Google Analytics account number in the format, 'UA-XXXXXXXX-X.' Copy this code -- known as your Analytics Web Property ID -- and go to the site that you want to track with Google Analytics.
  2. On your site, click the More Actions drop-down menu and select Manage Site.
  3. Under the Site Settings section, click General.
  4. Click the box next to Enable Google Analytics for this site and then enter your Analytics Web Property ID in the associated box.
  5. Click "Save changes."

Nirankari Infotech India - all your website, SEO, Logo Design & Print Design needs

I am a software engineer  living in India I am currently working for a high profile web design and development company extending my knowledge in the vast field of web development.

Nirankari Infotech India was started to offer an affordable website solutions for small businesses or organasations in and around india. We offer Nirankari Infotech website design, logo and print design and search engine optimisation.

Design and art has always been a massive passion in my life I got my first P.C a few years ago and have always been intrigued how and what makes things work and that was no exception in the world of the wide web.

At first the world of coding seemed a daunting place with a never ending array of improvements and add-on but the fundamental basics seem to sing off the same page.

My real passion lies within the programmers of Photoshop and Flash which is the design elements of a web site here is the blank canvas where the costumer and designers plans and ideas come to life in a sleek clean user-friendly way.

As I am young pup (so to speak) in this field I am offering my services for a lot less then the big players in this field as to gain one to one costumer experience which for all new freelance web designers is somewhat of a daunting experience in its self.

I am competent in XHTML, HTML, CSS and java script and am very confident in Adobe illustrator, Flash, Photoshop, Fireworks and Dreamweaver.


So today would be a good day to take advantage of my services head over to my contact page and see if Smart Web Design can help your project/company off the ground so you get the web site you need at a snip of the cost with no loss of quality and I get to further my portfolio and experience.

Wednesday, 4 July 2012

Pro ASP.NET MVC 3 Framework




The ASP.NET MVC 3 Framework is the latest evolution of Microsoft’s ASP.NET web platform. It provides a high-productivity programming model that promotes cleaner code architecture, test-driven development, and powerful extensibility, combined with all the benefits of ASP.NET 4.


In this third edition, the core model-view-controller (MVC) architectural concepts are not simply explained or discussed in isolation, but are demonstrated in action. You’ll work through an extended tutorial to create a working e-commerce web application that combines ASP.NET MVC with the latest C# language features and unit-testing best practices. By gaining this invaluable, practical experience, you’ll discover MVC’s strengths and weaknesses for yourself—and put your best-learned theory into practice.




The book's authors Steve Sanderson and Adam Freeman have both watched the growth of ASP.NET MVC since its first release. Steve is a well-known blogger on the MVC Framework and a member of the Microsoft Web Platform and Tools team. Adam started designing and building web applications 15 years ago and has been responsible for some of the world's largest and most ambitious projects. You can be sure you are in safe hands.

What you’ll learn

  • Gain a solid architectural understanding of ASP.NET MVC 3, including basic MVC
  • Explore the entire ASP.NET MVC Framework
  • See how MVC and test-driven development work in action
  • Capitalize on your existing knowledge quickly and easily through comparison of features in classic ASP.NET to those in ASP.NET MVC
  • Learn about the latest security and deployment issues, including those related to IIS 7

Who this book is for

This book is for web developers with a basic knowledge of ASP.NET and C# who want (or need) to start using the new ASP.NET MVC 3 Framework.

Table of Contents

Part 1
1. The Big Idea
2. Getting Ready
3. Your First MVC Application
4. The MVC Pattern
5. Essential Language Features
6. Essential Tools for MVC
7. SportsStore I – A Real Application
8. SportsStore II – Navigation & Cart
9. SportsStore III - Administration


Part 2
10. Overview of MVC projects
11. URLs, Routing & Areas
12. Controllers & Actions
13. Filters
14. Controller Extensibility
15. Views
16. Model Templates
17. Model Binding
18. Model Validation
19. Unobtrusive Ajax
20. jQuery


Part 3.
21. Security
22. Authentication & Authorization
23. Deployment

jquery photo tag plugin


  1. <link media="screen" type="text/css" href="/static/photo-tag/libraries/jquery-ui-1.8.17.custom.css" rel="stylesheet">  
  2. <link media="screen" type="text/css" href="/static/photo-tag/tests/photo_tags/styles2.css" rel="stylesheet">  
  3. <script type="text/javascript" src="/static/photo-tag/libraries/jquery.dev.1.7.1.js"></script>  
  4. <script type="text/javascript" src="/static/photo-tag/libraries/jquery-ui-1.8.17.custom.min.js"></script>  
  5. <script type="text/javascript" src="/static/photo-tag/js/jquery.phototag.js"></script>  

  1. $(document).ready(function(){  
  2.     $('.photoTag').photoTag({  
  3.         requesTagstUrl: '/static/photo-tag/tests/photo_tags/photo-tags.php',  
  4.         deleteTagsUrl: '/static/photo-tag/tests/photo_tags/delete.php',  
  5.         addTagUrl: '/static/photo-tag/tests/photo_tags/add-tag.php',  
  6.         parametersForNewTag: {  
  7.             name: {  
  8.                 parameterKey: 'name',  
  9.                 isAutocomplete: true,  
  10.                 autocompleteUrl: '/static/photo-tag/tests/photo_tags/names.php',  
  11.                 label: 'Name'  
  12.             }  
  13.         }  
  14.     });  
  15. });  

  1. <img src="http://karlmendes.com/static/photo-tag/tests/photo_tags/monkeys2.jpg" class="photoTag"> data-user-id="25> data-image-id="200> data-album-id="200>  

Nirankari Infotech - PHP , CMS-Joomla , wordpress, Magento ,Testing , ASP.NET , DESIGN...

Nirankari in an offsource software and webdevelopment company in India. Company is having a very highly experienced team in Microsoft as well as open source technology and offering various services to our esteemed client globally. For more information about the company and services offered, 

Now a brief about my self. I am Paramjeet Kaur from Nirankari Infotech working as Web Site Tester and Project manager in the company.

I possess 4 + years of experience in PHP, MYSql, CakePhP, Joomla, Druple,JavaScript, HTML, DHTML , CSS,.net 1.1,2.0 and 3.5 framework using c#.net or vb.net as the front end code, MSSql, AJAX and implementing various third party controls, papal and Google checkout etc. Currently dealing with applications similar to Google desktop, and silver light applications.


Excellent expertise in Drupal, Joomla CMS and Word Press. 
Ability to handle cross platform support (Windows, Linux etc)
Extensive knowledge of web servers like Windows (IIS), Apache, Tomcat

Monday, 21 May 2012

Testing Tool


  1. Software Testing - Testing Tutorials, Testing Tools, Testing ...

    www.onestoptesting.com/
    Software Testing Information - Different Types of Software Testing, Software Testing Tools - Winrunner, Loadrunner. Software Testing Jobs & Interview ...
    You've visited this page 2 times. Last visit: 3/4/12
  2. Load Testing Tools

    www.load-testing-tools.com/loadtesting.html
    All the load testing tools that can help a website or intranet application developer to ensure good performance and no crash under stress.
    You've visited this page 3 times. Last visit: 22/4/12
  3. Test automation - Wikipedia, the free encyclopedia

    en.wikipedia.org/wiki/Test_automation
    Jump to Defining boundaries between automation framework and a testing tool‎: Toolsare specifically designed to target some particular test environment.
  4. Testing Tools

    www.testingtools.in/
    Testing Tools are the tools which are used to validate and verify software programs or Applications or Products. Here you can get details about various testing ...
  5. Essential Software Testing Tools

    www.softwaretesting.net/
    Essential software testing tools that are proven to increase productivity, designed to strengthen product quality and selected for Software Testing Professionals.

Friday, 4 May 2012

Web Design and Web Development , Seo, Web Testing


Web DESIGN

adobe fire works icon
At Nirankari Infotech web design we love design all our web sites are designed from the drawing board and are never generic. We design web sites with a passion and to the paciffic needs of each project.

Learn more
Web DEVELOPEMENT

adobe fire works icon
If you have a design for a website and need it brought to life Nirankari Infotech Web Design are just the people. We have extent knowledge of turning Photoshop designs in functional working websites with the latest web standards and Search engine friendly.

Learn more
Graphic DESIGN

adobe fire works icon
At Nirankari Infotech Web Design we off a high quality graphic design service weather you have a product and need an advertising and branding to show off you products than we can help we use the latest graphic and design tools and is my favourite part of what I do seeing ideas come to life makes me happy all day long
Learn more
Logo DESIGN

adobe fire works icon
So you have a company or brand and need a look? At Nirankari Infotech Web Design we understand how importiant it is to look good and to stand out from the crowd. Logo designs start from as little as £20.00

Learn more
Flash DESIGN

adobe fire works icon
Here at Nirankari Infotech Web Design we love a bit of Flash for those who don't know Flash is a programme to create animation weather it's a banner for a web site, an internet advert ao a complete Flash website feel free to contact us to find out more

Learn more