I came across this video on Steelso’s blog. Totally amazing although possibly a bit cruel having species that are used to migrating thousands of miles stuck in a giant fish tank.
IE8 Centering a DIV
After thinking my website worked perfect on all browsers, IE8 came along and ruined it!! I can't wait for the day that Microsoft are banned from developing web browsers. The common CSS for centering a DIV on IE8 as shown below doesn't work:
#container{
margin:0 auto;}To solve this you need the following CSS:
body{
text-align: center;}
#container{
margin:0 auto;
text-align:left;
}Using text-align: center; centers the DIV for IE, and the text-align: left; margin: 0 auto; will align the text to the left, and center the DIV for other browsers.
Hopefully this little tip will prevent some page builders from having a nervous breakdown
I wanted to use code snippets today to avoid writting code over and over again. I have found that the documentation on where to find the Code Snippets Manager directs you at Tools > Code Snippets Manager. If you can’t find it here like I found, heres how you add it to the menu:
- Go to the Tools menu and click Customize.
- Select the Commands tab.
- In the Categories section scroll down until you find Tools and select Tools.
- Search for Code Snippets Manager in the Commands section.
- Drag the Code Snippets Manager icon and drop it onto the Tools menu and close the Customize window.
When working with databases there are certain tasks that you will find you need to perform regularly. One such task that I find I often need to perform is to delete duplicate records from a database. The following code requires that your table has an identity column, that will be used to identify the duplicate records.
DELETE FROM YourTable
WHERE ID NOT IN (SELECT MAX(ID ) FROM YourTable GROUP BY Column1, Column2, Column3)
The ID column in this example is the identity column and Column1, Column2 and Column3 contain the duplicate data that you want to identify.
Blog Categories
Tools I Use
Web development, custom web based business applications, CMS systems.
Custom CMS systems using the Umbraco open source CMS based on ASP.NET.
I use Wordpress for small to medium scale CMS systems.
Dreamweaver, Flash, Flex and Photoshop are my tools of choice for interface design.
Read more about my Skills »
Disclaimer
The ramblings, thoughts and opinions expressed on this website are my own personal opinions and do not represent my employer's views or the views of any companies I have worked for in the past.Latest Posts
About me
Welcome to my portfolio website. My name is Marc Love and I am a Web Developer based in Glasgow, Scotland.
I have worked for some of the top digital agencies in Glasgow during my career and have recently started up my own digital agency, madebycrunch with my web designer colleague Paul Daly. Our aim is to design and develop cutting edge websites that make a significant difference to the success of your business.
We are currently working on a range of different projects that you will be able to see very soon on the new madebycrunch website.
This site contains a selection of the projects I have worked on throughout my career.
Feel free to visit my Blog or take a closer look at my Portfolio.
Get in touch!
If you are looking for freelance web developer or web designer services please get in touch via my contact page or the info below.
Tel: 0141 275 4848
Mob: 07795 417 980
marc[at]madebycrunch[dot]com
St Georges Buildings
5 St Vincent Place
Glasgow, G1 2DH