7,178 Topics

Member Avatar for
Member Avatar for mrkm1188

I have a GridView that is populated with information froma sql table. The first column of the table has a number (0,1,2,etc.) that corresponds to a folder on the network that contains multiple documents. After the table is generated with all the information from the sql table, I want to …

Member Avatar for djjeavons
0
139
Member Avatar for charliehustle88

Hello, The particular code I have in place is based off of search, that will then grab items from my data base and render the results in a table formatted display. pagination included. } $var1 = $_POST['var1']; $query = "SELECT * FROM table WHERE state LIKE :search OR city LIKE …

Member Avatar for broj1
0
389
Member Avatar for Rik30

Hello! I'm trying to find the longest sequence of equal elements in a matrix M x N. I use two nested for-loops to search into the rows and compare the cells - same thing for the columns. When two adjacent elements are equal, I increment a counter. If the counter …

Member Avatar for Rik30
0
207
Member Avatar for Niloofar24

Hello. i'm creating a simple CMS for myself. There is a register form, i can register as the admin of the cms and then with login form, i can enter into admin area to write a new post or edit or delete posts. But there is a problem. I typed …

Member Avatar for Niloofar24
0
1K
Member Avatar for Syed Ammar

I have another question and trying to solve but did not solve this anyone who help me to solve this the Question start here...... Write a program that reads a whole paragraph (you can do that with a little common sense) from the user. Now prompt the user enters a …

Member Avatar for David W
0
146
Member Avatar for Niloofar24

Hi everybody. I have a page with some post's title in it. I have put every title in an <a> tag. I want to click on each title and enter into an other page (single-post-page.php) to see the content of that post's title. The script of that page (single-post-page.php) should …

Member Avatar for Niloofar24
0
2K
Member Avatar for divyakrishnan

Hi.. I am using Google map to show the route path between the longitude and latitude points. Here the default stroke color of the route path is blue. I want to set it into different colors. That is,from point A to B is reb,B to C is green,C to D …

Member Avatar for almostbob
0
4K
Member Avatar for Dani

As we all know, Google is going to start factoring in mobile usability into their algorithm later this month. Over the past few days, out of no where, Google Webmaster Tools started showing an increasing number of mobile usability issues (first 124 earlier this week, and now 268 pages with …

Member Avatar for Dani
0
258
Member Avatar for TobbeK

Hello, I'm playing with some RSS functions, and I like to fetch/extract the (image:thumbnail) url from the CNN RRS Feed: http://rss.cnn.com/rss/edition.rss In this (and other) RSS feeds there can be mediafiles (image:thumbnail) that seems to be impossible to grab and display together with the rest of the feed output. The …

Member Avatar for TobbeK
0
314
Member Avatar for rouse

My memory informs me that this is the third time I have tried to upgrade to a 5.3 version of PHP and failed. As best as I can tell, I am not downloading the correct combination of PHP and most likely the Apache server to get a working developing environment. …

Member Avatar for rouse
0
256
Member Avatar for bijutoha

What do you think about domain extention like **.com, .org, .net etc.** touch any SEO value? Thanks for your time.

Member Avatar for Daniel_38
0
291
Member Avatar for Jolly1

I noticed some spam links towards a competitor's website. When I tried to create same links for a website it did not take me more than 5 minutes to create 8 of such links. **I created only these 8 spam links** while continued my regular hard work SEO effort for …

Member Avatar for danielmav
0
276
Member Avatar for advent_geek

Who were all request Invite for Auto SEO - SEO Ninja http://seo.ninja http://searchengineland.com/april-fools-googles-matt-cutts-starts-new-seo-spam-tool-autoseo-217774

0
109
Member Avatar for nasir017

I have only a little bit idea about onpage SEO. I always prefer off Page seo. Now i need to know about On Page seo, I have only idea about Meta tag. If any one who has vast knowledge on On-Page Seo, Please Let me know about that. I will …

Member Avatar for Daniel_38
0
635
Member Avatar for Daniel_38

Link building is one of the most persuasive parameters of search engine ranking. Now a days Link Juice is a Key factor for any link building services. So, i just want to know that what factors affecting the performance of link juice in seo. Any research based idea...

Member Avatar for Daniel_38
0
243
Member Avatar for mbarandao

I need a secondary review of the following script to help identify an issue of inconsistency with a function. The code allows me to perform a live search on a specified content. If a match is fount, it allows for me to click on a link and toggle() the content …

Member Avatar for mbarandao
0
386
Member Avatar for altjen

Hello... Im having a problem with "like operator" on SQL database Im using this code to search on database Dim DV As New DataView(dbDataSet) DV.RowFilter = String.Format("ID Like '%{0}%'", TextBox1.Text) DataGridView1.DataSource = DV and at textbox1 I type 2 in data grid view show all people who have number 2 …

Member Avatar for altjen
0
305
Member Avatar for earnz

Hi guys, im doing a project atm and it's really important. It's about building an android application showing forms that link into a database (Mysql), using Xampp. The database then links to a GUI (php?)showing information gathered from the application on the field. Any suggestions on how to go about …

Member Avatar for helenspencer
0
155
Member Avatar for nissy

Hi all, Today i had conversation with a CEO of reputed company. He asked me that he need 30-40backlinks per day for his websites. Im in a dilemma that whether it is possible to get that much of backlinks per day?.. Please do help me out. If its possible then …

Member Avatar for shelazane
0
366
Member Avatar for rohanferns

Hey everyone, I created a blog that provides all information on classified submission about two months ago. currently, I only have six members on my blog. I want at least fifty members per month. I already shared the link on Facebook and Twitter. Please tell me what else I should …

Member Avatar for shelazane
0
234
Member Avatar for harishprakash
Member Avatar for harishprakash
Member Avatar for happygeek

The Google Glass wearable computing 'enhanced reality' project got off the ground this week at the Google I/O Developers Conference in San Francisco earlier this week. Around 6,000 developers were present to see a demonstration of the futuristic technology which integrates a small video-display suspended from the arm of the …

Member Avatar for helenspencer
2
969
Member Avatar for JorgeM

When users interact with your web page and processes, it is important to provide them with continuous feedback. Without the feedback, a user is left wondering if you page is actually processing work, frozen, or just not working. This is especially true when incorporating Ajax requests that take more than …

2
1K
Member Avatar for Dragos_1

#include <iostream> #include <fstream> #include <cstring> using namespace std; int va[20][2],i,j,iesire,intrare,st[21],as,ev,k=2,timp,mint=10000,d=0,t=0; float distanta,mind=10000; char comune[65][25]; struct intr { int t; float d; }v[65][65]; void init(int k,int st[21]) { st[k]=0; } void succesor(int k,int &as,int st[21]) { if(st[k]<65&&k<20) { st[k]++; as=1; } else { as=0; } } void valid(int k,int &ev,intr …

Member Avatar for Schol-R-LEA
0
752
Member Avatar for Prasanth Kps

How do you beat competitor website on google.In the way of, he is in first postion in the the Google because of his reviews. So how can i beat him(website) with the seo process.Is there any link building or seo related work has to be done? Am expecting you give …

Member Avatar for RyanKempe
0
429
Member Avatar for steve_Ali

Hi Dani Web Menbers, please i'm looking for proxies Directoies for submit my websites based proxy thanks a lot

Member Avatar for helenspencer
0
86
Member Avatar for man.chester.581

im trying to creat buttom to show all ocntacts on the phone with this code : private async void SearchContactButtom_click(object sender, RoutedEventArgs e) { await SearchContacts(); } private async Task SearchContacts() { var contactsStore = await ContactManager.RequestStoreAsync(); IReadOnlyList<Contact> contacts = await contactsStore.FindContactsAsync(); var dlg = new Windows.UI.Popups.MessageDialog("found " + contacts.Count …

0
123
Member Avatar for vegaseat
Member Avatar for vegaseat
0
238
Member Avatar for pelusa

I have a few dozen links like: http://www.domain.com/publication?id=test http://www.domain.com/publication?id=test&tkn=25MMI7 http://www.domain.com/publication?id=VfgodzE4Akg&tkn=25GJK02&gid=VCsfkQENp4g:20150323:s I want to be able to redirect them to: http://www.domain.com/publication/?id=test http://www.domain.com/publication/?id=test&tkn=25MMI7 http://www.domain.com/publication/?id=VfgodzE4Akg&tkn=25GJK02&gid=VCsfkQENp4g:20150323:s How can I do this? Thank you.

Member Avatar for reygcalantaol
0
222

The End.