Showing posts with label website using php. Show all posts
Showing posts with label website using php. Show all posts

3 Mar 2015

How to Make your site Responsive on all screens


ittechnocrates - How To Make Website Reponsive on all Screens



 Hello There!

CSS stands for Cascading Style Sheet. It makes all the designing of your website. You have just to do is to make your webpage design responsive to all screen through these .css files. When I am developing a site, I thought may it be responsive for all screens? does my visitor can see it in his/her tab or mobile? So I gone through some sites and find some effective methods for solving the responsiveness problems of any site.

The Screen option:-

 You can provide the screen option in the starting of any HTML landing page. This screen option let you specify which screen you have and according to your selection it will give you the webpage.
This will cause you multiple CSS files which have the designing of separate screen in separate file.

Pros and cons:

  (1) Fix Screen size and nothing complex for pixels. Each screen have its own css.
  (2) Have to make separate Screen CSS for Each screen.

The Media Queries:-

You can develop any website's design with CSS. Media queries are the best fit method for this. This will make one style sheet which helps you to create design for diffrent screens in one file... No need to make different different files for each screen. they adjust classes as they have to through viewport. you just have to specify link tag that contains attributes like "viewport=1366px" and "media=all".

pros and cons:
(1) Best Effective and convincing method. Just define the screen you want in media query.
(2) More Complex if two or more CSS are conflicting with each other.

3 Jul 2014

Frameworks in PHP



  •     A Framework is the structure that you can choose to build your program or project in php.
  •     It allows you to connect ti naby diffrent API's as well as determine the structure of your own application.
  •     A php framework is a collection of classes which helps you to develop a web application. 
  •     It acts like a library of functions to help the developer for easy references and program developing.
  •     There are various type of Frameworks are available in Php. They are listed as under.


  1.     Aiki Framework
  2.     Apigility
  3.     Ayoola Framework
  4.     CakePHP
  5.     Drupal
  6.     Epesi
  7.     Fat-Free Framework
  8.     FuelPHP
  9.     Hammerkit
  10.     Hazaar MVC
  11.     Horde (software)
  12.     ImpressPages
  13.     Jamroom
  14.     Joomla
  15.     Laravel (framework)
  16.     Lithium (PHP framework)
  17.     Nette Framework
  18.     PHPixie
  19.     PRADO (framework)
  20.     ProcessWire
  21.     Seagull PHP Framework
  22.     Solodev
  23.     Symfony
  24.     TYPO3
  25.     TYPO3 Flow
  26.     XOOPS
  27.     Yii
  28.     Zend Framework
  29.     Zikula
 For More details on Php Frameworks....
click on this link....
http://en.wikipedia.org/wiki/Category:PHP_frameworks

    19 Jun 2013

    If You want to create a Project in PHP.....

    If You want to create a Project in PHP..... 

    You have to fulfill following requirements:-


    (1) The Project should be multi user means an admin panel should be there..
    (2) You have to create a Project in PHP that can display the proper result for the given
           given entries by user....
    (3) Prefer some website that demonstrates this like this domains ".edu" and ".ac.in".
    (4) from admin panel you have to create menus Which can handle all the tasks needed for project management...
    (5) from User area You have to display menus like Insert, update, view, delete data.....
    (6) This project should be have proper time and date function and proper CSS to design....
    (7) At least one config file should be there for the project functions, and logics....
    (8) Make it on your own... don't copy the logic... copy the functions that is used to display....
    (9) If You want some good marks than focus on display and proper output...
    (10) The project Should be very neet and understandable....
    (11)Make Proper Database to store records and give proper names to table and variables for parsing records...
    (12)In Php the database should be less complex for making good parsing of records and have multiple operation at a time on each record....

     All the Best For Your Project.....................
           
            Mr. B. M.
                      (Bhavya Mehta)

    Comments

    © 2013-2016 ITTechnocrates. All rights resevered. Developed by Bhavya Mehta