-
as seen on Simple Talk
- Search for 'Simple Talk'
Please to be informing us what might be going on here. Anything faintly computer-themed will always help, but being funny is more important. The one that raises the most chuckles from our team of professional miseryguts’ will win a $50 Amazon voucher. Get entries in before 5 p.m. UK time on…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Here's my code:
<div class="image">
<img src="image.jpg" alt="Image description" />
<p class="caption">This is the image caption</p>
</div>
Here's my CSS:
.image {
position: relative;
float: right;
margin: 8px 0 10px 10px;
}
.caption {
font-weight: bold;
color: #444666;
}
As…
>>> More
-
as seen on Game Development
- Search for 'Game Development'
hey guys im coding at the moment on a slotgame for the learning effect.
here is the source code. my questions are below:
unit Unit1;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, Windows, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls,
ExtCtrls, ComCtrls, Menus, ActnList,…
>>> More
-
as seen on Game Development
- Search for 'Game Development'
I'm coding a slot game for learning.
Here's the source code. My questions are below.
unit Unit1;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, Windows, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls,
ExtCtrls, ComCtrls, Menus, ActnList, Spin, FileCtrl;
type
{ TForm1 }
…
>>> More
-
as seen on Simple Talk
- Search for 'Simple Talk'
Update: Congratulations to Dimitrios for winning this week’s caption competition.
It’s that time again. We present a bucolic scene, you tell us what you think is happening, a grand time is had by all. Something to do with computing would be nice, but we’re honestly not making it…
>>> More