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

Tuesday, April 10, 2012

HTML5 Features Can Drive Up Mobile Websites' Usage By Up To 28%

image

If your mobile site still mostly consists of static pages, maybe it's time for an upgrade. According to new data from Usablenet, adding just a few interactive elements could increase your users' or readers' engagement with your site significantly. Usablenet, which describes itself as a 'technology platform for mobile and multichannel customer engagement,' says that when brands on its platform started using HTML5-enabled features like interactive galleries, location services, overlays and expandable (or collapsible) boxes, their pageviews increased by 11% and their bounce rates decreased by 15%.

JMD COMPUTER India - Outsourcing Website Development India - website development India - e commerce development India

In total, sites using these features experienced about a 28% increase in overall usage. Usablenet's customers include major enterprises like Expedia, Tesco, Amtrak, American Airlines, OfficeMax, ShopNBC and online fashion marketplace ASOS.

Thursday, April 14, 2011

Cyber attack hits WordPress.com, 18 million blogs compromised

image 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 of the information exposed, and re-securing avenues used to gain access. We presume our source code was exposed and copied. While much of our code is Open Source, there are sensitive bits of our and our partners' code. Beyond that, however, it appears information disclosed was limited.

Update: According to Automatic, this break-in 'affects most of Automatic's services Root level access potentially allows access to everything on the servers."

Tech Crunch's Alexia Tsosis argues that Mullenweg is downplaying the severity of the incident, pointing out that "Word Press.com VIP customers are all on 'code red' and in the process of changing all the passwords/API keys they've left in the source code." Tech Crunch, among other big blogs, is a WordPress VIP customer.

"While Automatic is down playing the leak, site source code includes API keys and Twitter and Face book passwords," writes Tsosis.

Mullenweg says that the investigation is ongoing and that they have "taken comprehensive steps to prevent an incident like this from occurring again."

Mullenweg also suggests that users should use strong passwords, different passwords for each site and, "If you have used the same password on different sites, switch it to something more secure." In other words - change your passwords, folks.

- JMDComputerIndia.com

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.

wordpress1 How to Install Wordpress in your computer locally

Install Wordpress using WAMP

Quick Preview:

  • Install & configure WAMP Server
  • Copy Wordpress to the local directory
  • Install Wordpress

Install & Configure WAMP Server

  1. Download the latest version of WAMP Server. or Click here WAMP Server.
  2. Install it in your computer.
  3. After installation, the WAMP icon will be placed in the system tray.
  4. Left click on the icon and select the second option (phpMyAdmin) .
  5. A new page with database creation option will be loaded in your default browser .
  6. Create a new database with the desired name, this will be used by wordpress to store data.
  7. After creating the database we must add an user and assign privileges.
  8. Click on “Database” tab and click the icon next to the database you just created.
  9. This will open the privileges window, in which you must add a new user.
  10. Click on “Add a new User “ , and enter the following details

User name:->Use text field <desired User name>

Host:->Any host -> Localhost

Password:->Use text field-><desired password>

  1. Then select Grant all privileges and click on “Go”

[flagallery gid=3 name="Gallery"]Note: Click on the “FS” button inthe gallery to view it in Fullscreen.

Copy Wordpress to Local Directory

  1. Download the latest stable version of Wordpress.
  2. Copy the files inside wordpress folder to the “www” directory where you installed WAMP (Default: “C:\wamp\www”)
  3. Note: Do not copy the entire folder and paste it, in that case you should append the folder name every time you access localhost.( The index.php must be in the www directory)
  4. Before Installing wordpress, some files must be configured, this includes specifying the database name and the user name which you created using WAMP.
  5. Open the file “wp-config-sample.php” and make changes to the following fields.

define(‘DB_NAME’, ‘putyourdbnamehere’);

define(‘DB_USER’, ‘usernamehere’);

define(‘DB_PASSWORD’, ‘yourpasswordhere’);

  1. The values in these fields must be replaced with the values you specified in WAMP.
  2. Note: The single quote must not be removed.
  3. Save the file and rename it from “wp-config-sample.php” to “wp-config.php”

Installing Wordpress

  1. With the database being created and the wordpress folder being configured, we can now install the Wordpress in your computer.
  2. Open your browser and enter “localhost”.
  3. This will start the Wordpress installation process.
  4. Enter you blog title and your email. The Email feature may not work as you don’t have a dedicated mail provider. Incase of installing wordpress in server, the mail option will be very much useful, particularly incase of lost passwords.
  5. Leave the other options to their default and click on “Install Wordpress”
  6. Then wordpress will provide you with a user name and password, by default the username is “admin”.
  7. Copy the password, because it cannot be retrieved once again.
  8. Click on “Log In”
  9. The wordpress will take you the login page where you must provide the username and the password that is generated by Wordpress.
  10. On a successful login it will redirect you to the Wordpress Dashboard.
  11. Atlast wordpress is installed in your local computer without the need of any domain.

[flagallery gid=4 name="Gallery"]

Note: Make sure to change you wordpress generated password after your first login, this can be achieved by Clicking on the “Users “option in the left sidebar.

Friday, November 27, 2009

अपने कंप्युटर को सर्वर मे बदलें(पार्ट 2) - mysql - php कैसे चलाएं?

मैने पिछले पोस्ट मे बताया था की कैसे XAMPP ईंस्टाल करते हैं और अब MySQL, डाटाबेस बनाना और उसका प्रयोग कैसे करना है वो बताने जा रहा हूं।

पहले "XAMPP Control Panel" को ओपन करें और Apache के साईड मे Modules लिखा होगा उसके निचे Svc लिखा होगा उसपर क्लिक कर के ओके करना है।  फिर अपाची को स्टार्ट करना है और MySQL को भी।

स्क्रिन साट:

अब अपना ब्राउजर खोलीये और उसमे localhost टाईप कर के एन्टर दबा दें।

अगर आपको xampp का पेज दिखता है तो ठिक है फिर आप

ये लिंक अपने ब्राउजर मे खोलीये

http://localhost/security/xamppsecurity.php

अब उसमे आपको MySQL SuperUser: का पास्वर्ड सेट करना है।

New password: root
Repeat the new password: root

Note:-  अगर आपको आपका पास्वर्ड सेट करना है। तो सेट कर सकते है


स्क्रिन साट:

अब अगर आप पास्वर्ड मे root डालते हैं तो आपका MySQL का यूजर नेम ये होगा Username: root
Password: root  अब आपको अपने Xampp डायरेक्ट्री को पास्वर्ड प्रोटेक्टेड बनाना है।

XAMPP DIRECTORY PROTECTION (.htaccess)

उसमे भी पास्वर्ड डाल दें।

अब आपका phpMyAdmin पास्वर्ड प्रोटेक्टेड हो गया है।

MySQL कैसे बनाएं?

यहां http://localhost/phpmyadmin/  पर जा कर अपना username और paasword डाल के लागईन कर लें।

username: root

और वही पास्वर्ड डालें जो आपने सेट किया था।

अब लागईन होने के बाद Create New Database मे कोई नाम डालीये जैसे मै jmdcomputer डाल रहा हूं।

और अब Create पर क्लिक कर दें।

स्क्रिन साट:

अब आपने MySQL का एकाऊंट भी बना लिया है और डाटाबेस भी। तो अब आप कोई भी स्क्रिप्ट ईन्स्टाल कर सकते हैं। आपका एकाऊंट एसा होगा।

host: localhost

user: root

pass: root

database: jmdcomputer

अब आप स्क्रिप्ट कहां डाल सकते हैं, फाईल कहां डालेंगे?

अपने कंप्युटर मे जहां पर भी आपने अपना xampp डाला होगा उसमे जाएं। जैसे मैने यहां डाला है C:\server मे और आपको जाना है htdocs फ़ोल्डर मे। जैसे मै यहां जाउंगा। C:\server\xampp\htdocs और ईस फोल्डर मे जो भी हो उसे डिलीट कर दें और उसमे आप अपना फाईल, स्क्रिप्ट डाल कर चलाईये।

index.php या index.html डालेंगे तो ब्राउजर मे http://localhost  खोलने पर सिधे आपका index पेज दिखेगा।

पार्ट 1 पोस्ट यहां है

- JMD Computer                                                       Give Comment

source:- http://kunnu.net

Thursday, November 26, 2009

अपने कंप्युटर को सर्वर मे कैसे बदलें? - PHP,MySQL सभी कूछ चलेगा।

क्या आप कोई स्क्रिप्ट या साईट अपने कंप्युटर मे ही चलाना चाहते हैं? या कोई साईट बना रहे हैं और उसमे आपको बार बार वो साईट खोल कर देखना पड रहा है की पेज मे क्या बदला है?  अगर हां तो अब टाईम बर्बाद करना बंद करें।

ये सिर्फ पेज बनाने, स्क्रिप्ट चलाने के ही काम नही आता आप ईसमे FTP,PHP,MySQL,Apache आदी सभी सिख सकते हैं वो भी अपने कंप्युटर  मे।

Direct Tutorial

पहले आपको XAMPP यहां क्लिक कर के डाउन्लोड करना होगा।

  • 32Bit के विन्डोज एक्स-पी प्रयोगकर्ता यहां क्लिक कर के XAMPP डाउन्लोड कर सकते है।

Download Link

http://nchc.dl.sourceforge.net/project/xampp/XAMPP%20Windows/1.7.2/xampp-win32-1.7.2.exe


डाउन्लोड होने के बाद आप ईस साफ्टवेयर को जहां भी डालना चाहते हैं वहां एक फोल्डर बना लें जैसे मै ईसे यहां  डालने जा रहा हूं

C:\server

अब XAMPP को रन करें और ईन्स्टालेसन डायरेक्ट्री डालें और ईन्सटाल पर क्लिक कर दें।

स्क्रिन साट:



अब ईंतजार करें ईस्टालेसन पूरा होने का।

DOS खूलेगा और अब आपको प्रशन के जवाब देने हैं। बस आपको मै जसे बता रहा हूं वैसे ही कर दें।


अबर आपके कंप्युटर मे पहले से ही y लिखे आ रहा है तो आपको y दबाने कि जरूरत नही है बस सिधे एन्टर दबा दें।

1.   अगर y पहले से ही लिखा है तो एन्टर दबा दें

2.   फिर एन्टर दबा दें

3.   फिर एन्टर दबाएं और फिर पूछेगा की Press (Return) to continue - एन्टर दबा दें। और एक बार फिर यही कहेगा की Press (Return) to continue - एन्टर दबा दें। अब आपको "1"  दबा कर एन्टर दबाना है।


ईन्सटालेशन पूरा हो गया पर अब आपको ईसको चलाना बता दूं ताकी आप ईसमे MySQL आदी सभी आसानी से बना सकें और उसका पूरी तरह से प्रयोग कर सकें।

आपको एक कंट्रोल पैनल दिख रहा होगा - अगर नही खूला है तो डेस्कटाप पर एक्जेम्प का सार्टकट आईकन होगा उसपर क्लिक कर के एक्जेम्प को खोलें।

अब सबसे पहले आपको Apache के Modules के निचे Svc पर क्लिक कर  के फिर  उसके साईड मे "Start" पर भी क्लिक करना है और हां ईनपर क्लिक करने के बाद आपको कूछ देर तक ईंतजार करना पड सकता है।

अब MySQL के सामने Start पर क्लिक कर दें। जब दोनो Apache और MySQL पर "Running" लिखा होगा तो समझीये सब ठिक है।

Screenshot:

अब आपके कंप्युटर के सर्वर का दो एड्रेस है। आप ईसे अपने कंप्युटर पर खोल सकते हैं।

http://127.0.0.1

http://localhost

या SSL वाला एड्रेस(अगर SSL प्रयोग करना हो तब)

https://127.0.0.1

https://localhost

अगले पोस्ट मे बताऊंगा की कैसे MySQL, PHP, phpMyAdmin का प्रयोग करना है। अगला पोस्ट कुछ ही दिनो मे लिखने वाला हूं....

- JMD Computer                                                       Give Comment

source:- http://kunnu.net

पार्ट 2 पोस्ट यहां है

 
Design and Bloggerized by JMD Computer