Search

Loading...

Follow by Email

Total page views till now & still counting..

Wednesday, May 15, 2013

Introduction to bitbucket- Free private & public source code hosting provider

0 comments
In the software development field we need to use version control system which can allow to share source code in between team members so all can work on one project. Visual source safe is one of the best example for that. As IT industries expanded their business across the globe and today scenario is like on one project developers from more then one country working on, and to share and manage that project there are plenty source code hosting available including SVN, Github, Bitbucket etc..

Optimize your web application with PageSpeed Insights

0 comments
Generally we like web application which are good responsive in real time and very fast like google, Facebook, stack overflow and always amazed that how they have built such a great websites?!

How to create sub domain and custom redirection

0 comments
Today you can accept that every individual person has PC/laptop/Smartphone, it is truth for today although it  was imagination before decades. Now after decades it would be truth that every person would have their domain name for their business/individual/professional.

"Domain Name is user friendly unique name against the IP address (address of any website)"

Sunday, April 7, 2013

Issue with D-Link router to setup GTPL internet broadband connection

0 comments
I have recently purchased new D-link cloud router to set up wifi connection at my home as i am using internet connection of GTPL.

The way most of ISP provides ability to access internet (including GTPL) is that you need to give them MAC address of your machine form which you would like to access internet. (You need to draft mail regarding that on ccare@gtpl.net with your billing info,  username & mac address of your machine).

I want to discussed the problem which i had faced so it can help to other people if they are doing same thing because there is not good enough information base from any end.

According to procedure i had given MAC address which was printed in bottom of router  and told GTPL to add my new mac address. they have added and i was trying access internet up to 2 days and i could not setup and simply disappointed with service because they were telling me that we are not providing service related to router so i was started to be in contact with D-link. In between one GTPL representative called me on sunday and asked me about my problem  (when i was using internet by simply connecting cable in spit of i had new router :) ) and told me there might be 2 mac address for router and i had connected it aging gone through set up wizard and found that there are 2 mac address in router 1) LAN 2) Internet (there were only one character difference) and finally i found problem that i had given wrong mac address to them!

So the bottom line is if you are doing same thing you need to take care to provide MAC address available in Internet section ( As shown below)


Sunday, February 3, 2013

Best practice to create stored procedure with template parameters in SQL Server

0 comments
Every developers need to deal with stored procedures in daily life through SQL Server and need to follow different patterns to put signature and format to consistence structure of sps.

I have seen that many developers who start to create sp with New Query -> Create Stored procedure and then try to format the sp and put signature.

Instead we can use following best practice to create stored procedure in SQL Server

1) Go to Stored procedure tab and click New Stored Procedure

2) Press CTRL + SHIFT + M and it will prompt template to enter parameters information



3) Enter respective information and click OK  and it will apply format & signature accordingly so your stored procedure remain consistent in format & signature wise


cheers..  

Tuesday, October 16, 2012

Convert phrase from english alphabet in to your native language using Google Transliteration

0 comments
Many of you people have different mother tongue other than English and if those people want to type phrase/text in their native language then they need to learn typing using specific fonts and which key match to which character for their native language and that it too hard job no one like that.

Sunday, September 9, 2012

Visual Studio Achievements - Software engineer's glory won't be unnoticed now

0 comments
Have you faced situation that in your project development you have put lots of efforts in developing, debugging code, bug fixing, testing code and due to that your project has became successful and after all glory of success has been taken by your manager or superior or any other person and you have remained unnoticed??!

Tuesday, July 17, 2012

Get your website online in Just 4 steps using Site44 & Dropbox

0 comments
Now a days every peole want to build their business related website and in india most of people need just basic & static site including 4 to 5 static pages and for this people have to face heavy cost domain & hosting. (200/month is not big deal but for Indian people it is costly as startup).

Wednesday, May 23, 2012

Register your blog for Indian Blogger Listing

0 comments
In today era more & more people maintain their personal or commercial blog with some unique idea. In india Amit Agrawal recognized as a very professional blogger with his blog Digital Inspiration related about technology. Many blogger inspired by him to start     blog and monetize their content I am also one of them.

He is maintain Indian blogger listing on http://indianbloggers.org and right now he is in process for 2nd version to listing more blogs.If you would like to see your blog there then look at this post for more detail http://www.labnol.org/india/calling-indian-bloggers/21306/



Friday, April 27, 2012

Introduction to GitHub (version control system) and how to use as window user

0 comments
If you are developer and working in industry then you  might be aware of version control system to manage your project version and synchronize your work between Team.
Generally following version control system are used by industry.