Sunteți pe pagina 1din 10

Please dont copy others code from net..Shake your head .

work hard prepare your own project with original codes.

After you submit your SRS this is a general question that can arise in your mind. Isnt it ? I know this because when I made my project in TGMC last year we also faced it. You know that time is very short and you are eager to complete it but as it your first time you are confused. So for those people who are eager to do it by any means, those who wants to go thorough some sleepless night I made this ppt for them.

I) First of all know your project as much as clearly you can. When you are creating your SRS you are actually documenting your total project but thing is little different when you are developing it. Read your project scenario again and again. II)Point out which are the basic functional requirements of the user of your application. And that is the main thing you have to keep into mind. III) As all the projects are web based there mostly three things to do a)Front-end design (HTML , CSS , JavaScript , AJAX). b) Database Connection and creating Sarvlets and JSPs.(J2EE) c) Creating Database and Table.(DB2) IV)Choose leader of your team and distribute your works. [One will make front-end pages, 2 team-mates will do J2EE staffs like creating Sarvlets and JSPs and last team mate will create the databases]

V)Now, the guy who will make the front-end he had to know the technologies like HTML , CSS, JavaScript, AJAX. You can learn this things from w3schools.com VI)Those who will deal with J2EE they should know fundamentals of core java and advance java. VII) Last one that is creating database in DB2. For that you have to learn DB2

Technologies

Time

Web sites

1.HTML

1-2 days

w3schools.com, www.html.net/, http://www.davesite.com/ webstation/html/ www.w3.org/Style/CSS/l earning.en.html, www.csstutorial.net/

2.CSS

3 days

Technologies 3.Javascript

Time 3 days

Websites www.w3schools.com/js/ www.javascriptkit.com/ www.javascriptcity.com/t utorials/index.html www.w3schools.com/ajax /default.asp www.tizag.com/ajaxTutor ial/ www.roseindia.net/ajax/ www.roseindia.net/ publib.boulder.ibm.com/in focenter/db2help/

4.AJAX

3-4 days

5.J2EE 6.DB2

7-10 days 2 days

For basic static pages Styling the web pages to give your project a descent look 1. A sign-up form can check if your user name is available when you enter it, preventing you from having to endure a frustrating reload of the page 2. A search box can give you suggested results while you type, based on what youve entered so far (for example bi could bring up suggestions to choose from that contain this string, such as bird, big and bicycle). This usage pattern is called auto complete. 3. Information that changes constantly can be loaded periodically without the need for user interaction, for example sports match results or stock market tickers. 4. Information that is a nice-to-have and runs the risk of being redundant to some users can be loaded when and if the user chooses to access it. For example the navigation menu of a site could be 6 links but display links to deeper pages on-demand when the user activates a menu item.

6.JavaScript can fix layout issues. Using JavaScript you can find the position and area of any element on the page, and the dimensions of the browser window. Using this information you can prevent overlapping elements and other such issues. Say for example you have a menu with several levels; by checking that there is space for the sub-menu to appear before showing it you can prevent scroll-bars or overlapping menu items. 7. JavaScript can enhance the interfaces HTML gives us. While it is nice to have a text input box you might want to have a combo box allowing you to choose from a list of preset values or enter your own. Using JavaScript you can enhance a normal input box to do that. 8. You can use JavaScript to animate elements on a page for example to show and hide information, or highlight specific sections of a page this can make for a more usable, richer user experience. There is more information on this in the JavaScript animation article later on in the course.

1.For creating Image Menu that is a simple JavaScript work in which images are used to make a horizontal image menu. Simply hovering the link will show you the full image by expanding. Mostly work in every browser.

2. For creating DrasticMap that is an Ajax-based component that displays data from DB2 in a Google map. You can configure according to your need and integrate on your website. There are lots of options to play with. 3.For making registration page more flexible it can be used. In registration page for checking the username is available or not it can be used easily and without going to another page it instantly check the database and showing the result. In google account creation you will find it. 4. For making ImageFlow that is an unobtrusive and userfriendly JavaScript image gallery. It is an object-oriented script, that means you can create many instances of it on one website. You can also customize each instance differently. Many features like this you can embed in your site thorough AJAX. If you use scripting lanuage AJAX in your site it will give you advantage in TGMC.

It is a framework that make your web-based project dynamic. Text and Images dynamically changed on the basis of checking data from database and after other calculation . It can also make you able to handle sessions and cookies. Transferring data from page to page or retrieving data or storing data from database also be done through J2EE.

It is very handy database tool. Table creation , insertion and modification can easily done by the GUI of DB2.Some data types are different from oracle. But after every operation you can see the code and understand the query behind it.

i)Use AJAX for developing any registration page. It can give you advantage in F2F round. ii)If you do not able to include sufficient features then make it sure whatever you have done it is completed or not. I mean if you are able to develop 2 pages then those 2 pages must be totally developed according to their need to the project and also error-free. iii)Point out your projects key features and develop them accordingly. iv) Dont copy codes from net. Its a bad habit. You may face trouble during F2F round as whoever will come to see your project they will ask you question about your project from any thing and you have to explain it then. So, dont use the short-cut.

v)In web-pages dont place web components in pixel positioning . As finally you have to show your project in projector and that will show your project in giant screen so if you positioned your web components pixel-wise then in giant screen they all mixed up. So use percentage format. vi) Use IBM tools as much as possible. RAD,DB2 are the great tools and you can easily use it. It will give you extra point. vii)In OS Linux is preferable. viii)For data base connectivity issue you can see this ppt http://www.scribd.com/doc/76131133/DB2-Connection-With-Eclipse-IDE

BEST OF LUCK. n Work Hard.

Prepared By,
Nirmalya Roy CSE 4th year Student, Calcutta Institute of Technology

S-ar putea să vă placă și