-
Prospect
<head>
<script type="text/javascript">
function loadXMLDoc()
{
.... AJAX script goes here ...
}
</script>
</head>
-
Prospect
cegonsoft provides webservices training in dot net.. it halps to programming in websites through dot net..
_____________________
cegonsoft.net
-
Prospect
Google makes huge investment to develop the Ajax approach. All major products Google has introduced last year - Orkut, Gmail, the latest beta version of Google Groups, Google Suggest and Google Maps - are Ajax applications. (For more technical nuts and bolts of these Ajax implementations, check out these excellent analysis of Gmail, Google Suggest and Google Maps). Others are following suit: many of the features that people like Flickr depend on Ajax, Amazon and A9.com search engine applies similar techniques.
These projects demonstrate that Ajax is not only technically but also practical for real world applications. This is not another technology that only works in a laboratory. And Ajax applications can be any size, from simple single-function Google Suggest to the very complex and sophisticated cards Google.
-
Prospect
cegonsoft offers best training for final year projects in different technologies for all final year students.. i did my final year projects in cegonsoft.. that moment is very enjoyable moment in my life.. it was very helpful to make my project solution.. i explained in my college also really well.. i suggest to all to make their final year projects..
cegonsoft.net
-
Prospect
C# (pronounced "see sharp" or "C Sharp") is one of many .NET programming languages. It is object-oriented and allows you to build reusable components for a wide variety of application types. Microsoft introduced C# on June 26th, 2000 and it became a v1.0 product on Feb 13th 2002.
C# is an evolution of the C and C++ family of languages. However, it borrows features from other programming languages, such as Delphi and Java. If you look at the most basic syntax of both C# and Java, the code looks very similar, but then again, the code looks a lot like C++ too, which is intentional. Developers often ask questions about why C# supports certain features or works in a certain way. The answer is often rooted in it's C++ heritage.
-
Prospect
Hi, I was joined a dot net course at Cegonsoft.
I like the way the course was structured at Cegonsoft and it was very practical. The pace of the training was just right and I enjoyed it. Training was fabulous! Clear and concise. I felt comfortable asking questions and answers were understandable.
They also placed me after training. Great assistance of placement. Thanks Cegonsoft.
final year projects
-
Prospect
I don't have to say anything about Cegonsoft as this institute itself has got something great. Cegonsoft is the best place to learn Java/J2EE, PHP & MySQL, Software Testing, Dot Net, LAMP, Python, Web2.0 and RIA. The faculty and material they provide prepares for the interviews and you don’t have go to any text books. The learning curves used by the faculty makes everyone ready for the software companies. The faculties focus on each student in the class.
final year projects
-
Prospect
Response.Redirect is used to redirect the user’s browser to another page. This performs a a round-trip in the client’s browser and redirected to a new page. The user’s browser history list is updated to reflect the new address in the URL.
Server.Transfer transfers from one page to another page directly without making a round-trip back to the client’s browser. This provides a faster response. Server.Transfer does not update the clients URL history list or current URL.
Final Year Projects
-
Prospect
To create formatted text, call the FormattedText constructor to create a FormattedText object. Once you have created the initial formatted text string, you can apply a range of formatting styles.
Use the MaxTextWidth property to constrain the text to a specific width. The text will automatically wrap to avoid exceeding the specified width. Use the MaxTextHeight property to constrain the text to a specific height. The text will display an ellipsis, "…" for the text that exceeds the specified height.
Final Year Projects
-
Prospect
cegonsoft foundation | BSC application projects topics
cegonsoft foundation | BSC application projects topics
Documentation
Writing is an important part of understanding. We note again here, but in another sense. In this case, is to write critical to understand for others what you have done. There are two reasons why you want others to understand your work:
1. While you may receive credit for it (depending on the final grade);
2. So that others can continue your work and to develop or maintain the system.
It is extremely important that you document your work in all phases of your project. We have already seen that the documentation is essential in the first reading and the stages of requirements specification, but it is equally important in the design, implementation, testing and maintenance phases.
The best way to organize your writing is to keep track of all work in progress. You have to go buy a hardcover book and write down everything good you do in the project in this book every day. Every thought and observation that you have in your project must be in this book, with notes of meetings with your supervisor, findings, theoretical developments, stones, everything. This book will become a valuable source of material when it comes to writing your final project report.
However, do not wait until the end of the project to begin the process of formal documentation. At the end of each phase (or end of each task), you must write a formal report on this phase. These reports, in turn, become an excellent base for the final report.
Finally, another form of documentation that must be created during the project. This is a presentation of the project. The final report and presentation projects are so important.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules