i want to hide my website untill i complete development so only some people who are tester and client can only see the website how to do protect a directory by password ?
sandee
About Me
convert .po language file to .mo file By PHP , so it add extra lang constant on the fly without use any extra software like Poedit . so is there any way to comply .po file to .mo file
it does not show latest review of google map location which recently add some min ago . i can see it but google map api does not able to fetch latest review . so can you correct me pls where i doing wrong to grab latest review .
i am using PHP for my website for server side language. how to add twitter login button with PHP or JavaScript in website ?
How to add Login with Facebook in website . i use PHP for website server side coding , and also if it will be done with JavaScript its also good .
how to apply vertical-align:middle to div in CSS ?
difference between top , text-top in vertical-align property in CSS ? same for bottom|text-bottom ? vertical-align:bottom or vertical-align:text-bottom will not leading any changes to view. i mean its not going to bottom . it should be but vertical-align:bottom or vertical-align:text-bottom or vertical-align:top or vertical-align:text-top is not applying
how to use GroupLayout in Java Swing ? what is meaning of above statement in Java Swing ? how one can adjust Layout In Java Swing ?
what are the alternative to delete the session beside session_destroy function
session vs cookie in php
How to force Browser to load fresh copy of CSS/JS files ? i am debugging with web application which have use cache module , when i do some change in CSS or JS , It Always load cached version of it so i always need to go back end each time and remove cache and try again to load my change. so it is very time consuming to debug with cached application so is there any hack i can do which help me to debug with cached application so it load my changes on CSS and JS ? How can I force Browser to refresh JavaScript/ CSS files?
what is the difference between window.onload (JavaScript) and $(document).ready() (jQuery) ? is there $(document).ready() is that extended version of window.load ? which is one better to use when we need some action in JavaScript after page loading.