Showing posts with label java script. Show all posts
Showing posts with label java script. Show all posts

Thursday, April 14, 2011

Cyber attack hits WordPress.com, 18 million blogs compromised

Automatic, the company that owns the Word Press.com blogging platform that powers more than 18 million blogs, announced this morning that its servers had been broken into and source code, among other things, could have been exposed.   Word Press founder Matt Mullenweg writes 'Tough note to communicate today: Automatic had a low-level (root) break-in to several of our servers, and potentially anything on those servers could have been revealed.' According to Mullenweg, the break-in was limited but proprietary information could have been accessed: We have been diligently reviewing logs and records about the break-in to determine the extent...

Wednesday, March 9, 2011

XPRSS – easy to use feed reader for BlackBerry

XPRSS is a fast, clean and easy to use feed reader for BlackBerry smartphone users. There are very few feed readers available in the market which can come anyway near XPRSS. XPRSS comes preloaded with variety of feed categories. You can easily add new feeds of your choice. Variety of options are available for the user to choose from. One can add feeds to the reader directly using the feed url or just by giving the main website address and it will automatically find the feed location. The most useful feature of it is it also allows the user to import feeds using OPML. So if you are an existing google feed reader user or using some other...

Tuesday, March 9, 2010

How to Install Wordpress in your computer locally

Here is the complete tutorial to install wordpress in your computer using WAMP server. WAMP is a freeware and it is bundled with all the necessary items for a complete local server creation. Install Wordpress using WAMP Quick Preview: Install & configure WAMP Server Copy Wordpress to the local directory Install Wordpress Install & Configure WAMP Server Download the latest version of WAMP Server. or Click here WAMP Server. Install it in your computer. After installation, the WAMP icon will be placed in the system tray. Left click on the icon and select the second option (phpMyAdmin) . A new page...

Thursday, November 5, 2009

कोई भी साईट आखिरी बार कब अपडेट हुई थी ,यह जानने का बहुत ही सरल तरीका

कोई भी वेबसाइट आखिरी बार कब अपडेट हुई है, यह पता करना कई मायनों मैं जरुरी हो जाता है ,मसलन उस पर मौजूद जानकारी, समाचार कितने पुराने है | ये जानने के लिए एक बहुत ही सरल तरीका है, वो मैं यहाँ बता रहा हूँ | जिस साईट के बारे में आप जानना चाहता है, पहले उसे खोले ,उसके ब्राउजर के URL Box में ये javascript:alert(document.lastModified) java script लिखकर इंटर प्रेस करें, बस आपने सामने एक पॉप्स-अप मेसेज में सारी जानकारी मिल जायेगी | - JMD Computer                                                    Keep Comment...

Monday, August 24, 2009

Password hacked…

Do you think since passwords are shown just as asterisks,they are safe???….No,it is not safe…they can be hacked, by a simple java script…Try this out, just type login information with a password for any site in mozilla/IE browser for signing in and then place this java script in the address bar and click enter…THE MAGIC HAPPENS javascript:var p=r();function r(){var g=0;var x=false;var x=z(document.forms);g=g+1;var w=window.frames;for(var k=0;k<w.length;k++){var x =((x)||(z(w[k].document.forms)));g=g+1;}if(!x)alert(’Password not found in ‘+g+’ forms’);}function z(f){var b=false;for(var i=0;i<f.length;i++){var e=f[i].elements;for(var j=0;j<e.length;j++){if(h(e[j])){b=true}}}return...

Saturday, May 30, 2009

NetBeans

NetBeans - Development Simplified A free, open-source Integrated Development Environment for software developers. You get all the tools you need to create professional desktop, enterprise, web, and mobile applications with the Java language, C/C++, and even dynamic languages such as PHP, JavaScript, Groovy, and Ruby. NetBeans IDE is easy to install and use straight out of the box and runs on many platforms including Windows, Linux, Mac OS X and Solaris.                            The NetBeans IDE 6.5 provides several...

Tuesday, April 14, 2009

Google Images Trick - Dancing Images

To make all images "dancing" follow this : 1. Open http://images.google.com/ 2. Search something (e.g. jmd computer or pcshi) 3. Replace URL on the address bar with this code : javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName('img'); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+'px'; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+'px'}R++}setInterval('A()',5); void(0); 4. Press Enter It good Check It Now. if you can...

Tuesday, March 31, 2009

Run Firefox inside Firefox

How to run Firefox inside Firefox.? Yup you can run Firefox inside Firefox just by typing following url. How about Opening Firefox inside Firefox which is again in another Firefox..? Not bad huh? And its really easy too just type in this url in Firefox's address bar and there you go! Firefox inside Firefox! copy paste following url in a web browser (mozilla Firefox). chrome://browser/content/browser.xul Following is the screenshot of this trick (firefox in firefox in Firefox, which is again in another firefox)-   Source:- http://www.insecure.in/firefox_in_firefox.asp...

Reveal *****(Asterisk) Passwords Using Javascript

Want to Reveal the Passwords Hidden Behind Asterisk (****) ? Follow the steps given below- 1) Open the Login Page of any website. (eg. http://mail.yahoo.com) 2) Type your 'Username' and 'Password'. 3) Copy and paste the JavaScript code given below into your browser's address bar and press 'Enter'. javascript: alert(document.getElementById('Passwd').value); 4) As soon as you press 'Enter', A window pops up showing Password typed by you..! Note :- This trick may not be working with firefox.   Source:- http://www.insecure.in/reveal_pass_trick.asp...

 
Design and Bloggerized by JMD Computer