7,192 Topics

Member Avatar for
Member Avatar for sr4314
Member Avatar for lewashby

I just purchased an HP Envy 5642. I can print to it from Linux without a problem but I don't see a way to scan. When I hit scan on the printer it tells me to turn on the appropriate HP application in Windows which I am not running. I …

Member Avatar for Gribouillis
0
561
Member Avatar for fobos

Hello all, i am stuck on this.. i want to be able to play a video from a mysql database. Currently i can upload the video to mysql (name, type, size, content) and download the file. i have a media player that shows a video, but i have to use …

Member Avatar for diafol
0
2K
Member Avatar for Hamed_3

hi . i have these codes : Private Sub Form_Load() WebBrowser1.Navigate "http://www.film-ha.com/wp-login.php" Do Until WebBrowser1.ReadyState = READYSTATE_COMPLETE DoEvents Loop If URL = "http://www.film-ha.com/wp-admin/" Then WebBrowser1.Navigate "http://film-ha.com/wp-admin/post-new.php" End If End Sub can anyone help me about how to add if webbrowser url is exact url that i want ? or maybe …

Member Avatar for Robin_6
0
303
Member Avatar for shahidali6

Hi Dear, Is there any simple way of earn money from youtube.com. If you have knowladge about that kindly let me know. Thanks in advance. Regards, Shahid Ali

Member Avatar for larryholley
0
277
Member Avatar for shilpakoteyar

Hi all Please help me to solve this I recently changed the url of my page to seo friendly url. How many days it will take to index by google? And what is the quick way to fetch?

Member Avatar for larryholley
0
198
Member Avatar for Emma Carter
Member Avatar for stevexavior

I have seen the term Google Bot Optimization on some forums. But I can not understand what it is? Is it different from normal search engine optimization or its the same? If somthing exists like this then I would like to know more about it. I need full information on …

Member Avatar for larryholley
0
392
Member Avatar for supriyamrai

Hi all Please tell me how can I increase traffic to my new site? Ya Social Media is one. But how can we increase through social Media. By simply posting people will not visit the site I feel. Please tell what all method we can follow to increase traffic through …

Member Avatar for larryholley
0
237
Member Avatar for Deepo

Hey everyone, Is there anywhere on the net where I can do a short course to get a basic understanding of SEO I have watched some youtube tutorials but most of them are kind of vague. Is there anywhere online or any short courses anyone can reccomend? much appreciated.

Member Avatar for cwvps
0
163
Member Avatar for Ritesh_4

Hello I need some help to build a search form for a website, which should locate the nearest dealership based on either the location shared by the user (if the user is on a smartphone, then if the GPS is on the dealership/s is/are located by it, else the user …

Member Avatar for Ritesh_4
0
116
Member Avatar for vedwebservices

Hello Everyone, can you please help me? Now,I am learn SMO and I am SMO Beginner. I have a confusion about banner post on social media my question is that **how much maximum post the banner everyday on social media for ecommerce website?** Please Everyone guide me and reply me …

Member Avatar for vedwebservices
0
186
Member Avatar for moneeshot

I am helping a friend switch from Godaddy quick shopping cart to magento. Unfortunately the Godaddy cart automatically creates product and catalog URLS. Using caps, dashes and underscores. I can dupe the link text but magento only allows dashes and no caps, I'd rather not use caps or underscores anyway. …

0
261
Member Avatar for Violet_82

Hi guys, I've run into something interesting and I'm a bit stumped with this. Basically I have a form: <form> <div class="formWrapper"> <span>Refine your search</span> <input type="text"> <select> <option>English</option> <option>French</option> <option>Dutch</option> </select> <button class="submitButton" type="submit" data-ajaxurl="http://localhost/_myFile.html" data-ajaxtarget="#myFile_search" >Search</button> </div> </form> and some bootstrap pagination links: <div class="bootstrap_pagination"> <ul> <li class="active"> …

0
130
Member Avatar for altjen

try{ String b = jTextField1.getText(); String sql = "SELECT * FROM DataImput ORDER BY InvoiceNumber=?"; pst=conn.prepareStatement(sql); pst.setString(1, b); rs=pst.executeQuery(); jTable1.setModel(DbUtils.resultSetToTableModel(rs)); } catch(Exception e){ JOptionPane.showMessageDialog(null, e); } finally{ try{ rs.close(); pst.close(); } catch(Exception e){ } } } this is the code I work to search. it actually work. but really weird. …

Member Avatar for stultuske
0
145
Member Avatar for getmused

> Pinterest is quite full with people who are trying to market their stuffs. But when your hand is full with so many social media sites, the easiest way to get the best of Pinterest is by using full automation.. Read the rest of the technique of [How to Use …

Member Avatar for Ksmartfingers
0
337
Member Avatar for Mike_25

Hi there, I have have a challenge with my application. I am developing it using VB.Net and SQL server 2014. My database contains 2k plus records. I used to search and return the results very fast when the database was still small. The problem now is that whenever i try …

Member Avatar for Mike_25
0
198
Member Avatar for al2henry

I have created a footer with links for the major pages of the "upgrade" to my choir's website. It displays perfectly in Chrome and Firefox but the alignment is bad in IE10 (I don't doubt IE 9 and earlier makes a bigger mess of the whole page.) Edge dislpays the …

Member Avatar for al2henry
0
459
Member Avatar for Slavi

Hey guys, how is it going? I am wondering whether this my idea is possible to achieve .. I am looking at this search engine https://datacvr.virk.dk/data/ and it can take names,cvr number, address etc as input and return a facinating output. I think they are using elasticsearch to do all …

Member Avatar for Slavi
0
384
Member Avatar for cinpyscaf1

How Can We Check Is our site has virus or not. Firstly our site will be slow down automatically if it is attacked by virus or some other activities also may showing that your site has been attacked by a virus. so spamy links showing in your site so its …

Member Avatar for y0f4n
0
556
Member Avatar for Ventech_IT

Hi i am currently building a admin section for my website but i am stuck at a certain point, right now my user authentication is working and my form validation is working great, when i log in as admin i want it to display the admin dash and when a …

Member Avatar for diafol
0
273
Member Avatar for Mark Christian

Hello there.. I am currently working with the referral program and I have a page wherein it displays all the personal information of a person who referred by the user login.. I have 2 functions for displaying the records.. Number 1 is just displaying the records when you go to …

Member Avatar for Mark Christian
0
1K
Member Avatar for Justin_16

package Agents; import java.io.IOException; import java.io.PrintWriter; import java.sql.Connection; import java.sql.DriverManager; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; @WebServlet(name = "InsertAgents", urlPatterns = {"/InsertAgents"}) public class InsertAgents extends HttpServlet { protected void doPOST(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { response.setContentType("text/html;charset=UTF-8"); try (PrintWriter out = response.getWriter()) { /* …

Member Avatar for jwenting
0
292
Member Avatar for EvaBozh

Hey, I need to make a bootstrap footer like the one on the bottom of this site http://drantipov.com/ . (I'm using Bootstrap v2.3.2. I'm using this version because my website looks compact and small - the way I need this. But when I try to use Bootstrap v3.3.5 - new …

Member Avatar for Oliver Realize
0
317
Member Avatar for Anup_2

<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <body> <form method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>"> Product: <select name="s_product"> <option value="">Plz select product</option> <option value="1">TV</option> <option value="2">Fan</option> <option value="3">Light</option> </select><br/><br/><br/> </form> <?php if(isset($_POST['s_product'])) { $product=$_POST['s_product']; $sql = "SELECT * FROM `data` join product on data.p_id=product.p_id WHERE …

Member Avatar for Anup_2
0
479
Member Avatar for kevinbelgiean

What is Google Phantom update? And how this update has its impact towards websites?

Member Avatar for advent_geek
0
100
Member Avatar for Sayam_1

I am newbie in ajax.i want to send a normal ajax request when i will click the search button.i write some code the search onclick function.. $(document).ready(function() { $("#Search").click(function() { $.ajax({ "dataType": 'json', "type": "POST", "url": "../test/loginform_details.do", "data": { username: $('#username').val().toString(), password: $('#password').val().toString(), }, "success": function(data) { fnCallback(data); } }); …

Member Avatar for gabrielcastillo
0
206
Member Avatar for potterrick2
0
106
Member Avatar for cpsi

If you search on Google for my website that looks like the robot.txt please help how can solve this probleam?

Member Avatar for cpsi
0
77
Member Avatar for thomasmax480

At Present time does;t matter what is your domain name.If you are working good and Follow search engine terms & condition then you got good result..If you want to better result for your site then you must strong and good Off page techniques

Member Avatar for happygeek
0
209
Member Avatar for nitin1

Hi, Actually, I want to make one Singleton class which will create one instance for one thread. I mean if we have 10 threads, then Singleton will create only one object for one thread. IF same thread will ask for one more instance it will return the same instance. Basically, …

Member Avatar for vijayan121
0
338
Member Avatar for PhilipsEl

Hello Everyone, I am looking for a good, perfectly workable web 2.0 submission software with one time payment option. I heard about SE Nuke, Magic submitter, Sick submitter, Zenno poster and some similar software but most of them want recurring monthly payment. Before buying I'd love to check the trial …

0
124
Member Avatar for fredjoe565

Was hoping there are some experts on PHP out there that can help me with a specific imageboard software called kusaba X. Specifically version 0.9.3 I am running specific Mods like, post screening 2.0, links open in new tab/page, images open in new tab, staff edits (where staff members can …

Member Avatar for fredjoe565
0
210
Member Avatar for vedwebservices

hello Everyone I learn an On page seo please suggest me **how to create Alt Tag & Link creation?** Thanks, Regards

Member Avatar for cwvps
0
118
Member Avatar for meLiel

hi programming masters! i need your help..how can i SEARCH a record in a database and display the results?? example: if i type an ID number or a name on the text box and click the search button it will look for the records and display it.. i have a …

Member Avatar for Reverend Jim
0
12K
Member Avatar for Nandomo

Is it possible to OCR an image using java? Any links to logic or examples or APIs would be appreciated.

Member Avatar for jwenting
0
103
Member Avatar for Piers Rollins

I would like to know whether the infographics creation, sharing or submission techniques are still worth for SEO?

Member Avatar for bijutoha
0
130
Member Avatar for juhani.tontti.5

Hi! I am a blogger, who desperately try to build better ranking and visitor base. I want more links pointing to my site, but am afraid of Google penalty. So how you guys build links, I mean honestly in real life.

Member Avatar for advent_geek
0
276
Member Avatar for lewashby

Take a look at the following lsit of files from my media server root@media-server:/home/garrett/Videos/Movies# ls -l total 16 lrwxrwxrwx 1 root root 46 Jun 27 22:17 Adventures In Babysitting.mkv -> ../Movies-Secure/Adventures In Babysitting.mkv lrwxrwxrwx 1 root root 36 Jun 27 22:17 A Far Off Place.mkv -> ../Movies-Secure/A Far Off Place.mkv …

Member Avatar for rch1231
0
334
Member Avatar for Elvi

Hello! How to open a link in another page created? for example. <a href="" ><img src=""></a> <----- this image, to open in this -----> page. (this page have other design) Thanks in advance!

Member Avatar for cereal
0
167
Member Avatar for Jordan_5

When the search engines were young even before Google existed there was a simple algorythm for SEO that was easily attainable. A top spot on Yahoo was not uncommon within a week or two for major keywords. Now with the competition between the search engines they are advancing their algorythms. …

Member Avatar for cwvps
0
185
Member Avatar for hwoarang69

I need some help created a google weather api using vb .net. I found the code online and there are no errors. Problem is that I can't seem to display wether information. Nothing shows up on screen and I am not sure what I did wrong. any ideas? Imports System.Net …

Member Avatar for tinstaafl
0
534
Member Avatar for RoseMary3

I read a vary in-trusting news that facebook is launching Social Search Engine and Google is launching Social Networking site . so who will kill who? in this war. what u think ?

Member Avatar for cwvps
0
590
Member Avatar for stevexavior

I was looking for the methods of white hat seo for my new website. I don't want any later issues about the quality of my backlinks. So I search on web and become aware of document sharing sites. I want to know if backlinks from these sites are helpful to …

Member Avatar for cwvps
0
435
Member Avatar for Matthew_9

Hi, I need some suggestion on how to analysis traffic to my web site ? and how web stats information instantly updated for my website ? If anyone know about this please help me

Member Avatar for cwvps
1
423
Member Avatar for davijhon

I want to know that how to use the anchor text and how anchor text is benefitial for the website ?

Member Avatar for cwvps
0
265
Member Avatar for stevexavior

The seo job I found the toughest on the planet. We in seo learn a lot and use good and also bad means to rank better in search results. We do the hard work of learning the act and bring websites up in rankings. Then suddenly Google rolls out an …

Member Avatar for cwvps
0
211
Member Avatar for mohammed_22

here is my code and iam not able to do search in that.only the first search box list the data and when i given second search option both results wont come any idea //this is my html code <script> function showUser(str) { if (str == "") { document.getElementById("txtHint").innerHTML = ""; …

Member Avatar for diafol
0
228
Member Avatar for Niloofar24

Hi. I'm creating a web crawler, I want to send the output into a txt file, how can I do it? And I also want to give a path to the script to set the directory. How can I do it now?

Member Avatar for Gribouillis
0
373
Member Avatar for hazzag1995

Hi Guys, I am currently making a web browser, and it is all working except when i open links which are to open in a new window, they open in IE. I have got the code below which "should" force the link to open in my existing browser, but it …

Member Avatar for djjeavons
0
233

The End.