Access 401 authentication with Curl

When we implement Curl for an URL where 401 authentication is made (The pop-up for username and password when we access that url through browser), we can pass the username and password parameter along with the calling URL. For example: for your url, www.abc.com to by pass authentication in one go, we can use, http://username:password@www.abc.c [...]

0 Comments , , , ,

Quick tips for https connection (Non secure content warning – IE)

If you are using https pages or some of the pages (payment pages etc) in your website, keep the following in your mind. In some browsers especially IE shows warning of non-secured content in secured page. This cause user the feeling that the website is not secured. Use relative url always. Relative URL means those [...]

1 Comments , , , , , , , , , , ,

Check website in different browsers

Last day i got a good website in which we can test the rendering of a particular website through different versions of interenet explorer. From a designer’s view, internet explorer is a life long head ache due its different alignment, floating problem, iframe problem, script execution problem and all. Here , http://ipinfo.info/netrenderer/index.php , You can [...]

12 Comments , , , , , , ,

Fun Time

Hello Techies , Lets watch a fun video with your browser interactive effect. Kill me if you dont like this flash + javascript effect. Dont maximise (enlarge ) your browser window  after clicking the below link. Wait a moment  after the click. REMEMBER, DONT MAXIMIZE the window http://www.fly-a-balloon.be/ Regards Sythoos Share

5 Comments , , , , , ,

Internet Explorer Float – Margin Problem

If you are a web designer, who designs using css  properties, perhaps you get in struck with different browser’s compatibility. In these case Internet explorer would be your most headache, especially IE 6 or former versions . Mozilla shows contents as we expect while the design phase. The web browser arrived recently, Chrome also shows [...]

3 Comments , , , , , , , , , , ,

Google Chrome

10 Features of Google Chrome – Youtube Video [youtube:http://in.youtube.com/watch?v=Xlh8gSF_hhE] Yes, a browser with very simple layout. The features i like in this new browser is its full screee view. The only thing in the top area is the location bar. No other menus or buttons or panels are there. It gives a comfort feeling. (All [...]

5 Comments , , , , , , , ,

Mozilla Plugin Development

Steps to create a mozilla plugin> 1) You need Mozilla Firefox Web Browser (Download from: http://www.mozilla.com/en-US/) 2) Initail steps for a Hello World program is here : http://developer.mozilla.org/en/docs/Building_an_Extension The package is zip file saved with xpi ( pronounced as zippi ). And the Interfacing language is called XUL You can edit and test your xul [...]

9 Comments , , , , ,