Sunday, December 23, 2012

Changes in Programming Styles and Techniques w.r.t changing Platforms [PART 2]

[continued...]
Shifting to My observations in language specific route for Programing styles

I.]The first thing on this specific topic.... I have worked on platforms like .NET, JAVA and C/C++ or can be basically termed as  OOP languages. Usually in the beginning people work on every OOP platform with the basics that they learn from C++. Though C++ is a necessary foundation for a good programmer, you cannot apply all the techniques and styles you use in C++ as it cannot  guarantee you optimal quality in all the aspects even though it is pretty handy and effective.

Changes in Programming Styles and Techniques w.r.t changing Platforms [PART 1]

Albert Einstein: "Every thing should be made as simple as possible—but no simpler"

This was a question that started bugging me in the past few months..... About the differences in native styles and techniques of program Development and variations in development styles with respect to each platform. I've tried asking about this to a pretty good number of professionals and tutors but none of them were able to actually give me a satisfactory answer.... Now This is what I could talk about the prospect...

  Every one knows that each language comes with it's own syntax and conventions. But there are also some programming styles or methodologies that when followed can gurantee you better productivity.It is claimed that following a particular programming style will help programmers to read and understand source code conforming to the style, and help to avoid introducing errors.

Saturday, November 10, 2012

The Web Developer's Flow Chart

I found a really interesting diagram that shows the industrial procedure for the Development of Web Applications and Web Pages. Especially from the point of view of a UX designer, the picture is self explanatory and complete in itself.




Sunday, October 7, 2012

Page Rank Checker






Check Page Rank of your Web site pages instantly:
This page rank checking tool is powered by Page Rank Checker service.

Working with IIS On your local Environment


IIS (Internet Information Services )
can be used to run a website in local computer. It is used especially for testing a web page or a web application locally before actually launching it. For this we have to configure our machine and IIS.
IIS comes by default with all the windows operating systems.

Installing IIS
For XP users
go to Control Panel>>Add or remove prorams>>Add or remove windows components
In the window that appears next select all the components that u require also select IIS. You might have to Insert the Windows Boot CD in most cases, do as it asks.
For Windows Vista users follow the same steps after logging in as admin.
& For Windows 7 users the process is bit more tedious so just refer refer http://www.iis.net you might video tutorials and articles as well. or Installing IIS on Windows 7

Opening IIS
1.)click  windows key + R>> type "inetmgr" without the quotes
for those who didn't understand simply try this
2.)Start>>run>>inetmgr
otherwise there is this routine way
3.)Start>>control panel>>Administrative Tools>>Internet Information Services

Friday, October 5, 2012

An issue with the localhost in Windows....

/localhost is not working but /127.0.0.1 is

This week i faced a problem. While working on the ASP.NET platform i encountered that my

web pages were not running while debugging. It was showing this error (see the image below) .
error page view

It was actually working last night what happened all of a sudden. Some had one suggested me to set the page as default page and run it, still the same error persisted .Then i went back and tried running the default page that .NET provided while creating a new ASP.NET project. Still the 404 sort error didn't leave me alone . How could this happen???