Konin News .

3września/10Off

Eldar Saga Wii Heads to Europe

Rising Star Games has confirmed the street date for Eldar Saga on Nintendo Wii.

Zakres tematyczny: Forum Comments Off
3września/10Off

Nintendo WiiWare Gets Rather Fishie

DK Games' Fishie Fishie has launched on Nintendo's WiiWare service in Europe.

Zakres tematyczny: Forum Comments Off
3września/10Off

QMDI – Replacing Ink Fountain Roller

We've came across an potentially unusual problem.

The ink fountain roller on PU1 stopped sweeping, we removed the guard (opperator side) and noticed the 16mm shaft where the clutch bearing sits was damaged.

The previous owner must have repaired this shaft as the clutch bearing was biting as it should, however inbetween the bearing and the shaft is a 16mm metal sleeve which is actually spinning ontop of the narrower shaft.

So now we are faced with the problem of replacing the entire shaft but we didn't want to do anything before seeking advice as there seems to be water running up the inside?

I assumed using a spanner I would remove the hoses going into the brass thing branded "deublin" and try and replace the roller and brass fitting at the same time to prevent me breaking any seals, or is it easy to remove and reconnect the brass piece on the end of the roller without causing leaks while under pressure?

Im sorry if my explination of whats happening is hard to follow
but I'd appreciate any advice
Andrew

Attached Thumbnails

Click image for larger version</p>
<p>Name:	IMG_9269.JPG<br />
Views:	N/A<br />
Size:	2.70 MB<br />
ID:	659
 

Click image for larger version</p>
<p>Name:	IMG_9268.JPG<br />
Views:	N/A<br />
Size:	3.00 MB<br />
ID:	660
 

Zakres tematyczny: Forum Comments Off
3września/10Off

Skip feed possible

Hi this might be a very silly question but is it possible to skip feed on the QMDI to allow extra rotation for inking?
Zakres tematyczny: Forum Comments Off
3września/10Off

Sale HP Indigo Ultrastream 2000

HP Indigo Ultrastream, Year 2001, serial # 6121
Softwareversion 6.4.2
HP x2100 Ripcomputer
6 colors / 5 installed
Collating
Inline Densitometer

+ Bid Washer

Very good condition

Feel free to e-mail me with questions and price...
hpultrastream2000@gmail.com

Zakres tematyczny: Forum Comments Off
3września/10Off

Collapse table in input form

Hi,

I am a newbie in javascript...I am just wondering how to do the collapse table in the input field inside the form. Can anyone give me some idea? Thanks in advance.

Kent

Attached Images
File Type: jpg javascript.jpg (98.8 KB)
Zakres tematyczny: Forum Comments Off
3września/10Off

How to modify the code so that it can get all the picture?

I would like to adjust some pictures size. I used this code:

<?php
preg_match_all('/<img[^>]*width=\"[1-9]\d{2}\" height=\"[1-9]\d{2}\"[^>]*\/>/is', $s, $matches);
$firstimg = $matches[0][0];
$newimg = preg_replace('/width=\"\d+\" height=\"\d+\"/', 'width="300" height="200"', $firstimg);
echo $newimg;
?>

But it can not show all the pictures, when the picture rule is <img src="" alt="" title="" /> There is no width and height, it can not work,
how to add a width and height to these kind of pictures?
Thanks.

Zakres tematyczny: Forum Comments Off
3września/10Off

FBJS DHTML problem with OnClick

I am trying to add dynamic HTML element (EX. <div><a href="#" onClick="deleteFriend('id');" >[delete]</a></div>),everytime on a event call using FBJS.I am able to append the element using following code.

var oldFriendHtml = document.getElementById('friend_container');
var numi = document.getElementById('theValue');
var num = (document.getElementById("theValue").getValue()-1)+2;
numi.value = num;
var newElementId = "new"+num;
var newFriendHTML = document.createElement('div');
newFriendHTML.setId(newElementId);
newFriendHTML.setInnerXTML("HTML TO BE ADDED");
oldFriendHtml.appendChild(newFriendHTML);

The problem I am facing is that FBJS parses out the onClick part (event call ) out from the original HTML added .This stops me in the further activity on the added element .It also removes the styling added in the HTML ..

Zakres tematyczny: Forum Comments Off
3września/10Off

For IE: Font embed, or image replacement?

I'm currently working on a website where it has recently become painfully clear to me that a large majority of the target audience will be using IE, and probably older versions of it at that.

At the current time, I have three different fonts embedded in the CSS, both in TTF and EOT formats (for IE), but older version are still giving me issues, as well as some other to-be-expected problems as well.

As much as I don't like using text-indent with background images for image replacement on text, it seems that may be the best way for me to go at this point.

Does anybody have any suggestions? Would text-indent and background images be a horrible idea? I'm not entirely sure how frowned-upon the practice is.

Any insight is greatly appreciated. :)

( on a side note, I'm glad I've discovered the SitePoint forums! they seem to have a multitude of information available, and I'm also looking forward to contributing my own knowledge in return. )

Zakres tematyczny: Forum Comments Off
3września/10Off

ecommerce for food delivery biz

not a pro in ecommerce but recently had a request from an acquaintance to build one for her fast-food dellivery.

anyone had experience on that? im confused of which ecommerce cart to use. any suggestions welcome. thanks

Zakres tematyczny: Forum Comments Off