danIT
Members-
Posts
941 -
Joined
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by danIT
-
Login as Admin, click on Security -> Site Policies from the Site Administration block. Scroll down about half way to find: Full Name Format Select: First Name + Surname from the drop down menu. Dont forget to Save Changes.
-
Here is one i've used in the past: jQuery liScroll - a jQuery News Ticker Not sure what scripting language your using but if your using PHP you could do a simple include to pull in the news items.
-
I've just been designing a website using Sharepoint Designer, It crashed and for some reason emptied the CSS file and saved it blank. Unfortunatly the CSS isnt cached by IIS so I cant pull it back from there, I was using an @import rule to pull the css in. Anyone got any ideas how I might be able to get the CSS back?
-
Something along the lines of.......... TABLE .forumpost { width: 100%; } Think you'll then need to play around with the forum post headings to get the display you want. Do you have the web developer toolbar for FF installed, its very useful.
-
Sorry, here's another way, not sure if its valid but it works CELL A CELL B CELL C /*CSS .container { display: table; } .row { display: table-row; } .cell { display: table-cell; width: 10%; height: 100px; border: 1px solid blue; padding: 1em; } .cellmiddle { display: table-cell; width: 90%; height: 100px; border: 1px solid blue; padding: 1em; }
-
Or you could use tables lol td.left { background: url("left.png") repeat-x; } etc....
-
Im use: mysqladmin processlist | grep to view specific processes happening on a specific database. Is it possible to 'tail' the processlist?
-
Im starting to have a look a themeing Sharepoint, i've just downloaded the VHD from Microsoft. I've set sharepoint to use 'breeze'. I edited: C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\THEMES\BREEZE2 theme.css changing: .ms-bannerContainer{ background-image:url(sitetitlebkgd_breeze.gif); } to: .ms-bannerContainer{ background:red; } (You gotta start somewhere!) Sharepoint doesnt seem to want to pickup my changes for whatever reason. I've tried changing them theme to something else then back to Breeze, I've tried doing the above, running iisreset, Can anyone offer some help?
-
One of the down sides to displaying the date 'updated' on your website. However to be fair there newsletter was last added on 7th July 2009, the Events page July 1st 2009.
-
Its a JQUERY slideshow not flash.
-
Progress so far available here: EduMoodle Themes You can click the green arrows next to Tutorials and Resources which produces a drop down menu. The drop down menu appears in front of the slideshow gallery in Firefox but in IE it slides down behind. Now i know that IE doesnt opey the z-index property correctly but can anyone suggest a solution?
-
It would never get finished, and would never be "open source", perhaps have a word with the same people who developed the system for the NHS.
-
Have you tired trimming the image to say only "ocal" E.g. http://new.myfonts.com/WhatTheFont/results?ch[0]=o&ch[1]=c&ch[2]=a&ch[3]=l&wtfserver=node7.ric.mf&id=00001a3c4a4d89f400015f4100000c45&glyphcount=4&imageid=13962313
-
The problem I have is that I need to insert into a table where the date is greater than the latest date stored in database: INSERT INTO backup where $thedate > $latestdate VALUES('', '$name', '$content', '$thedate'; Where the dates have been stored as: Sun Jun 28 22:03:41 +0000 2009 So INSERT INTO backup where Sun Jun 28 22:03:41 +0000 2009 > Sun Jun 28 22:00:21 +0000 2009 VALUES('', '$name', '$content', '$thedate'; But can i compare dates like this?
-
powdarrmonkey my repetative saviour!
-
I need to covent: Sun Jun 28 21:03:15 +0000 2009 To the equivalent unixtime stamp?
-
Which version of Moodle are you/were you running?
-
Am i also right in thinking it cant cache HTTPS?
-
I'd always thought that I'd setup HTTPS purely for login purposes on Moodle, doesnt HTTPS cause things to slow down a little? I could be wrong....
-
Funny how nobodys kicking up a fuss this time.
-
I had a TomTom One , that got stolen out of the car, and now I've got a Garmin (Forget model). My basic requirments were: Full UK postcode search Thats it..... If you want things like being able to hook it up to your mobile to take calls the price soon rockets.
-
This: SUPER . Or This: WinFF - Free Video Converter Or This: On2 Technologies - Making Video Possible, from Handhelds to HD (Price Tag) And there are a few web based versions.
-
Anyone up for a little challenge? (CSS & PHP)
danIT replied to Little-Miss's topic in Web Development
Could this be of help? Check out the last post, seems somebody might have already done it? -
Junior ICT Technician - Commonweal School, Swindon
danIT replied to FragglePete's topic in Educational IT Jobs
Just think if you get a "smart arse whiz kid who knows everything" you wont have to train them or let them out on "day release" -
Im looking for pretty much any version of Fireworks that will work on Mac OS X 10.5 +, anyone got a copy floating round they no longer want?
