I am using the ASP Net Sprites package to create CSS Sprites on my website. It is working, but the images it generates do not appear when printed. The code generated at HTML level
2026-01-27 14:01:29AskWhat I am trying to do is extract elevation data from a google maps API along a path specified by latitude and longitude coordinates as follows: from urllib2 import Request, urlopen
2025-11-28 11:22:37AskI have the following table with the following data: id text language 1 german text german 2 english text english What I want is to get results in the following format: german="deutschertext" english="englishtext" This means, it should be not: text ="deutschertext" text="englishtext" key/column name text should be from langua
2024-04-06 19:25:54AskI'm trying to use the codeigniter website to store an array as json in a database like this: $this->db->insert('orders',array('orderstatus'=>$orderstatus,'productname'=>json_encode($ product1))); The value of the array is as follows: Array([0]=>Array([id]=>8[product
2024-04-02 00:08:37AskHow to add column of type array using phpMyAdmin know change table name add column listid integer array; change table name add column listid integer[]; not working
2024-03-27 00:18:52AskI have a form on one navigation tab and I link to it from another navigation tab. I'm using the code below to link to all my navigation tabs from multiple pages. consthash=window.location.hash;constbsTab=newbootstrap.Tab(hash);bsTab.show(); It works, but: if possible, I want to remove the hashtag after redirecting from the url. This is a problem I'm having with this part of javascript. the other is
2024-03-22 10:12:30Ask<?php$name=$_POST['name'];$email=$_POST['email'];$message=$_POST['message'];$from='From:yoursite.com';$to='contact@yoursite.com';$subject='CustomerInquiry';$body="From:$name\nE-Mail:$email\nMe
2024-01-16 11:11:48AskI have an XML file with this structure and I want to read it from Laravel, for this I use SimpleXMLElement. I can access the "id" and "color" attributes but I don't know how to access the value, in this case the example is the "Porsche or Ferrari" XML file <?xmlversion="1.0"?><cars><carid=" 0001"colour="blue"
2023-12-15 11:54:24AskI get this error when e is a MouseEvent. The HTML involving the checkbox click event in question looks like this: <ItemTemplate><trstyle="border-top:1pxsolid#adadad;border-bottom:1pxsolid#adadad;"><td><asp:HiddenFieldrunat=" server&qu
2023-09-12 14:10:18AskI'm developing my website and whenever I add some new lines to the CSS file it just doesn't want to use the lines I made. They should be fine, though. .what-new{padding:2em04em;text-align:center;}.what-newh3{font-size:4em;font-weight:700;color:#000;margin:0.5em0;For example. The CSS file was working in a certain part but from somewhere it stopped working with my file.
2023-08-27 16:55:19Ask



0
123
0