7,180 Topics

Member Avatar for
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
474
Member Avatar for kevinbelgiean

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

Member Avatar for advent_geek
0
99
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
200
Member Avatar for potterrick2
0
103
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
75
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
207
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
337
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
122
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
206
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
116
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
101
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
126
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
275
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
331
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
165
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
184
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
532
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
583
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
432
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
418
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
264
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
209
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
226
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
371
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
232
Member Avatar for nissy

Hi all, I have a website which is related to cooking category.. I dediced to apply it for Google adsense but do not know what is the procedure to be followed for applying adsense..Few days before Google banned by friends website which is related to the same category.. I dnt …

Member Avatar for Hasanur_1
0
367
Member Avatar for asaidi

Hi how i can delete all the apps that i have uploaded to my google play store. Thanks

Member Avatar for asaidi
0
143
Member Avatar for admiralchip

I've been trying to get this done for hours now and it's just not working. I have a custom wordpress plugin that has a search box on the front-end that one can use to search for data from my custom tables. (Please note that it doesn't have anything to do …

0
141
Member Avatar for no123

Imports System.Windows.Threading Imports System.Threading Imports System.Net Imports System.Drawing Imports System.IO Imports Microsoft.Win32 Class Window1 #Region "Fields" Private geoDoc As XDocument Private location As String Private zoom As Integer Private saveDialog As New SaveFileDialog Private mapType As String Private lat As Double Private lng As Double #End Region Private Sub GetGeocodeData() …

Member Avatar for G_Waddell
0
205

The End.