Archive by Author

Will you ditch Prada for Google Smart Glasses

So.. You just spent $500.00 on a fancy pair of Prada glasses.. Do they take returns? This week Google is showing off their next gigantic project, a pair of augmented reality glasses that connect with your whole Google experience: Project Glass. Sick! – Watch this:  

Leave a comment Continue Reading →

WordPress images no border trick

Does your theme add a border or some other nasty thing around all the images you post? Here is the solution.. wrap all images in the div class below and drop the “custom image” css in your style sheet. Have fun <div class=”customImage”> — post image here — </div> CSS insert: /* Optional images with [...]

Leave a comment Continue Reading →

Web designing techniques to make a living

These days a lot has changed since 1996. I mean a LOT. You have WYSIWYG editors for web design, css and a plethora of CMS (content management systems) to choose from. Not like the old days where you had to manually manipulate hundreds of pages using HTML and notepad. Here are the items I think you need [...]

2 Comments Continue Reading →

Cannot login after WordPress move – Solution

Go to your wp-config.php file and add this line after your DB/call details: define(‘RELOCATE’, true); Then navigate your browser to your wp-login.php and it should automatically update your settings to match where you’ve moved you site to and you should be able to login. After you’ve logged in, delete the above line from your wp-config.php [...]

Leave a comment Continue Reading →

Edit your Excel dropdown list in 3 steps

Need to change the number of cells in your list? (e.g. I have a list called ‘imsexy’ which has 4 items, I now need 7 items) you will find that you can’t simply select your list and amend it on the sheet, So: 1) go to your ‘Formulas’ tab 2) choose “Name Manager” 3) a [...]

Leave a comment Continue Reading →

Shorten your wordpress Title in the template

So you want to post the title somewhere in your theme and shorten it to a certain amount of characters. <?php $thetitle = $post->post_title; echo substr($thetitle, 0, 26); ?> Edit the 26 to whatever amount of characters you want

Leave a comment Continue Reading →

Gradient CSS Call To Action Examples

text here <span style="display: inline; padding:5px; width: 300px; float:left; -webkit-border-radius: .5em; -moz-border-radius: .5em; -border-radius: .5em; color: #fff; border: solid 1px #980c10; background: #d81b21; background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317)); background: moz-linear-gradient(top, #ed1c24, #aa1317); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#ed1c24′, endColorstr=’#aa1317′);"> text here</span> text here <span style="display: inline; padding:5px; width: 300px; float:left; -webkit-border-radius: .5em;-moz-border-radius: .5em; -border-radius: .5em; color: [...]

Leave a comment Continue Reading →

CSS Call To Action Examples

Red back ground with white text: Type info here which is the HYPERLINK Etc This allows you to make a quick “CTA” Call to action box in red with white text. Things you can edit are: Background color// background-color: red; Change this to any color you want OR Hex color in this format: #000000 Font [...]

Leave a comment Continue Reading →

Solution WordPress Cannot Click Visual Editor

So you cannot click the visual editor.. well you’re probably pissed off.. 1) In the admin area – click on POSTS and edit a POST (where you would normally click between visual/HTML) 2) Inspect the ELEMENT with either Chrome or Firebug ( in chrome click console and look for errors) 3) search Google for errors [...]

Leave a comment Continue Reading →

Protected: tryme

There is no excerpt because this is a protected post.

Enter your password to view comments. Continue Reading →
Page 1 of 512345