Thursday, 28 November 2013

3:00 PM, the other day, found an interesting responsive template. The idea behind using responsive template is, the website can be run on diverse platforms. 

So i started converting my coded template to the responsive template i just found and making sure that no CSS and JS conflicts. Conflicts are avoided by taking notes of all the CSS and JS file import's, so that no two files are import at once.
I have adjusted the Boostrap Js with /theme/header.php to collapse the navigation bar for small window.
Rest of the part is included in /theme/index.php.
All the login sessions are handled in Header.php itself. 
Conversion of template took me 5 hour's of coding, resulting into cool responsive template supporting multiple resolutions.

Friday, 1 November 2013

9:00 AM: Started coding early in the morning, with only one motive to finish search. Search includes, "Search for books" and "search at location". I need to code for Autocomplete for retrieving book name from MYSQL using PHP. And after submitting that code, next page should include google map with POST request from book name textfield page. i.e, using $_POST['bookname']. So i searched for that particular book name and displayed it on map, if the book's available. It took me 3 hour's of coding.

Search for location includes searching random books at particular location. When user enter's any location. It redirects it to google map's page. Where all the books present at that locations are displayed. I have placed this search box for all the book worm nerds who just wants to read random books which are available close to their location. It took me another 3 hour's of coding with fixing some responsive template bugs and css fixes.