7,179 Topics

Member Avatar for
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
Member Avatar for Wojciech_1

whats the difference between My Articles and My Posts links on botton bar? Both directs to the same thing; the only difference is the way of presenting it: articles are presented with content preview and posts are presented as links to them. But generally both positions on bottom bar serves …

Member Avatar for Reverend Jim
-3
218
Member Avatar for Genessis_1

Hi, I am new to google mock so sorry if you think this is an easy question. I am currently testing codes for a project. There are async calls and i am having a hard time checking the sequence of function calls. I cannot share the codes so I'll just …

0
262
Member Avatar for R0bb0b

Hello. Quick question. I have several thousand emails pulled in from several email boxes throuph php imap and I need to search each subject with an array of search terms which returns a bitmask, one bit for each index of the array. 1 = found, 0 = not found. So, …

Member Avatar for diafol
0
158
Member Avatar for sanketdomal

Hello Everyone Please share any complete example on protocol buffer with Java.I also need instruction to compile java code which use these protocol buffer (protobuf).

Member Avatar for JamesCherrill
0
189
Member Avatar for djuiceshamu
Member Avatar for TechnoScore
0
323
Member Avatar for Nimerion

Hey guys, I am trying to use the **Google Calendar API** within a **php webpage** to display personal calendar events for each user. I made it displaying the events, but I'm stuck on displaying the Event Colors for every event. I was looking around the internet for two days now, …

Member Avatar for Nimerion
0
2K
Member Avatar for Emma Carter

I would like to know whether it is possible to know the exact keyword ranking in the particular area. For Example: If we are targeting the keyword "Web Design Services Dublin Ohio" from India, is it possible to know the exact keyword position in Dublin, Ohio Area. Currently i'm using …

Member Avatar for advent_geek
0
176
Member Avatar for ggeoff

Hi I am not getting any response from the Cutenews forum. So perhaps Daniweb experts can help me. I have a couple of websites that have a Cutenews version 1.4.6 search form working. For my latest website I decided to use cutenews 2.0.2. As far as possible I have made …

Member Avatar for ggeoff
0
316
Member Avatar for James_43

Hi there, I have the following code to define the first article on the website I'm developing Strong-Links.org <article id="me" class="panel"> <img src="/images/Strong-Links.png"> <a href="#work" class="jumplink pic"> <span class="arrow icon fa-chevron-right"><span>See my work</span></span> <img src="images/me.jpg" alt="" /> </a> </article> This basically just places two images on the page, with me.jpg …

Member Avatar for James_43
0
251
Member Avatar for Niloofar24

Hello. I was looking for a tutorial or any example of creating web crawler that i found this code somewhere and copied and pasted to test it: First, it is a web crawler, right? Because when i gave it a url of a website, the output was some linkes were …

Member Avatar for vegaseat
0
440
Member Avatar for karmatech

Hi Friends, Can anyone suggest me how to increase my keyword ranking ? Tasks done so for. 1. On site optimization 2. Some good quality links created for targetted keywords 3. Website speed optimized Issue 1. Currently i am getting enough search impressions but clicks are not considerbly good in …

Member Avatar for CantonMIGD
0
203
Member Avatar for sirushti

I am developing a social networking website using a**sp.net mvc** and sql server 2008. I need reference links, sites or reference books which help on knowing what are the best practices, code patterns and best third party tools to integrate and work on. Any suggestions from you people will help …

Member Avatar for tlcd_vip
0
273
Member Avatar for rinston

I saw this article in search engine land on duckduck Go. Well according to what I read, this will be the new feature that Apple will launch in their ios8. To my understanding, it is Apple search engine. I wonder if this new search engine will have any impact in …

Member Avatar for XP78USER
0
439
Member Avatar for Jaklins

TLDR: When large amounts of files (array values) are in the array, the loop will iterate through all the values but only execute part of the foreach statement for some of them. When that happens, it will always affect the same files (in file order, not file name). Detailed version: …

Member Avatar for diafol
0
445
Member Avatar for rosario1990

Hello all, I know seo and backlinks. But in off page all method aren't clear to me. I know how to create backlink onto social, directory, forum, blog, article as well but I want to learn about Web 2.0. Can anyone help me to learn this. Thanks for your help!

Member Avatar for Hulk_1
0
268
Member Avatar for Niloofar24

Hello my friends. Look at this please: >>> from bs4 import BeautifulSoup >>> import urllib2 >>> url = urllib2.urlopen('https://duckduckgo.com/?q=3D&t=canonical&ia=meanings') >>> soup = BeautifulSoup(url) >>> links = soup('a') >>> print links [<a class="header__logo-wrap" href="/?t=canonical" tabindex="-1"><span class="header__logo">DuckDuckGo</span></a>, <a class="search__dropdown" href="javascript:;" id="search_dropdown" tabindex="4"></a>, <a href="https://duckduckgo.com/html/?q=3D">here</a>] >>> I used this `https://duckduckgo.com/?q=3D&t=canonical&ia=meanings` as the url, …

Member Avatar for vegaseat
0
592
Member Avatar for nitin1

I am working on a project and I need one CmakeList.txt file, Config file, spec file. I searched a lot. tutorials are telling how to make these files and all. Please tell me from scratch what they are and what is the use of these files? Please provide links also …

Member Avatar for mridul.ahuja
0
274
Member Avatar for Liwons

Dim searchvar As String Dim sbookmark As String searchvar = Text1 searchvar = Trim$(searchvar) If searchvar <> " " Then With Data1.Recordset sbookmark = .Bookmark .FindFirst "ACCOUNT NO like'" + searchvar + "*'" If .NoMatch Then MsgBox " No Record Found " .Bookmark = sbookmark End If End With End …

Member Avatar for djjeavons
0
289
Member Avatar for Emma Carter

Is it possible to get backlinks from Wikipedia, because most of them are saying about dead links in Wikipedia, but I'm not sure about that.

Member Avatar for Hulk_1
0
77
Member Avatar for Emma Carter
Member Avatar for JohCarlo

Hi guys i need to know how to input before load the search box in Jquery DataTable? anyone because i try to edint the either line "var input = '<input type="search" class="'+classes.sFilterInput+'"/>';" under function _fnFeatureHtmlFilte OR line "sSearchPlaceholder": "", and imomodify. but nothings happend:(

Member Avatar for diafol
0
71
Member Avatar for JohCarlo

i have a codes thats calls in my JSP but i want the search button have a value before its loads because of filtering of data heres my code i try to add a value here var input = '<input type="search" value="Null" class="'+classes.sFilterInput+'"/>'; and here "sSearchPlaceholder":"" but nothings happen :( …

0
98
Member Avatar for annya

Iam facing a problem, Google input tools fonts are not rendering in my website. iam creating a website which support multi language to type. I have typed in malayalam and the font are showing correctly while trying and in the preview page it was showing like this ( മലയാളഠà´à´¨àµà´¨à´¾ …

Member Avatar for annya
0
409
Member Avatar for nasir017

Few days back I started on article submission and it reall work good. I am getting much traffic from the article viewers. I tried blog comment but it did not work and my on page seo dose not work, In this case What should i do now?

Member Avatar for samauden
0
292
Member Avatar for bolfescu

hy i'm using this search, but unfort not working if i will search by both f.name l.name... this is the code if (Input::has('name')) { $name = Input::get('name'); $name = T_entity_details::where('First_Name','LIKE','%'.$name.'%') ->where('Last_Name','LIKE','%'.$name.'%','or') ->where('Entity_Id','!=',$this->userId) ->get(array('Entity_Id')) ->toArray(); $array1 = []; foreach ($name as $value) { array_push($array1, $value['Entity_Id']); } }else{ $name = T_entity_details::where('Entity_Id','!=',$this->userId) ->get(array('Entity_Id')) …

Member Avatar for bolfescu
0
99
Member Avatar for Tuấn_2

i coding a small app with some funtion: can add text to textbox of community(Gplus) and submit my post, but i get fist problem! ![G+.png](/attachments/large/4/aaebf2c0042b977627d29165b22890fb.png "align-center") my code: int num = 0; HtmlElementCollection elementsByTagName = this.webBrowser1.Document.Body.GetElementsByTagName("div"); for (num = 0; num < elementsByTagName.Count; num++) { if (elementsByTagName[num].OuterHtml.Contains("URaP8 Kf Pf b-K …

Member Avatar for Teme64
0
300
Member Avatar for Habib_7

hi.I need 8 search engine for my school.can you give me just the name of those algorithm (except binary search and linear search).

Member Avatar for deceptikon
0
106
Member Avatar for Emma Carter

I would like to know whether the private network blog technique is available in SEO?

Member Avatar for bijutoha
0
185
Member Avatar for Dani

What are some ways specific to forums and online communities to help reduce bounce rate?

Member Avatar for danielmav
0
322

The End.