6,113 Topics

Member Avatar for
Member Avatar for m2z

Hi there, please someone suggest a php code for changing site background image/color in every 30 minutes... I have 10 images 1.jpg to 10.jpg in www/images folder. I have.... body { .... ... ... ... ... ... background: .... url('background.php') 50% 0 fixed; background-color: .....; } in style.css what will …

Member Avatar for diafol
0
801
Member Avatar for tqmd1

Dear Sir, I have following codes [CODE]<div id="button"> <ul> <li><a href="index.html"><img src="images/home.png" align="middle">&nbsp;&nbsp;Home</a></li> <li><a href="products.html"><img src="images/product.png" align="middle">&nbsp;&nbsp;Products</a></li> <li><a href="directors"><img src="images/director.png" align="middle">&nbsp;&nbsp;Directors</a></li> <li><a href="contacts.html"><img src="images/phone.png" align="middle">&nbsp;&nbsp;Contact</a></li> <li><a href="feedback.html"><img src="mail.png" height="24" width="24" align="middle">&nbsp;&nbsp; Feedback</a></li> <li><a href="links.html"><img src="images/home.png" align="middle">&nbsp;&nbsp;Links</a></li> <li><a href="#"><img src="help.png" align="middle">&nbsp;&nbsp;about Us</a></li> </ul> </div> [/CODE] In IE6, Image in menu displays …

Member Avatar for |-|x
0
117
Member Avatar for BoBok2002

Revised Code. I have revised this code so many times that, I don't know what else to do. I posted this code a few days ago and a number of people gave me pointers which I included in my code. But it's still not working. Based on examples I saw …

Member Avatar for BoBok2002
0
1K
Member Avatar for Samyx

Hello everyone, I am a MS Computer Science student, 2nd year. I am looking for ideas of mini image processing projects. I need to come up with a project for my Image Processing class, but the project needs to be done within 4 weeks. Any suggestion on something that could …

Member Avatar for sufyan2011
0
192
Member Avatar for gavinpit

Hi I am getting very frustrated with my php code I am relitivaly new to php and need a little help displaying multiple results from mysql within the one page and it wont do it!! what am I missing?? I am displaying the results with this code but feel I …

Member Avatar for Biiim
0
195
Member Avatar for khaled_jawaher

i m using mtom feature in jaxws web service to send image from server to client and i m getting the following error pls i apreciate any help. error is Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: com/sun/x ml/stream/buffer/XMLStreamBuffer at com.sun.xml.ws.api.addressing.AddressingVersion.<init>(AddressingVers ion.java:436) at com.sun.xml.ws.api.addressing.AddressingVersion.<init>(AddressingVers ion.java:67) at com.sun.xml.ws.api.addressing.AddressingVersion$1.<init>(AddressingVe rsion.java:146) code is [CODE]package services; …

Member Avatar for ~s.o.s~
0
568
Member Avatar for dennysimon

hi all, Is there simple example out there where image is made by drawing lines on the panel ,and then print it on paper thank you denny

Member Avatar for dennysimon
0
127
Member Avatar for markdean.expres

Hi everyone! Why does it seem that no one is giving an effort for this concern. I know that the code is long but could anyone please shed some light for me here. I need to create a program that captures video and images using either a built-in camera on …

Member Avatar for Oxiegen
0
122
Member Avatar for PF2G

Hello, I'm doing a website about a music school, in this moment i'm working the list of instruments: [CODE] <?php $username = "root"; $password = ""; $hostname = "localhost"; $database = "esola_musica"; $connect = mysql_connect($hostname, $username, $password) or die("Erro na ligação à BD."); mysql_select_db($database,$connect) or die(mysql_error()); $sql_imagem = "SELECT cod_curso, …

Member Avatar for PF2G
0
162
Member Avatar for davy_yg

index.php [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Masterlink International</title> </head> <link href="frontpage.css" rel="stylesheet" type="style/css" /> <div id="body"> <body> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris consectetur nunc quis orci feugiat a semper lectus interdum. Aliquam ipsum metus, …

Member Avatar for geneh23
0
115
Member Avatar for whitshade

I recently noticed that images are no longer appear on my website. It is an add-on domain name, but images are viewable in the parent domain. I've checked the paths in the code, the permissions for the images direcoty and the images themselves and can't figure it out. The images …

Member Avatar for whitshade
0
209
Member Avatar for iinviktus

Hi all- I'd like to change the buttons below used to change images to links/images instead. Any help would be appreciated! Thanks. [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <style> </style> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script> <script type='text/javascript'> onload = function() { var buttonData = [ {src:'fareast.gif', href:'http://google.com'}, …

Member Avatar for Airshow
0
197
Member Avatar for iremix09

Hi, Im currently making a program which would connect to a server which I got working perfectly, however I've gone to work on another feature for the program and that displaying the server details via an image. I've got the image I want its on the internet, but how can …

0
47
Member Avatar for y2kshane

im creating a custom button . when user select a image file for button image i want to add it to the project resource (in design time) . how to do this?? im currently drawing image using image location but its not a good solution.

Member Avatar for codeorder
0
7K
Member Avatar for theone0522

Well I need to be able to click this picture out of my webbrowser in VB. [CODE]<img src="/images/skip_ad/en.png" alt="Skip Ad" height="39" id="skip_ad_button"[/CODE] I have tried this code: [CODE]Dim col As HtmlElementCollection = WebBrowser1.Document.GetElementsByTagName("img") For Each elem As HtmlElement In col If elem.GetAttribute("src").Contains("/images/skip_ad/en.png") Then elem.InvokeMember("click") ListBox1.Items.Add("clicked") End If[/CODE] And this code: …

Member Avatar for codeorder
0
103
Member Avatar for woody363

I'm having difficulty getting graphics into my C++ program. using Ubuntu 11.10 I /think/ my problem is simply my inability to download and install graphics libraries. Basically at the #include ... section of code i get an error every time about being unable to find xyz which i haven't managed …

Member Avatar for woody363
0
296
Member Avatar for abelingaw

Hi there. I'm having some problem in aligning my captcha image on a form. Here's the SS: [URL="http://imageshack.us/photo/my-images/33/captchab.jpg"]http://imageshack.us/photo/my-images/33/captchab.jpg[/URL] And here's my login code: [CODE] <html> <title>Log In</title> <style> .singleBorder{ border:1px #d6d6d6 solid; background-color:#f6f6f6; } .singleBorder td{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#333333; } .singleBorder input,select{ border:1px #aaaacc solid; font-family:tahoma; …

Member Avatar for abelingaw
0
269
Member Avatar for tr4nquility

I would like to build a simple highlighter program. The idea is to set an image to change the cursor so that it will look like a highlighter. And then, when we move the cursor, it will trace a line along with our movement. The requirement here is to be …

Member Avatar for tr4nquility
0
908
Member Avatar for baig772

hi all i want to create facebook like iamge gallery in my website. i.e. as facebook displayes images, i want to display images in the same way in my website

Member Avatar for mathieu89
0
78
Member Avatar for Violet_82

Hi guys, I would like to add sth to my website but I am not sure what's the best way to achieve this. It is a kind of image gallery, say I have 10-20 images and I want to display all of them one after another one from the beginning …

Member Avatar for Violet_82
0
505
Member Avatar for veledrom

Hi, How can I use an hyperlink as a submit button? I need to use hover property. [CODE]<a href="#" title="Next"><img src="next.png" alt="Next" /></a>[/CODE] I've found this code but [U]I cannot use hover to change the image[/U] when mouse over: [CODE]<FORM METHOD="POST" ACTION="whatever.php"> <INPUT TYPE="image" SRC="submit.gif" WIDTH="30" HEIGHT="30" BORDER="0" ALT="SUBMIT"> </FORM>[/CODE] …

Member Avatar for Dandello
0
81
Member Avatar for davy_yg

Hi, I am using an include function to include image gallery to my site. this is index.html of image gallery: [CODE] <link rel="stylesheet" type="text/css" href="css/sliderkit-core.css" media="screen, projection" /> <link rel="stylesheet" type="text/css" href="css/sliderkit-demos.css" media="screen, projection" /> <link rel="stylesheet" href="css/main.css" type="text/css" /> <!--[if IE 6]> <link rel="stylesheet" type="text/css" href="css/sliderkit-demos-ie6.css" /> <![endif]--> <!--[if …

Member Avatar for davy_yg
0
173
Member Avatar for markdean.expres

Guys I have been asking about this for quite a long time. I need to create a program that can capture video and image. The program is very simple, it just have a screen and a button labeled "Capture". When I click capture, it will capture the image and save …

Member Avatar for lolafuertes
0
108
Member Avatar for markdean.expres

Hi everyone! Why does it seem that no one is giving an effort for this concern. I know that the code is long but could anyone please shed some light for me here. I need to create a program that captures video and images using either a built-in camera on …

Member Avatar for hericles
0
76
Member Avatar for NtheN

I want to pass an image in a picture box to a certain position on an image list. Does anyone know how to this? I tried: [code=vbnet]imagelist1.images(0)=picturebox1.image[/code] But this is read only, what can i use to accomplish this? Thanks, NtheN

Member Avatar for lolafuertes
0
132
Member Avatar for SureshAbraham

I have developed some simulations in C++ in the old Borland 3.0 version. They involve only simple mathematics. I need to develop some graphics for them. I need to display different moving images simultaneously. Say, three graphics windows at the same time. I am familiar with the BGI library. However, …

Member Avatar for Dakot
0
290
Member Avatar for ziggystarman

Hoping someone here on the forum's can put me right on the above matter, after reading some I thought I could achieve the task in the following steps... [B][Visual C++][/B] [1] Convert AxisMediaControl image to system object [2] Convert object to ByteArray [3] Convert ByteArray to CharArray [4] Assign CharArray …

Member Avatar for ziggystarman
0
550
Member Avatar for peterpa

hello friend please any one tell how can i create this kind of images which is used here in this website [URL="http://www.npkgroups.com"]http://www.npkgroups.com[/URL], menu link

Member Avatar for niranga
0
118
Member Avatar for Ritesh_4

Hello Anyone knows a font which can help me in photoshop to create an S similar to the one shown in the image?

Member Avatar for Ritesh_4
0
93
Member Avatar for casey_sunako

Hello everyone.. Anyone knows how to convert video frames to an image using visual basic.net? I used VLC player to play the video file in the form but don't know how to convert the video frame to image when the user clicks wants to. Any help please. Thank you.

0
147
Member Avatar for suavedesign

Hi. I am having a problem when a user zooms on one page of my website. When the zoom is set to 100% it looks fine, but when you zoom in or out, an image that I have on the page shifts around. To see what I mean, please go …

Member Avatar for suavedesign
0
131
Member Avatar for kaizokupuffball

Hi! I got this image uploading script for my website, but i don't know if it's gonna work or not. I just wanted to ask if someone could take a look at it, and tell me if the code looks okay and ready to go. Thx in advance. [CODE] <?php …

Member Avatar for diafol
0
143
Member Avatar for upanotch

I tried to put an image on a JButton and it's messed up: [url]http://imgur.com/ecBOt[/url] code: [CODE]import javax.swing.*; import java.awt.*; import java.awt.event.*; import java.awt.geom.*; public class Polluted extends JFrame implements ActionListener { ImageIcon bg = new ImageIcon("bg.png"); Image bgImage = bg.getImage(); public static void main(String[] args) { new Polluted(); } public …

Member Avatar for NormR1
0
178
Member Avatar for twazzer

Hi there, I have been asked to import a text file into java, the file contains a series of 1's and 0's which draw a picture. The 1's will be drawn as a dot where as the 0's will be a blank space. I was wondering if anyone could show …

Member Avatar for NormR1
0
227
Member Avatar for vlowe

Hi, thanks for looking! I am trying to replicate a mouseover image swap feature on multiple images like on this site - [url]http://www.togsandclogs.com/latest-arrivals-12-w.asp[/url] I have found some image swap scripts but finding it difficult to find something i can implement for multiple images as above. The below works ok for …

Member Avatar for vlowe
0
377
Member Avatar for funfullson

Hi every body. I want to make a topographical image from a 2d Aerial photograph. how can I do it in python? Thanks if help me.

Member Avatar for hughesadam_87
0
117
Member Avatar for triltaison

I have some code that I use to display random images, which it draws from a list of possibilities. My problem is that I want to be able to echo the name of the randomized image as text below it. If someone could help me figure out how to do …

Member Avatar for niranga
0
185
Member Avatar for sgtlaugh

Hi, I am trying to make an image viewer, this is my first time developing a software and I was just wondering how to add properties in my application. I'm creating this software with the help of Gtk and C and now I'm stuck because I want to display the …

Member Avatar for N1GHTS
0
258
Member Avatar for trektrak

Hello, I need help on this... I try to insert image from mysql into my php table.... but the output inside the image table are unknown characters [CODE]�Sm��.�l1�ZQm�M�Խok�*����5l��0P9���f�����I� �$A�3tu4Z��Jǽ�_t/�&��[�{Ro������;�� �:��I%�y�ҩ?u\�t_��Ǡ]�����N�>�B��z�9���ҥ��=hƬկdw��~��hY4�E����f%����MC�� 1���I�P@zP&r����j���֩��k޺8�a�p��bSMyt���Co�Q$��?�ZF*�S�9����حR����������x�h�9$�J \�m,[�6�^C��ct�q�U%��K$%�8����4����le�niX���\B �!s9n�;�1��F~t�䎪:�E�+�7R[���"! �1ZݞzQ�>(�zSxѹ 5�⺞��mG%��֦�k �����/��9]_�4���!4 ���}���hI�����

Member Avatar for niranga
0
5K
Member Avatar for Dersev

Hello I have a small problem with Drag and Drop images. Class GridImage creates small thumbnails of images to 100 x 100px Image drag and drop is defined by mouseListener and mousePressed event. I know that actually I am copying component JLabel to class DrawImage with these settings. What should …

Member Avatar for NormR1
0
221
Member Avatar for simplyhuman
Member Avatar for diafol
0
243
Member Avatar for dennysimon

hello all how to create image from a text file (only from two or three sentences) thank you denny

Member Avatar for JamesCherrill
0
55
Member Avatar for aPPmaSTer

Hi, I have a rather simple problem, and I hope the solution is just as simple, but I just can't seem to find anything about this specific situation on the internet. I created [URL="http://www.bosal.rs/dizajnirajte"]this web application[/URL] which allows for custom door creation. What I would like to do is to …

Member Avatar for aPPmaSTer
0
100
Member Avatar for hallmat

Hello, im trying to make a program that opens up jpeg files one at a time and look at there brightness and then if its past a threashold moves the file to a "keep" folder if not moves it to a "varify" folder im new to C# so im not …

Member Avatar for hallmat
0
403
Member Avatar for OblibSystems

Hey guys, I have just finished a very simplistic game where the object of the game is to move out of the way of a falling block. Still only version 1 so don't expect much but your welcome to have a go and post any feedback on this thread. Looking …

Member Avatar for OblibSystems
0
98
Member Avatar for hemant_rajput

Hi, i've used the Beautifulsoup module to parse the site and grab the img tag from it, but the problem is , Beautifulsoup while parsing not returning the whole content of the given url. The truncated content contain the image location I want to download: [CODE] from urllib2 import urlopen …

Member Avatar for Gribouillis
0
461
Member Avatar for tqmd1

Dear Experts I have following codes [CODE]<html> <style type="text/css"> #box1 { width:400px; height:400px; background:e3eeff; color:blue; padding:10px; text-align:center; margin-top:100px; margin-left:300px; vertical-align:middle; { </style> <body> <div id="box1"><h1>Div <br>with<br> four<br> border<br> images</h1></div> </body> </html>[/CODE] I want to apply attached images as border. For example bg_left.gif will be display on left border of div. …

Member Avatar for Dandello
0
88
Member Avatar for Batch File

I have a problem. My computer broke down and then I reinstalled Windows (XP). Since then my computer dosen't recognise my graphics card. It still works, but cannot display 3D anymore. Do I have to update the driver? I don't know, I tried it ,but I need to know the …

Member Avatar for dimsums
0
259
Member Avatar for walid86

i'm using [CODE]using (Graphics g = Graphics.FromImage(bmp)) { //Set quality to High g.CompositingMode = CompositingMode.SourceCopy; g.CompositingQuality = CompositingQuality.HighQuality; g.SmoothingMode = SmoothingMode.HighQuality; g.InterpolationMode = InterpolationMode.HighQualityBicubic; g.TextRenderingHint = TextRenderingHint.AntiAliasGridFit; g.PixelOffsetMode = PixelOffsetMode.HighQuality; g.TextRenderingHint = TextRenderingHint.AntiAliasGridFit; panel1.DrawToBitmap(bmp, new System.Drawing.Rectangle(0, 0, 2480, 3508));[/CODE] to draw the contents to an image, but the quality of …

Member Avatar for walid86
0
371
Member Avatar for gal7

I Have Email Sender Program and i want that the program could send email with images inside too. thanks

0
128

The End.