Cloud Computing [ known as Softwares as a Service (SaaS), and also as on-demand software ] is a new technique in which you can access the services and software application on your system without the need of installing software applications and services on your end. The reason behind this is that all these services/applications are provided to you from any system that is enrolled or part of the cloud.
Cloud computing is a computing paradigm in which tasks are assigned to a combination of connections, software and services accessed over a network. This network of servers and connections is collectively known as "the cloud." Computing at the scale of the cloud allows users to access supercomputer-level power. Using a thin client or other access point, like an iPhone,
BlackBerry or laptop, users can reach into the cloud for resources as they need them. For this reason, cloud computing has also been described as "on-demand computing."
An example of Cloud Computing is Google Apps, which provides common business applications online that are accessed from a web browser, while the software and data are stored on Google servers.
Cloud Technology is a style of computing in which typically real-time scalable resources are provided “as a service” over the Internet to users who need not have knowledge of, expertise in, or control over the technology infrastructure ("in the cloud") that supports them.
I have created this blog to place some of important things on it for my personal use and also to help others. Now a days I am doing job as Software Engineer in a company. I have completed my graduation in Computer Science from University of Sindh, Jamshoro, Pakistan.
Monday, April 27, 2009
Thursday, March 12, 2009
How to Restrict (Limit) Rows in Crystal Report??
To restrict number of rows in a page on Crystal Report you have to follow these steps:
1) Setup a Running Field from Detail section. Give it name RecCount for the sake of example.
2) Now, goto Section Expert and in Detail Section, click the x+2 button next to the 'New Page After' option and use the formula :
{#RecCount}/10 = int({#RecCount}/10)
that's all.......
Execute your report and see the result.
If later some time you have to change the number of rows then you will simply do it from here by specifying your rows limit requirement.
Enjoy...............
1) Setup a Running Field from Detail section. Give it name RecCount for the sake of example.
2) Now, goto Section Expert and in Detail Section, click the x+2 button next to the 'New Page After' option and use the formula :
{#RecCount}/10 = int({#RecCount}/10)
that's all.......
Execute your report and see the result.
If later some time you have to change the number of rows then you will simply do it from here by specifying your rows limit requirement.
Enjoy...............
Thursday, February 26, 2009
What is difference between in Bind and Eval Methods
We can use Bind or Eval in the below code,
The difference between them is the Bind method allows ASP.NET 2 supports "the two-way data binding" concept. With this method, we can either fetch data and display them in any data-bound control, and submit changes to the data-store. The Eval method is just a "one-way data binding", meaning that we only can read and display the data, but not writing back.
Best of Luck.

The difference between them is the Bind method allows ASP.NET 2 supports "the two-way data binding" concept. With this method, we can either fetch data and display them in any data-bound control, and submit changes to the data-store. The Eval method is just a "one-way data binding", meaning that we only can read and display the data, but not writing back.
The Bind method can be used whenever Eval is accepted.
Here there is an example and here you can find info about both methods.
Best of Luck.
Saturday, February 21, 2009
INPAGE URDU SOFTWARE DOWNLOAD URLS
You can download InPage from these urls:
1) Inpage 2.4:
http://www.4shared.com/get/53438590/e67eff07/Inpagesetup.html
2) Inpage 2.93c:
http://www.mediafire.com/?34vzdxbh9zm
3) Inpage 3.0:
http://www.mediafire.com/?50buixjbgoi
and Enjoy writing Urdu Documents
1) Inpage 2.4:
http://www.4shared.com/get/53438590/e67eff07/Inpagesetup.html
2) Inpage 2.93c:
http://www.mediafire.com/?34vzdxbh9zm
3) Inpage 3.0:
http://www.mediafire.com/?50buixjbgoi
and Enjoy writing Urdu Documents
Thursday, December 18, 2008
HOW TO CURRENT EXCELL FILENAME IN EXCEL SHEET
Every one want to learn or have to learn for the sake of job little tactics in differenct applications or softwares.
This article is written to tell you that how can you get the excel filename in excel sheet which you are viewing so you come to know that on which partition of harddisk the file is stored. Here is the simple formula.
=CELL("filename")
Just write this in your excel sheet and you will get the filename and its complete path along with its sheet name in result.
This article is written to tell you that how can you get the excel filename in excel sheet which you are viewing so you come to know that on which partition of harddisk the file is stored. Here is the simple formula.
=CELL("filename")
Just write this in your excel sheet and you will get the filename and its complete path along with its sheet name in result.
Saturday, November 22, 2008
How to Convert Number to Character in JavaScript.
To convert a number into character in javascript we will use the following command.
mycharacter = String.fromCharCode(1605);
That's all. Enjoy the world of programming!!!!!!!!!
mycharacter = String.fromCharCode(1605);
That's all. Enjoy the world of programming!!!!!!!!!
Friday, November 21, 2008
Access to the path 'path' is denied.
This problem is rear but create big problem sometime for novice as well professional programmers. The simple solution to resolve the issue is written below:
1) Goto c:\inetpub\wwwroot\your_folder_name.
2) Go to properties of your_folder_name by right clicking on your folder.
3) Inside Properties, you will see a Security Tab.
4) Click on Security Tab and assign Full Control to EveryOne Role.
That's all!.... Now open your file again in browser and see that you have resolved the problem.
Note: I have write c:\inetpub because my windows directory is C Drive. If you have installed your windows in another Drive then write Drive\inetpub\wwwroot\your_folder_name.
Wish you all the best.
1) Goto c:\inetpub\wwwroot\your_folder_name.
2) Go to properties of your_folder_name by right clicking on your folder.
3) Inside Properties, you will see a Security Tab.
4) Click on Security Tab and assign Full Control to EveryOne Role.
That's all!.... Now open your file again in browser and see that you have resolved the problem.
Note: I have write c:\inetpub because my windows directory is C Drive. If you have installed your windows in another Drive then write Drive\inetpub\wwwroot\your_folder_name.
Wish you all the best.
Subscribe to:
Posts (Atom)
Docker Tutorial
I have listed all the necessary commands of Docker below. In case if any is missing or if any improvement required, please share in comment...
-
In my case, this error pertains to Oracle Merge query . After 30 minutes of time wastage and a lot of hunting on different forums, I come to...
-
Above problem occur when you have not added a group (of which User try to login) in your local policy login. To resolve the issue, follow t...
-
Dear Readers, I face this problem in a web application build in .aspx. It mainly occurs when you are performing some action with javascrip...