Developedia - Tech & Coding Blog

Follow me on TwitterRSS Feeds

  • Home
  • Code Igniter
  • Free goodies
    • Graphics
    • Snippets
    • Templates
  • How to guides
  • Magento
  • Misc
  • TechNews
  • Tutorials

New iPhone 4 launched

Jun 8th

Posted by admin in TechNews | 806 views

No comments

Steve Jobs officially announced yesterday the launch of the new generation iPhone, the iPhone 4.0, at the Apple Worldwide Developers Conference (WWDC).

The new iPhone promises greater battery life, high definition video, a higher resolution screen. The screen size is the same as the one from iPhone 3GS, but contains four times the pixels.

Hardware:

  • Saphire glass front and back panels
  • Apple A4 CPU
  • 3-axis gyroscope
  • Micro SIM
  • 960×640, 326 pixel per inch display
  • IPS Technology screen
  • Front facing camera
  • Rear facing camera, LED Flash, 5 Megapixels
  • 5x Digital Zoom

The price range will be $199 for the 16GB version and $299 for the 32GB one. Both will be available in black and white.

The phone will be available from June 24th, with pre-orders starting from June 15th.

0
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
iphone, new

Heroes and hitmen more popular than hackers and coders

Jun 8th

Posted by admin in Misc | 892 views

No comments

It seems, according to Google, that heroes and hitmen are more likely to find a job than hackers and coders :D

2
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
coders, funny, google

jQuery back to top smooth scroll

Apr 23rd

Posted by admin in Snippets | 1,399 views

No comments

$(document).ready(function() {
        $('.totop').click(function(){
                $('html, body').animate({scrollTop:0}, 'slow');
        });
});
1
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
jQuery, snippet

How to – detect iPhone with Java-script

Apr 23rd

Posted by admin in How to guides | 1,827 views

No comments

Here is a javascript code snippet that will help you detect iPhone

if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))) {

    if (document.cookie.indexOf("iphone_redirect=false") == -1) {

        window.location = "http://website.com/iphone";

    }

}
1
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
detect, iphone, javascript, script

Install windows fonts on Ubuntu

Apr 22nd

Posted by admin in How to guides | 677 views

No comments

In Terminal type the command

sudo apt-get install msttcorefonts

If you  don’t want to restart after, you have to type the command:

sudo fc-cache -fv

And that’s it. Enjoy !

PS: If you want to install additional fonts, you just have to copy them to the ~/.fonts/ folder

0
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
fonts, Ubuntu

How to install Flash player under Ubuntu 9.10 Karmic Koala

Apr 22nd

Posted by admin in How to guides | 1,151 views

No comments

First, you have to close Firefox if it is open.

Open a Terminal window and type:

sudo apt-get install flashplugin-nonfree

That’s all.


0
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
Flash, Linux, Ubuntu
«123»
  • Recent Posts

    • Magento: “Exception printing is disabled by default for security reasons”
    • Joomla Virtuemart – Error: Module Not Registered.”store” is not a valid VirtueMart core module” solution
    • Ubuntu missing volume control from panel
    • Blekko – search the web using slashtags
    • IE compatibility view – How to force IE8 to use IE7 rendering mode
  • Tags

    code coders detect diagram Dreamweaver email extension Flash fonts free freeware funny google guide highlight icon iphone javascript jQuery Linux Magento mindmap new novice php price script search engine snippet startup syntax theme tips tutorial Ubuntu uml
  • Views

    • Joomla Virtuemart – Error: Module Not Registered.”store” is not a valid VirtueMart core module” solution - 12,069 views
    • Freeware Mindmaping, UML alternatives - 8,295 views
    • Magento – Free shipping over certain value of cart - 4,584 views
    • Increase the quality of photos on Magento - 2,789 views
    • IE compatibility view – How to force IE8 to use IE7 rendering mode - 2,695 views
    • Disable notifications in Magento - 2,254 views
    • Syntax highlighting for PHTML and INC in Dreamweaver - 2,216 views
    • Magento: “Exception printing is disabled by default for security reasons” - 2,135 views
    • How to – detect iPhone with Java-script - 1,827 views
    • Sending a simple text email php script - 1,443 views
Mystique theme by digitalnature | Powered by WordPress
RSS Feeds XHTML 1.1 Top