Sunday, October 14, 2012

Best part time earning website for IT professionals

This Platform is for Part Time or Full time Remote Employment .Employer will have to Pay Fixed Monthly Salary to Selected Candidate however both Employee and employer can choose duration of employment at mutual consent.

http://www.vkender.com/emp-signup.html

For more freelance projects and jobs visit www.vkender.com 
more than 150000  php projects and 5000 php freelancer available here

Friday, August 31, 2012

SOCIAL MEDIA MARKETING COURSE


Get a thorough understanding of the cyber world and extend your brand on the most versatile advertising medium now days. With specialized below digital programs from Ziwwa Solutions, make the most of the digital advertising channels to connect with your customers, engage with your audience and extend your brand digitally.

ONLINEADVERTISING PROGRAM - KNOWLEDGE PARTNER GOOGLE
Duration – 4 months
Fee – Rs. 20,079/-

Duration – 2 months
Fee – Rs. 15,605/-

Duration – 3 months
Fee – Rs. 25000

Duration – 3 months
Fee – Rs. 25000

For More detail visit     courses.ziwwa.in




For more freelance projects and jobs visit www.vkender.com 
more than 150000  SEO projects and 5000 SEO freelancer available here

Saturday, August 18, 2012

Top Deals Of The Day

Top Deals Of The Day


Thursday, August 16, 2012

10 Best FreeOpen Source Ecommerce Platforms



When it comes to open source ecommerce platforms, there are plenty to choose from. Below, I am going 15 best open source e-commerce software.
Each one has its own advantage and disadvantage.  

 

1. Magento (free)


 

2. osCommerce (free)


osCommerce is absolutely free under the GNU General Public License and caters very well to most people’s needs. Unsurprisingly, considering how easy it is to set up and run, it’s extremely popular, powering over 228,700 online stores.

3. OpenCart (free)


4. Spree Commerce (free)


 

5. PrestaShop (free)


 

 

6. VirtueMart (free)


VirtueMart, which has been designed to work alongside Joomla!, is a really neat cart which customers feel instantly comfortable with.

7. Ubercart (free)


 



8. Zen Cart (free)


Few Other Usefull best Shopping cart Script

 Zeuscart (free)

 Afcommerce (free)

 SimpleCart js (free 

 Tomato Cart (free)

CubeCart (free)

 RokQuickCart (free)

StoreSprite (free)

Premium Ecommerce Solution

If you are looking for a premium e-commerce solution I would recommend Shopify. Shopify is secure, easy to use, and best of all, offers fully customizable store designs. Over 20,000+ stores run on Shopify. Start your free, no-risk, 30 day trial now.

Tuesday, June 19, 2012

Extract date from timestamp php


1)Extract date from timestamp php

date('Y-m-d H:i:s', $timestamp);

2)UNION in php

SELECT SUM(MyCol) FROM
(
SELECT ... MyCol FROM Table1
UNION
SELECT ... MyCol FROM Table2
)

3)Array Merge

$array1 = array();
$array2 = array();
$result = array_merge($array1, $array2);

For more freelance projects and jobs visit www.vkender.com 
more than 150000  php projects and 5000 php freelancer available here

Thursday, May 31, 2012

mysql advance query


copy one row to insert into the same table?

INSERT INTO table (col1, col2, col3, ...)
SELECT col1, col2, col3, ... FROM table


Fetch from one table and insert into another table single query

INSERT INTO table (col1, col2, col3, ...)
SELECT col1, col2, col3, ... FROM table2


Fetch from one table a database and insert into another table another database single query single query

INSERT INTO database1.table (col1, col2, col3, ...)
SELECT col1, col2, col3, ... FROM database2.table



How do you connect to multiple MySQL databases on a single webpage?


You can make multiple calls to mysql_connect(), but if the parameters are the same you need to pass true for the '$new_link' (fourth) parameter, otherwise the same connection is reused.
so then you have
$dbh1 = mysql_connect($hostname, $username, $password); 

$dbh2 = mysql_connect($hostname, $username, $password, true); 



mysql_select_db('database1', $dbh1);

mysql_select_db('database2', $dbh2);



Then to query database 1, do
mysql_query('select * from tablename', $dbh1);



and for database 2
mysql_query('select * from tablename', $dbh2);

select with select in where clause

select * from value where id in (select id from value where id=1000000); 

A web hosting service allows individuals and organizations to make their website accessible via the World Wide Web. Web hosts are companies that provide space on a server which is connected by internet. It can be owned or leased as per need there are many cheap webhosting companies
You can create own hosting company at your home using static IP and internet.
The host may also provide an interface or control panel for managing the Web server and installing scripts, as well as other modules and service applications like e-mail. Some hosts specialize in certain software or services like e-commerce, which are commonly used by larger companies that outsource network infrastructure.

Many webhosting companies provide ftp userid and password with help of this you can upload your file and webpage on your server, many companies provide free ftp software.

FileZilla id famous between users you can download it here- The free FTP solution



Types of hosting
Internet hosting services can run Web servers.
§  Shared web hosting service
§  Reseller web hosting
§  Virtual Dedicated Server
§  Dedicated hosting service
§  Managed hosting service
§  Collocation web hosting service
§  Cloud hosting
§  Clustered hosting
§  Grid hosting
§  Home server
Some specific types of hosting provided by web host service providers:
§  File hosting service: hosts files, not web pages
§  Image hosting service
§  Video hosting service
§  Blog hosting service
§  Paste bin
§  Shopping cart software

Tuesday, May 29, 2012

How do you connect to multiple MySQL databases on a same webpage?


below i tell you ,How you connect to multiple MySQL databases on a same webpage?
$hostname='localhost';
$username='username';
$password='password';
$dbname='database1';
$hostname2='localhost';
$username2='username';
$password2='password';
$dbname2='database2';


$dbh1 = mysql_connect($hostname, $username, $password); 
$dbh2 = mysql_connect($hostname2, $username2, $password2); 

mysql_select_db('database1', $dbh1);
mysql_select_db('database2', $dbh2);
Then to query database 1, do
mysql_query('select * from tablename', $dbh1);
and for database 2
mysql_query('select * from tablename', $dbh2);

Friday, March 23, 2012

How to access other computers Folder


How to access other computers through my home network?



Just, go to the computer that you wan't to access, select the folder that you want to see remotely, right click in it, go to Sharing & Security, and select "Share this folder".




Then go to permissions, if you want that everyone who's connecting to this PC have full access (Read, Write, Modification, Delete...) just click on Full Access below Allow column. 

Then, go to Start, Run, and type \\remotecomputer (Where remotecomputer is the name or IP Adress of the computer that you are trying to access, don't forget the \\)

Now you can access folder,Happy computing


For more freelance projects and jobs visit www.vkender.com 
more than 150000 networking jobs and 1000 networking freelancer available here

Saturday, March 17, 2012

How Create Linked Page

To add a Company Profile take the following steps: 

1. Click on 'Companies' found in the top navigation bar of your home page under MORE. 
2. Click on the 'Add a Company' link found in the upper right area of the page. 
3. Type in your company's official name and your email address at the company on the 'Company Name and Email' page. If your email address is already tied to an email domain for an existing Company Profile, you will be prompted to click on the existing Company name to edit the Profile. 
4. If your company email address is not a confirmed email address on your LinkedIn account, a confirmation email will be sent to the company email address. The email text will give you a link to log into your LinkedIn account. Be sure to log in to LinkedIn with your current primary email address. This will confirm your email address and add the email address to your account. 
5. If your email address is confirmed you will be taken to the 'Create a Company' page that will allow you to enter information about your company. 
6. Click on 'Create a Company' once you have completed the required fields. 


For more freelance projects and jobs visit www.vkender.com 
more than 3500000 projects and 150000 freelancer available here

DOEACC O Level Result 2012


DOEACC O Level Result 2012

Hi Friends here is latest information related with DOEACC O Level Result 2012. DOEACC O Level Result 2012 has been released. DOEACC O Level Result 2012 can easily be done it from the following links. It is very easy to see DOEACC O Level Result 2012 . Yes guys DOEACC O Level Result 2012 has been declared. You can see your DOEACC O Level Result 2012 here. Just check it here for DOEACC O Level Result 2012  and DOEACC Result .

For Further DOEACC O Level Result 2012 you can check out websites :- 
1. DOEACC O Level Result 2012
2. DOEACC  Result 2012