Relevance of Keywords
Today I was going through my website stats, and I noticed that so many people land up on my site looking for ICICI fraud cases, scam cases or ICICI cheating cases. Well, from the volume of searches, it seems that people are really cheated by this bank, otherwise so many people would not have been searching the net on these keywords… there are so many other interesting keywords to search for and sites to check out.
See some of the keywords related with ICICI bank and all these people land up on my website. I wish, I could give them a solution. But I am also a victim, just like them :( Read my ICICI story here.
- icici fraud
- icici bank important contact numbers
- icici cheating
- icici fraud debit card stolen
- cases of customer to icici bank
- icici fraud in india
- icici bank scams
- famous cases of cheating
- bank cheating
- is icici a safe place for my money
- famous corporate fraud cases
- contact details of marketing manager for icici bank
- how safe is my money in icici bank?
- icicibank credit card cheating
- i have bank in my country is not safe i want to hack the bank how ?
- icici bank manager held for fraud
- money transfer to india cheating case in usa
- famous people cheating
The most funniest one is “i have bank in my country is not safe i want to hack the bank how ?”
On my son’s website, people land up looking for these keywords.
- shake your body line
- shake your bodyline
- shake, shake, shake, senora, shake your body line
- shake shake shake shake your body line
- shake shake shake your body
- show me waiting for shake your body
It was because I had done a post on this cute dance put up by Urjit and his classmates in their school. Watch this cute video.
p>
PHP vs. ASP.NET
These days, I am too busy in my work and I am not getting time to update my blog. One of the tasks involved is making proposals for prospective clients and you really need to do a lot of R&D before actually putting up your proposal. Recently we got some requests for proposals from a few clients and the main question in thosee proposals was which technology to recommend? Either it should be open source PHP/mySQL or ASP.NET/SQL Server. We take up projects in both.
PHP – Hypertext Pre-processor
PHP is an open source server-side scripting language that is very similar in syntax to C languages. Although originally designed to run under Linux using the Apache Web server, it has been ported to work using virtually every operating system and any standards-compliant Web server software.
In addition to these benefits, there are certain programming requirements that may make PHP an appealing choice for developers. Firstly, there are built-in libraries for the direct creation and manipulation of image and PDF documents. This means, for example, that if an application calls for dynamically-created menu images with anti-aliased text, or the exporting of pages to Acrobat format, PHP may be the ideal technology to do it.
Another situation that may make PHP the best choice of server scripting is where connecting to either mySQL or Postgres databases is required.
ASP.NET
The reason why ASP.NET is in another league compared to ASP and PHP, is that it operates on an entirely different architectural structure. The latter are interpreted scripting languages whereas .NET is a compiled framework. This means, firstly, that Web pages run much, much faster. It also means that source code is safer and more robust.
Additionally, ASP.NET introduces a new concept in Web programming – the notion of code-behind pages. With code-behind, each page of HTML is driven by its own compiled programmatical directives. Other benefits of ASP.NET are its full-featured integrated support for XML and Web services. There is also a very comprehensive range of security and cryptography libraries available to .NET, making it especially useful for ecommerce and enterprise data applications.
ASP.NET and SQL Server is better for large websites, websites storing sensitive information, corporate websites and many similar web applications. Why? Because ASP.NET is faster than any other web programming language, it’s easier to maintain the code when it comes to large websites, thanks to code-behind
PHP vs. ASP.NET
Coding time in ASP.net is faster because of the Development environment provided by Microsoft. You can get things done a lot quicker with ASP.NET because of its development enviroments (VS/VWD) and it’s server controls and easy databinding.ASP.NET pages are MUCH easier to secure than PHP-based applications. From the default login controls and methods in ASP.NET 2.0, real prepared SQL statements that prevent injection attacks, automatic cross-site scripting form input rejection.
Though the development time,in most projects they really are about even, but the smaller projects tend to lean towards PHP, while the large projects are much faster in ASP.NET.
And with all that said… For sites that are meant to be either secure, highly trafficed, large in scope, or deal with enterprise level data, PHP is not recommended. But for a home page, a small website, and a forum, sure PHP is best.
ASP.NET is Strongly Typed, Object Oriented, Sandboxed, Multi-Syntax, Component Centric, Event Driven, forms oriented, pre-compiled.
PHP is a loosely typed, objects optional, fixed syntax, component-less, runtime interpreted, structured programming model.
What I like best about PHP, is the large pool of free open source softwares available in the market, just like this wordpress blog software I am using for all my blogs.
But at the end, it all comes to your exact project requirement and client requirements and what are their plans in future. Keeping all these in mind, one should decide the technology to be used.
I am expecting some comments on this hot topic
