blueocto


Member since 12/28/2010

Name: Caroline Murphy

Location: Newcastle upon Tyne

Website: www.the-designers-block.co.uk

18 snippets

3023 profile views

0 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

blueocto's Recent Snippets



« Prev 1 Next »
In the User settings, there is a web form called Contact Info. It has input fields for the user’s AIM account, Yahoo IM account, and so on. But how about Twitter? What about Facebook? Out of the box, the Contact Info panel doesn’t have these i...
0 703 posted 13 years ago by blueocto
This is a great place to add your own custom Help text for a client. You can even customize it for different Admin panels. For example, you can add a different Help text for the Add New Post panel and another one for the Comments panel. Here’s h...
0 660 posted 13 years ago by blueocto
It’s possible to disable it conditionally for each WordPress user by going to Users > Your Profile. However, if you want to remove it completely, you can add the following filter:
0 645 posted 13 years ago by blueocto
Until recently, playing video files in a web page was notoriously complicated. The user requires a Flash or Silverlight plug-in and even the simplest HTML is a confusing mess. Few HTML5 features excite developers more than native audio and video....
1 922 posted 13 years ago by blueocto
We've tested on: Safari 5.03, IE 6-9, Firefox 3.6-4, Chrome 8, iOS 3.2-4.2, Android 2.2-2.3, Opera 11
0 591 posted 13 years ago by blueocto
Put your images in a folder called 'random' in your ROOT directory. Please this script at the top of your page:
1 591 posted 13 years ago by blueocto
0 677 posted 13 years ago by blueocto
This little trick will prevent line breaks on your links. I recommend using this with long text to avoid having links break into 2 lines.
0 612 posted 13 years ago by blueocto
Textareas in IE have vertical scrollbar visible by default. If you want those removed (I know I do) use this line.
0 620 posted 13 years ago by blueocto
With this line of code you can control places where you want your pages to break when printing a document.
0 597 posted 13 years ago by blueocto
This will remove dotted outline from focused or active links.
0 542 posted 13 years ago by blueocto
<pre><code>* Use the proper DOCTYPE. * The opening <html> tag should include language_attributes(). * The "content-type" meta element should be placed before everything else, including the title element. * Use bloginfo() to fetch the title and des...
2 668 posted 13 years ago by blueocto
In addition to CSS style information for your theme, style.css provides details about the Theme in the form of comments. The stylesheet must provide details about the Theme in the form of comments. No two Themes are allowed to have the same details l...
0 929 posted 13 years ago by blueocto
« Prev 1 Next »