7,162 Topics

Member Avatar for
Member Avatar for jasee

We're doig a replatforming/redesign of our website using Kentico Enterprise, and we have a couple handfuls of AdWords Campaigns. We're also looping in a Copywriter to go over existing and new copy content for our products and other pages. I want to make sure we don't lose keywords relevant to …

0
208
Member Avatar for samauden

Hello friends I am doing SEO for a website which have offices in two locations in USA and also in UK. I would like to use microdata for the organisation using free tool(tools dot seochat dot com/tools/brand-organization-schema-generator/) for rich snippet generators. I have already placed meta tags on the home …

Member Avatar for jayashreemarg
0
222
Member Avatar for userrahulkapoor

Hi, How We can Improve the Traffic of Motivational Speaker website, can we discuss anythink new off-page optimization tricks

Member Avatar for midastouchwebs
0
108
Member Avatar for Roger_2

I am having trouble implementing a solution using a binary search tree that returns the key of the node based on it's rank in O(N) worst case running time. Every idea i have (listed below) results in O(N^2) or sends me to a dead end. This almost seems impossible. i …

Member Avatar for AssertNull
0
1K
Member Avatar for Sukhbir Singh

Hello Guys, I have a [Political Punjab](http://sukhbirsinghbadalofficial.blog.com/) related website which stable on fifth page on SERP i have use many way to promote my website but i am anable to get the result please suggest me what should do i to promote for my website and how can i get …

Member Avatar for jayashreemarg
0
426
Member Avatar for RikTelner

I take two versions of Open Sans from Google Fonts' servers. Regular and a bold one. As soon as page loads, the font is shown nicely. The idea is something like this a.link { font-weight: 400; } a.link.selected { font-weight: 800; } There's jQuery snippet that says that as soon …

Member Avatar for gentlemedia
1
359
Member Avatar for Digital_1

Hi Friends. This is my website digitalvaaradhi.com . From last 2 months i did both seo and smo. but my website position is not improved. why? Please anlayze my website and give the suggestions.

Member Avatar for KumarPradeep
-2
460
Member Avatar for Sabasi

This a code made in three.js so its like a gemoetry big cube made with small cube written in css,but i want to make that the source will be an image and that image will be the big structure made with small cube,i.e-if the image is google logo the thing …

0
140
Member Avatar for rproffitt

There's a lot of chatter about W10 but just tripped over this due a complaint about network speed fluctuations. Here's a google about what I turned off. https://www.google.com/#q=disable+windows+10+sharing+updates

Member Avatar for ronin7752
0
295
Member Avatar for wyeknott

Is there some way to get more that two (2) search folders into the Favorites part of the navigation pane in Outlook 2010? I really need more than two and have been unable to find a solution to this problem. Thanks in advance...

Member Avatar for wyeknott
0
132
Member Avatar for nissy

Hi all, Can anyone suggest me that a title can be written "**Latest infocus Cell Phone Price List 03-02-2016"**. Inside the source code of a website. i.e in Meta tags?. Please suggest

Member Avatar for jayashreemarg
0
124
Member Avatar for RikTelner

--- (nevermind, I'm just not good enough for it, I'll go for less appealing solution that I know) ---

Member Avatar for gentlemedia
0
254
Member Avatar for Suzie999

Hi all, I'm having trouble finding information for what I need. I think it's because I don't really know the nane of what I'm looking for, so keywords are eluding me in my search. I hope my explanation might give someone a clue who can help or at least tell …

Member Avatar for Suzie999
0
263
Member Avatar for roycpo
Member Avatar for hrishivardhan
0
306
Member Avatar for spud91

Hi guys! im working with google places and i'm currently able to show 20 markers on the map. I have a FloatingActionButton on my map screen and once the user presses/clicks on it it should display the markers based on the next_page_token. Currently ive hard coded one in for testing …

0
182
Member Avatar for Dipti_1

XML - <?xml version='1.0' encoding='UTF-8'?> <Form name='Demo' id='DemoID' searchname='Demo' search='Demo' org='Yes' > <Field name='IdentificationNumber' datatype='String' control='InputText' length='10' search='Yes' /> <Field name='Country' datatype='String' control='InputText' length='50' search='Yes' /> </Form> PHP - <!DOCTYPE html> <html> <body> <?php $xml=simplexml_load_file("Demo.xml") or die("Error: Cannot create object"); echo $xml->FIELD . "<br>"; ?> </body> </html>

Member Avatar for AndrisP
0
240
Member Avatar for pezzinae

Hello everyone please your help with the correct syntax of this code i´ve just build it but the visual studio has closed the session and i lost all my work the code as you can see search between two dates that part its ok, and then search in another field …

Member Avatar for Santanu.Das
0
290
Member Avatar for Parth_3

'Private Sub ComboBox1_SelectionChanged(ByVal sender As System.Object, ByVal e As System.Windows.Controls.SelectionChangedEventArgs) Handles ComboBox1.SelectionChanged ' Dim cmd As New SqlClient.SqlCommand ' Dim tbl As New DataTable ' Dim da As New SqlClient.SqlDataAdapter ' Dim code As Integer ' Dim ds As New DataSet ' Dim sql_empid As String = cmbaaa.SelectedValue.ToString ' Try …

Member Avatar for Santanu.Das
0
360
Member Avatar for AQWst

Hello-- I am not sure if I am asking this in the right place or it can be answered. I have tried to search the Internet and can not find an answer. I have a few small short stories that are in *.mp3 format, but I would like to be …

Member Avatar for rubberman
0
731
Member Avatar for IT-INDIA.com

hi there fellas, I would like to know more about **easy to develop link bait programs**. I understand what these are and how these work. Any bright ideas? regards, SA

Member Avatar for almostbob
0
233
Member Avatar for Noorul Ariff

Dear... I'm doing INVENTORY PROJECT... I'm using ACCESS as BACK-END... My tables are PURCHASE and SALES... In PURCHASE table, fields are CODE(primary key), PRICE, DATE, TOTAL, QTY... when I'm entering datas in form and when i click submit, the datas stored... but when i enter same DATA(CODE), it is showing …

Member Avatar for Steffany
0
8K
Member Avatar for abhi10kumar

I want to build a mysql query to search comma-separate string with in another comma-separate string. For example : search string '1,3,5' from '1,2,3,4,5,6' What will be the mysql query?

Member Avatar for abhi10kumar
0
217
Member Avatar for genesistobe44

Write a well structured program that will accept the following fields of record in a data item, surname, other names, age, address, occupation, department, level, and grades for 15 different courses. 1. The program should be able to compute the CGPA of each candidate when scores for the courses are …

Member Avatar for rproffitt
0
249
Member Avatar for Nova6112

i am implementing Google Drive in Android with Java code i didnt use Android formats, i just created client id and i used in Manifest <meta-data android:name="com.google.android.apps.drive.APP_ID" android:value="id=344123456789"/> and my code to create folder is credential = GoogleAccountCredential.usingOAuth2(this, Collections.singleton(DriveScopes.DRIVE)); credential.setSelectedAccountName(accountName); service = getDriveService(credential); java.io.File fileContent = new java.io.File(path); FileContent mediaContent …

0
148
Member Avatar for janicemurby

hi i have followed a friends tutorial for my website and all is working upon production but when im attempting to add it to my site im having problems getting the following to show up in my page none of the links in the php block are showing up ive …

Member Avatar for janicemurby
0
245
Member Avatar for Lau_1

Hello, i want to know, is there any way to force user can only select the address provided in dropdown list? Currently everything working well, but user can proceed without select the address from the dropdown list, can anyone help? Thanks in advance <input type="text" class="form-control" id="address" name="address" required> <script> …

Member Avatar for AleMonteiro
0
1K
Member Avatar for janicemurby

Hi im wondering if someone can guide me where to go im looking for a system where a user can stop another user contacting them via message system on my site ive search ignore user and block user but there is nothing for custom built sites only things like word …

Member Avatar for janicemurby
0
168
Member Avatar for Zueas

I have a gambling site which has not bad performances in Search engines. There is a problem with the subsection about casinos, the main keyword is "free online casino games for real money" and the link to the subsection is here: http://www.slotozilla.com/free-slots/real-money . I'm not using geotargeting or anything like …

Member Avatar for jacks009
0
621
Member Avatar for Michael_50

Last night I tried hooking my tv up to my computer to use as a second monitor I googled how to do it, Google told me to turn off the computer connect the hdmi cord and turn the computer back on so I did. But when I turned computer back …

Member Avatar for rch1231
0
237
Member Avatar for leonesa

log in password: Welcome! (1) Add (2) View (3) Search (4) Exit Choice: Add Employee Record Input no. of Employee: the system is now ready to accept_ employee records press any key to continue...... Add Employee Record Employee Name: Year of Service: Numeric Rate: Adding_Employee Record Successfully Done! Back to …

Member Avatar for Reverend Jim
0
248

The End.