Showing posts with label guide. Show all posts
Showing posts with label guide. Show all posts

Friday, August 24, 2012

Tuesday, July 31, 2012

Some objectives you can use


  • Simplicity or Ease of use is one of the primary concern. Use good color scheme that express your website.
  • Check this one:  http://sixrevisions.com/web_design/16-best-web-design-galleries-for-inspiration/
  • This too:  http://inspiredm.com/colour-schemes/
  • Compatibility: The website you have designed must be compatible with all modern browsers. It will be good to check errors in your site since it is very useful.
  • Go to this:  http://www.browsera.com/
  • This too:  http://browsershots.org/
  • Security to user data from all types of attacks such as external attacks or internal attacks. It is a must option & cannot be neglected. An attack on your website can make bad impression on your customers making them think that security system of site is no so good.
  • For e.g. Recent attacks on LinkedIn user accounts. My friend stopped using it after that because of feeling insecurity.
  • Efficiency: Better page loading or response time, pages must be error less, quality of search result, the navigation performance, etc.
  • Profitable: It must be profitable for both users.
  • 1)Customers: Getting quality products(for e-shopping), songs(for songs website), etc. Who get profit from getting discount of being site users.
  • 2)Company:  Site owner who earns from their sales(for e-shopping). Site owner gets publicity online. His company also gets attention from selling quality products.
  • Marketing: For this information check this http://www.astraconsultants.com/why.htm
  • This you may considered or might have additional objectives for your site too. If you have any other objective you know & is important then suggest by commenting.

Reference for getting objectives for your site

You can check this site & click on button no. 2 & displays what are customer's objectives for creating a site:

http://www.webobjectives.com/

Another site for objectives:

http://www.3w-designs.co.uk/textonly/new-web-site-aims.html

It will give you objectives that can be applicable for most of them:

http://www.astraconsultants.com/why.htm

Tuesday, March 27, 2012

Front end & Back end languages

I have searched various websites for finding a unique project that will not be chosen by any other group in the college.
But wherever I searched I found out they are keep stating that 'x' will be front end while 'y' will be the back end language.
Actually at first I thought it might be something needed for project & didn't searched any more.
But the time came when I asked my partner what is the front end & back end, he was also clue less about this , still helped me little but it wasn't enough.
So I started surfing internet about finding whatever useful information I can found about it.
& i got his what i want to share with you.

FRONT END: -
            It means that Graphical User Interface(GUI) with which users will interact. It means part of programming user can see. It is much important because user interacts with it.
e.g. for this HTML, ASP.NET, VB.NET, etc.

BACK END: -
            It means database part of program that stores data, retrieve the data, manipulate it, change or remove it. It is most essential part of any language because it is in which user data is stored. Its is food of the program & without this program will not work properly.
e.g. for this are SQL, MS Access, etc.

Choosing this thing is important. You should choose this languages as per your wish & you know that in which you can work best.

What is ASP.NET (a small description)?

ASP.NET: -
Some of those who knows that ASP is is server side scripting language.
They will surely think that ASP.NET is also a server side scripting.
And it is totally true not fully but ASP.NET is used web development like ASP.
It is built on .NET framework & provides an O.O.P. approach for web execution.
Its advantages are more than the ASP language.

Its advantages: -
1. It reduces the amount of code required to build large web based applications.
2. It makes development easier & simpler to maintain with event-driven, server side programming.
3. ASP.NET pages are easy to write & maintain because source code & HTML works together.
4. It validates information entered by the user without writing single line of code.
5. It runs faster.

What is VB.NET (a small description)?

VB.NET: -

Some have started searching about it some haven't.
Then it is for those who haven't searched it.

It is a Microsoft created Object Oriented Programming language which incorporates features of Microsoft's .NET framework.
It cannot be thought as a sequel to VB 6.0 since it has a totally different language core.
There is also not backward & forward compatibility between VB 6.0 projects & code and VB.NET projects & code.
Since those who have think that VB & VB.NET are same, they quickly remove it from mind that there is no similarity except appearance of two characters VB in both.

VB.NET is used to create .NET applications, windows applications, etc.
This was designed with keeping Rapid Application Development in mind by providing several tools to shorten development time.

GUI: -
In this students can drag objects from toolbox into Work area, specify the properties & behavior of objects.
Student will not have to deal with trying to program using the User Interface.

Classes: -
VB.NET comes with thousands of built-in classes ready to be used.
So it is easier to use VB.NET than VB once we learn .NET framework.