Software Development Life Cycle Phases   SDLC(Software Development Life Cycle) is a conceptual model or a detailed plan on how to create, develop, implement and launch the software, it describes the stages involved in an information system development project.   There are six steps or stages of SDLC.   1. System Requirements Analysis2. Feasibility study3.…

Have your mozilla firefox homepage hijacked and showing undesired homepage?  don’t worry !!   Just follow some simple steps to get rid by this.   1. Close Mozilla Firefox.   2. Uninstall the package from control panel > add remove program Package with the name whose default page has set on your Firefox browser  …

Best way to use custom fonts on your site cross browser web fonts   If you use custom font in your website using @font-face,then it may possible that it will not display fine in some browsers.   This is due to the font-face browser dependency (every browser supports @font-face slightly differently).   for resolving the cross…

Use non-standard font in web pages   Normally your website visitors can only see the fonts that are already installed on their system. So if you use a font(non-standard) that is not installed on site visitor’s computer then his browser will show some other font that is on their computer. That’s why when you are…

Complete guide of cookies and session in php   SESSION   Many New PHP developers are often confused whether to use sessions or cookies for their websites. Both cookies and sessions have their advantages and drawbacks. PHP developer should first understand the differences between each so that he can choose better option according to need.…