Php Mysql Javascript Engineer Yahoo! Resume

Arun Prabhakar - Web Designer

, JavaScript w AJAX , CSS , to make elogant simple pages that are simply usable, appealing and light to download. Over 3+ years experience in developing websites in PHP backend scripting language in raw PHP, and exposure to various frameworks such as Drupal and Code Ignitor , making applications that are efficient, fast, optimized, and with a clean extensible code. Experience in tweaking PHP installations ... Injection that always makes me write secure code. Experience in using the MySQL Database server ...
http://digitalpbk.com/about/resume/web-designer

Select random rows from a table in MySQL

mysql In order to select a random row from MySQL, we can order the rows by a random number and then pick the first row. SELECT * FROM node ORDER BY rand ( ) LIMIT 1 ; The above query randomly selects a row from the table node . (MySQL) ...
http://digitalpbk.com/mysql/select-random-rows-table

Turn on Bluetooth/Wifi on Sony Vaio CW Series

smart network icon is missing ! Normally after a resume from hibernate or windows explorer crash ...
http://digitalpbk.com/sony-vaio/cw-series-turn-on-enable-bluetooth-wifi-smart-network

How to change root admin user password in Drupal ?

drupal In order to reset the root or superadmin password on a drupal system, login into the database by looking at the settings.php . You can use phpMyAdmin or any other MySQL utilities like SQLYog, or MySQL command line. Run the following query to reset the password. UPDATE users SET pass = MD5 ( 'password' ) WHERE uid = 1 The user id of administrator is always 1 . Password field ...
http://digitalpbk.com/drupal/how-change-drupal-root-user-password

Gumblar Virus Javascript removal using PERL

Gumblar virus infects all .html and .php files and injects a piece of javascript in the source code. The code is usually found just below the <body> tag. The Javascript code Gumblar ... } ; The above code adds a javascript with source as shown below : <script src=&quot;http://ifeng-com.citibank.com.tripadvisor-com.needserve.ru:8080/ganji.com/ganji.com/google.com/angege.com/kijiji.ca.php&quot; defer ... to remove the script find a page that has the javascript and enter the virus signature in the following ...
http://digitalpbk.com/virus/gumblar-web-virus-manual-removal-free-tool

Google search goes social with Social Search Results - The Facebook effect ?

over the world. Facebook can start its own search engine because either way the content writer ...
http://digitalpbk.com/google/google-search-social-results-beta

Free Light weight Social media sharing javascript for Facebook, Twitter, Stumble Upon, Digg and Reddit

javascript Social Media ... in unintentional 3rd party javascript code ( or flash tracker ) which runs on your blog. So it is always safe ... it is suppose to do. Javascript Object for Social Media Sharing var share = { fb : function ( title , url ) { this . share ( 'http://www.facebook.com/sharer.php ... javascript object is used for social media sharing. In its simplest usage all you have to do is call share ...
http://digitalpbk.com/javascript/free-light-small-social-media-sharing-javascript-facebook-twitter-stumble-upon-digg-and-r

Django SocialAuth Fix Google Email Open id attribute exchange

django Django Social auth is a package that enables login to your django website with Facebook, Google, Yahoo and Twitter. Allowing authentication from 3rd party websites which supports open authentication helps users easy to register to your website without filling too much details. Easier signup makes more registrations and helps you cover your django web hosting charges . The package is managed at github here , but it does not have a stable ...
http://digitalpbk.com/django/django-social-auth-fix-google-open-id-email

Removing index.php From URL in CodeIgniter

_rewrite.c> RewriteEngine on   # Rewrite URLs of the form 'x' to the form 'index.php?q=x'.   RewriteCond %{REQUEST ... Ignitor by default all URLs except the default home contains "index.php" by default in the URL, For example http://localhost/index.php/class/function. In order to make the URLs "cleaner", we have to remove "index.php" from the URL. This is done using the mod_rewrite module in apache to redirect all traffic to index.php/ . The following code inside .htaccess does the redirection. Code Igniter ...
http://digitalpbk.com/code-ignitor/removing-indexphp-url

Resolve Net::MySQL Hang problem if the database result has only 1 row or is empty

::MySQL is a simple MySQL perl Client to connect to MySQL servers. But Net::MySQL hangs if your result set is having just one row. Sample Net::MySQL code #!/usr/bin/perl   use Net :: MySQL ;   $mysql = Net :: MySQL -> new ( hostname => 'localhost' , database ... ' , ) ;   $gid = 1 ;   $mysql -> query ( 'SELECT * FROM table WHERE id = 1' ) ;   if ( $mysql -> has_selected_record ) { my $record_set = $mysql -> ...
http://digitalpbk.com/perl/solve-netmysql-hang-problem-if-database-result-has-only-1-row-or-empty
More Results for "php mysql javascript engineer yahoo! resume" ... 1     2     3     4     5     6     7