7,192 Topics
![]() | |
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 … | |
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 … ![]() | |
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 … | |
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 | |
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? | |
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 … | |
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 … | |
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. | |
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 … | |
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 … | |
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. … | |
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"> … | |
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. … | |
> 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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … ![]() | |
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 … | |
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()) { /* … | |
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 … | |
<!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 … | |
What is Google Phantom update? And how this update has its impact towards websites? | |
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); } }); … | |
If you search on Google for my website that looks like the robot.txt please help how can solve this probleam? | |
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 | |
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, … | |
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 … | |
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 … | |
hello Everyone I learn an On page seo please suggest me **how to create Alt Tag & Link creation?** Thanks, Regards | |
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 … | |
Is it possible to OCR an image using java? Any links to logic or examples or APIs would be appreciated. | |
I would like to know whether the infographics creation, sharing or submission techniques are still worth for SEO? | |
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. | |
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 … | |
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! | |
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. … | |
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 … | |
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 ? | |
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 … | |
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 | |
I want to know that how to use the anchor text and how anchor text is benefitial for the website ? | |
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 … | |
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 = ""; … ![]() | |
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? | |
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 … |
The End.