
Search In
Photo by Carlos Muza on Unsplash
About 71% of marketers say that utilizing strategic keywords is the top strategy for search engine optimization (SEO). However, of the 810 search engine results page (SERP) features Google uses, only 161 ar
Hello Everyone!
What do you make out of my latest code update ?
Member Reg & Login script
config.php
[php]
<?php
/*
* ERROR HANDLING
* ini_set('display_errors', 1);
* ini_set('displ
If you want to understand your audience, the most important aspect to look into is data. However, there isn't just one set of data which is relevant to all individual businesses, which is why you need to gather your own data to develop the succes
According to a survey on emarketer, “Mcommerce sales in the US will increase to total $146.26 billion in year 2018.”
A service provider mobile application concept is a new innovative way to enlarge your expertise for the
To get hired in any industry, a strong resume is must, but how their resume look like leaves, many job seekers confused and overwhelmed. For instance, what information should they include? How much detail is required? Where should I place my work exp
Sys Commands :
1) How to count number of procedures in a table
USE [Database_Name]
SELECT COUNT(*) as procedures FROM sys.procedures
2) How to get the attributes of procedure in a table
USE [DatabaseName]
SELECT * FROM sys.procedures where name L
Hello Friends,
If you are looking to execute select query in codelgniter. Please review the code below:
// Pass the table attributes you need to fetch
$this->db->select('id, first_name, lastname');
OR
$this->db->select('*');
// Defi
To call javascript function write the following lines :
NSString *getStringvalue=[webView stringByEvaluatingJavaScriptFromString:@"getName()”];
Where getName() is a JavaScript function which return a String value.
and to send Objective C variable
Communication in IPV6
In IPV6 we dont have any broadcast technique for delivering message and data.
The IPV6 can not be dependent on the DHCP Dynamic Host Control Protocol for the configuration , it also auto configure its own IP.
Hello,
I would like to know if is possible to migrate a database from studio 2012 to 2015. I have an app done in the visual studio 2012 and I would like to open it in the 2015 with the db. Please let me know how or post me some links where I can find
