WebZap powers-up web UI design in Photoshop

November 24, 2012 on 11:50 am

Plug-in simplifies creating layouts, type and form components Drag and drop elements from WebZap to create folders with UI shapes and text layersAlthough quite a few developers advocate designing in the browser, not least because of RWD taking over, the fact remains many designers remain wedded to Photoshop when creating interfaces. The problem is, Photoshop was initially ...

The Next Web debuts HTML5 redesign

on 11:49 am

Sleek RWD revamp emphasises readability, accessibility and modern reading habits TNW's new site is streamlined, readable and usableInternet technology, business and culture blogThe Next Web has unveiled a major redesign. The update is named TNW: Reader Edition and, as stated in a press release, it "focuses on improving readability, mobility and browsability thanks to simplified UI, speed and ...

IE9 up as desktop browser shares flatline

on 11:49 am

Microsoft's browser battles back amid stagnating competition while mobile blooms Desktop browser shares have stabilised, but mobile's growing fastAccording to analytics and internet market research firm Net Applications, browsing figures are again throwing up some surprises. The organisation stated that mobile browsing has for the first time exceeded 10 per cent in its sample, which "actually underestimates the ...

HTML5 will change design – if we let it

on 11:48 am

New capabilities offer potential, but devs question coverage focus HTML5 success in part hinges on developers recognising its potentialAn Event Apart has been doing its thing in San Francisco, and one of the speakers was Jen Simmons. In HTML5 APIs Will Change the Web: And Your Designs, she said HTML was "more than paving the cowpaths. It's more than ...

Windows 8 Twitter client Tweetro pulled

on 11:47 am

Twitter token limit rules derail app, despite no official alternative existing Bye bye, Tweetro – you were too popular and too good to live Popular new Windows 8 Twitter client Tweetro has had to pull its app from the Windows Store. According to an email sent to users (and reported by WindowsObserver.com), the app had seen well over ...

Mozilla provides Social API insight

on 11:46 am

Mozilla recently released its Social API, along with a preview of social integration with Facebook Messenger for Firefox. The project is designed to enable users to more easily get involved socially with websites, no matter where they are on the web. Although the technology is designed to be open and extensible, and also simple to disable entirely ...

Paypal to GCASH (Philippines Only)

March 20, 2012 on 3:54 am

As you all know processing your Paypal funds can take up to 2 - 4 business days, and sometimes when you actually really need your funds you can't do anything but to wait. Today I found a page on Facebook which offers Paypal to GCASH, I felt relieve that I can finally get my Paypal funds in ...

3 column post in WP

March 29, 2011 on 6:10 pm

I have been trying to search a code that would display a WordPress Post in 3 columns. But I haven't found any of it that actually works the way I want it to be.. So I decided to create my own 3 column WordPress Post. Here it is: <table border="0" cellspacing="10" cellpadding="0" align="center"> <?php // You can change the cols ...

Remove the index.php on WordPress permalink

April 23, 2010 on 8:19 pm

Using FTP go to the main directory of your website. public_html folder. Download .htaccess .. Back it up. Then delete .htaccess on your directory. Then go back to the PERMALINK setting, and change it. Then upload your .htaccess again. Everything should work. BUT If it doesn't work... Put this code on your .htaccess file <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond ...

WordPress Tips: How to query post title and excerpt using PHP

April 18, 2010 on 9:18 am

I was working on a client's website, which was running on WordPress and he was using ShopperPress on that site. And he also have one separate website for his main website. Now he wanted me to pull some data on the other site (with the ShopperPress) and put it on the home page of his main website. Now what ...