Sunday, October 12, 2014


Simple example of Movie Booking System use Java Application . Database use is MySQL .
Have 5 table which is : Customer , Movie , Admin , Hall , Booking .

Role for Customer/User:
  • Login
  • Register
  • Choose Movie
  • Choose Date and Time
  • Choose Seats
  • View Booking Details
  • View Movie Details
Role for Admin:
  • Login
  • Add New Movie
  • View Movie Details

Incoming Search:

Wednesday, October 1, 2014

Hide Your Name at Blogspot


1st Step : Go to Your Dashboard and click your Blog name

2nd Step : Go to Layout

3rd Step : Find a blog post box like a picture below . and click EDIT



4th Step : Unchecked the Posted by check box like the picture below



5th Step : Click Save button . DONE 


IF the author name still show up .. GO TO TEMPLATE , then EDIT HTML ..

Search for  <data:post.author/> at the code line ... Remove all the <data:post.author/>


How To Remove the Powered by Blogger text from your blogspot .



First Step : Go to Your Blog Dashboard. then click your blog name

2nd Step : Go to Template

3rd Step : Click a Button Name Edit HTML

4th Step : Search For </head> at the code line 

5th: Add this code above the </head>

<style type="text/css">

    #Attribution1{display:none;}

</style>

6th Step : Refresh your Blog . DONE


Zul Ameen Blog © 2013 | Powered by Blogger | Blogger Template by DesignCart.org