반응형

10 Best jQuery Google Maps Plugins

구글지도 플러그인

http://designreflect.com/10-best-jquery-google-maps-plugins/


Most of the users on the internet use Google Maps whenever they need to find a location of a certain place. Google Maps is easy to use so it is widely used among internet users. These days it is common to see Google Maps embedded into the websites. People embed Maps to their websites so that their visitors can easily find their location to contact them.

Some premium WordPress theme developers have also started providing the options to embed Google maps by default into their themes. You might have already seen maps embedded into other websites and might be wondering how to embed these maps into your website as well. It seems a complex task at first but using these jQuery plugins you can easily accomplish this task yourself. All these plugins have proper documentation to help you out.

If you want to embed Google maps to your website, here are 10 Best jQuery Google Maps Plugins for you.

gMap – Google Maps Plugin for jQuery

More About gMap – Google Maps Plugin for jQuery

bMap – jQuery Google Maps Plugin

More About bMap – jQuery Google Maps Plugin

jQuery GPS

More About jQuery GPS

Google Maps the jQuery Plugin Way

More About Google Maps the jQuery Plugin Way

jQuery UI Map

More About jQuery UI Map

Google Maps jQuery Plugin

More About Google Maps jQuery Plugin

Googlemaps

More About Googlemaps

Mapbox – Zoomable jQuery Map Plugin

More About Mapbox

gMap3 – jQuery Plugin for Google Maps

More About gMap3

goMap

More About goMap

반응형
반응형

10 Responsive jQuery Slider Plugins

슬라이드 플러그인

http://designreflect.com/responsive-jquery-slider-plugins/


Sliders are common on blogs for a long time. But now sliders can be seen on any type of website. With the trend of responsive web design, you also need to make slider of your website or blog responsive so that it also adapts itself according to the resolution of the screen.

Its not that much difficult to make a website responsive but its always better to make use of scripts written by other developers to save your time. To help you out with responsive sliders, I have hand picked 10 best responsive jQuery slider plugins available on internet.

10 Responsive jQuery Slider Plugins

Flexslider

Flexslider is the most widely used and fully responsive jQuery slider. Flexslider is easy to use and is supported in all major browsers.

Flexslider

WOW Slider

WOW Slider is a responsive jQuery image slider with stunning visual effects and tons of professionally made templates.

WOW Slider

ResponsiveSlides.js – Responsive jQuery Slider

ResponsiveSlides.js is a tiny jQuery plugin that creates a responsive slider using list items inside <ul>. It works with wide range of browsers including all IE versions from IE6 and up.

ResponsiveSlides.js

wmuSlider – A jQuery responsive slider

wmuSlider

CSS3 Slideshow with Parallax Effect

CSS3 Slideshow with Parallax Effect

Blueberry

Blueberry is an experimental opensource jQuery image slider plugin which has been written specifically to work with fluid/responsive web layouts.

Blueberry

Camera Slideshow

Camera Slideshow

Elastic Image Slideshow

Elastic image slideshow is a simple elastic slideshow with a thumbnail preview. The slideshow will adjust automatically to its surrounding container and you can navigate through the slides by using the thumbnail previewer or the autoplay slideshow option.

Elastic Image Slideshow

Fullscreen Slit Slider

Fullscreen Slit Slider

UnoSlider

UnoSlider is an advanced image and content slider which is built with responsive design and mobile devices in mind.

UnoSlider

반응형
반응형

6 jQuery Plugins for Book Like Page Flip Effect

책 같은 페이지 전환효과 플러그인

http://designreflect.com/jquery-plugins-for-book-like-page-flip-effect/



jQuery when combined with modern web technologies can do wonders. It can be used to achieve most of the realistic effects. At most of the times, web developers develop the effects that are inspired by the real world examples. One of such effects is book like page flip effect. Page flip is very much popular among web developers.

Book like page flip effect can make your web layout look like a book with turning pages like real books. You don’t need to dive into the jQuery to write your own code to achieve this effect. You can choose from any of the following jQuery plugins to add a book like page flip effect on your web layout.

Here are 6 Page Flip jQuery Plugins for book like effect.

Turn.js

turn.js makes your content look like a real book or magazine using all the advantages of HTML5. The plugin works on most of the devices including Android, iPad, iPod and iPhone.

Turn.js

Booklet

Booklet is a jQuery powered plugin for a flipbook style layout. The plugin provides many options to customize it as per your needs. You can change the speed, starting page, shadows, reading direction and more.

The plugin has the option to turn pages using keyboard’s previous-next buttons or manually. Keyboard navigation makes it really easy to use this plugin.

Booklet

BookBlock

BookBlock is a jQuery plugin that is used to create book like layout with a page-flip navigation. The plugin can be used to flip any type of content like text or images.

BookBlock

jFlip

jFlip plugin builds an image gallery made as a book. You can flip the book pages to view the next or previous image clicking or dragging the animated corners shown when hovering on the gallery area.

jFlip

Notebook Page Flip

Notebook Page Flip is a customized version of the Booklet jQuery plugin. This plugin shows latest blog posts in a book style layout with a page flip navigation.

Notebook Page Flip

imBookFlip

The imBookFlip plugin can load a book in an iframe or directly on the page. The book’s pages can be set to turn when manually clicked only, begin auto flip as soon as the page loads or begin auto flip when first page (front cover is clicked).

imBookFlip


반응형
반응형

Is Safari on iOS 6 caching $.ajax results?

$.ajaxPrefilter(function (options, originalOptions, jqXHR) {
   
// you can use originalOptions.type || options.type to restrict specific type of requests
    options
.data = jQuery.param($.extend(originalOptions.data||{}, {
      timeStamp
: new Date().getTime()
   
}));
});


iOS6 Safari orientation change bug?

Safari Overflow Hidden Problem

There may be times when you need to hide the overflow (scrollbars) being visible on a page. You can specify to have all scrollbars hidden or the x and y scroll bars separately. When trying to hide the overflow of a project I was working on I realized that the ‘overflow:hidden’ was not working on the Safari browser. This was very frustrating because it worked on all other browsers except Safari. Well, there is a very simple solution to solve this problem… All you have to do is set that element to have a relative position. For instance, if you were to specify for the body to hide the horizontal scrollbars you would want to have the following css in your stylesheet:

 
body {
	position:relative;
	overflow-x:hidden;
}

iOS 6 Beta 1: HTML5 new APIs, Remote Debugging and native apps integration

Public new features for Safari on iOS 6

File uploads

Finally! We can now select an image from the Photo Library or opening the Camera from a web form. The question is about HTML Media Capture being implemented or not (see later for the answer).

Web Audio API

With the Web Audio API we can enhance HTML5 games and multimedia apps with mixing, filtering and processing operations through JavaScript.

CSS Filters

CSS 3 Filters a set of image operations (filters) that we can apply using CSS functions, such as grayscale, blur, drop-shadow, brightness and other effects. These functions will be applied before the content is rendered on screen. We can use multiple filters using spaces (similar to transforms).

Smart App Banners

It’s a way to connect websites to native applications. When you browse a web that has a related native application, Safari can show a banner inviting the user to install or open the native app. The website can also send parameters to the native app. It’s not clear how this is going to be implemented. My guess is through meta tags. The same behavior is available on Internet Explorer 10 for Windows 8.

Full Screen support on landscape

When you orient your device in landscape mode you can then move to a full-screen mode, including hiding the status bar and the Safari toolbar at the bottom. Transparent buttons are replacing the toolbar. A similar behavior is available on Nokia Browser for Symbian.  It’s not clear at this point if we can use the FullScreen API to request the feature (see later for the answer)

Remote Web Inspector

This is a big feature. Announced as a very small feature in the new APIs for developers. In the keynote there was no other information. As you may know, I’ve developed iWebInspector for iOS 5 because of the lack (or the hiding) of a web inspector tool for debugging web apps. It’s not public if this new Remote Web Inspector through LAN (like BlackBerry Remote Web Inspector) or through USB (like Google Chrome for Android)… the answer, later in this post.

Crossfade CSS Function

This feature was published in the keynote with “font-face: 3px” but I’ve seen it. It’s an image function that will create a crossfade between two images (Spec draft), for example:

1.background-image: -webkit-cross-fade(url("image1.png"),  url("image2.png"), 40%);

Will it work with transitions?

Other announced features and questions

iCloud Tabs

You can synchronize your tabs between all your devices, including Macs, iPhones and iPads. So the same URL will be distributed through all devices. Be careful on your mobile web architecture!

Offline Reading List

when the user adds a page to the reading list it will be also downloaded and precache. Is there any API to know if our page is being executed from the cache?

Maps

Google Maps native app was replaced by a new Maps app (directly from Apple). The question is, is this app still capturing http://maps.google.com URLs? (I hope not) and how to open the native app or driving instructions from a web.

Twitter and Facebook

Both social networks are not integrated in the operating system. It will be good if at some point web apps can also use these credentials.

Questions from the past

WebGL? IndexedDB? getUserMedia (camera access)? Nitro engine on Web Views?

반응형
반응형

Isotope: An exquisite jQuery plugin for magical layouts

매직컬한 레이아웃을 위한 정교한 jQuery.


Demos

Custom layout modes

Tests



반응형
반응형

jQuery 의 동적레이아웃 플러그인.

A dynamic layout plugin for jQuery
The flip-side of CSS floats.


Masonry is a dynamic grid layout plugin for jQuery. Think of it as the flip-side of CSS floats. Whereas floating arranges elements horizontally then vertically, Masonry arranges elements vertically, positioning each element in the next open spot in the grid. The result minimizes vertical gaps between elements of varying height, just like a mason fitting stones in a wall.


Demos





반응형
반응형

http://typing.io/ - 웹에서 개발 타이핑 연습하기. 


Practice typing the awkward characters in code.

No drills — type through open source code in JavaScript, Ruby, C, C++, Java, PHP, Perl, Haskell, Scala, and more.
Eliminate the mistyped keys delaying every edit-compile-test iteration.


* 메인화면 - 구글 계정으로 로그인하기


* 로그인 하면 각 개발언어와 예제 소스가 버튼모양으로 선택을 기다리고 있다.


* jQuery 선택해서 들어간 후 열심히 타이핑 하면 된다. 빨간 화살표가 나오면 빽스페이스( <- )로 삭제한다. 

  다 입력하면 멋들어진 결과가 나오니 열심히 오타없이 빨리 입력해보기 바란다.



반응형
반응형

PHP: How to easily provide JSON and JSONP

http://www.geekality.net/2010/06/27/php-how-to-easily-provide-json-and-jsonp/


Would you like to grab some server-side data through an AJAX call? For example by using the handy jQuery.ajax method?

A good data format to use then is JavaScript Object Notation, more commonly known as JSON. Providing data in the JSON format with PHP is super duper simple







반응형

+ Recent posts