» page 19

 
Sort articles by: Date | Most Rates | Most Views | Comments | Alphabet

Google Hangouts provide users with the international 60 seconds long-distance telephone service free

Author: bamboo06 on 7-11-2014, 03:11, views: 2604

3 To encourage customers to use Google Hangouts software Hangouts, google now announced to provide users with 60 seconds international calls service for free. Hangouts for the first time users to make international calls will get the first 60 seconds of free talk time, the concession service deadline is December 31 this year.
Google Hangouts provide users with the international 60 seconds  long-distance telephone service free

Category: Internet

 

Why is Apple reluctant to launch dual SIM dual standby iPhone

Author: bamboo06 on 6-11-2014, 01:37, views: 2525

3 Apple's iPhone has been developed to 8th generations, both the appearance and function are more perfect, more humane, with this year's 4.7 and 5.5 inches in two sizes of the iPhone launch, Apple also means more emphasis on listening to the market needs. But there are some consumers (especially domestic) Apple hopes to launch dual SIM dual standby version of the iPhone, in order to solve them carry two phones out of trouble every day, but obviously Apple currently does not have this program, so why not Apple willing to launch dual-card dual standby version of the iPhone?
Why is Apple reluctant to launch dual SIM dual standby iPhone

Category: Internet

 

Internet brand embarrassment: the user is not a fan

Author: bamboo06 on 6-11-2014, 01:31, views: 15266

488 Fans are a staple of the Internet, has a lot of fans, do not worry about food. However, eating a bit like eating fast food fans, come, easy go in a hurry. Most fans a rotten cook, unable to withstand the temper, so the "loyalty" of the word seems farther and farther away from us.
Yes, all the way up in the divorce situation, brand loyalty is also deteriorating. These two phenomena seem like unrelated, but they both should have been ravaged by a handful of Internet: The Internet opened up our eyes, to facilitate interaction with Ta Ta choose more, it is messy. In this process, no one is better or worse, and human nature has not changed, but encountered a new thing only.
Internet brand embarrassment: the user is not a fan

Category: Internet

 

Commonly used tags regex for PHP filter

Author: bamboo06 on 5-11-2014, 02:20, views: 3454

10 In php projects, often use to label some filtering regular expressions, collections for spare.
Commonly used tags regex for PHP filter

Category: PHP Scripts

 

Use PHP to deal with string encryption and decryption

Author: bamboo06 on 5-11-2014, 01:37, views: 2694

2 Sometimes we need to project a specific PHP information is encrypted, encrypted string that is generated by an encryption algorithm, the encrypted string can be decrypted by the decryption algorithm, to facilitate the decrypted program information is processed.
Use PHP to deal with string encryption and decryption

The most common applications in the user login, and some API data exchange scenarios.
I included some of the more classic PHP code encryption and decryption functions for everyone to share. Cryptographic principles generally through some encryption and decryption algorithms, the key is added to the algorithm, encryption and decryption finally get results.

Category: PHP Scripts

 

Create bottom right corner of suspended ad by jQuery

Author: bamboo06 on 4-11-2014, 04:55, views: 2887

6 Lower right corner of the suspension advertising is a common web advertising presentation, but also interfere with the user's browser is suspected but the site is very popular with webmasters earnings welcome. Today I have to share a web page using jQuery to achieve the lower right corner advertising instance. Its advantage is slowly rising from the bottom right corner, showing a certain time automatically disappear, and you can change the website message prompt window.
Create bottom right corner of suspended ad by jQuery

Category: Javascript / Plugins

 

Use PHP generate a unique membership number

Author: bamboo06 on 4-11-2014, 03:55, views: 9975

40 When we want a huge number of data, while the median number have restrictions, such as license plate numbers 5, 10 of a document number, serial number of orders, short URL, etc., we can use the 36-ary calculated not repeat the numbers in line with the median.
Use PHP generate a unique membership number

We will use 0-Z (0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ) to represent the values ​​0-35, such as the letter Z represents 35. So I want to get a five numbers, the greatest amount of information is 36 5 th, and 36 ^ 5 = 60,466,176, which is equivalent to the maximum number of five decimal numbers: 60466176.
In order to do presentations in this article, we assume that a group of 10 paid a club membership number, membership number by three city ID card encoding +2 +5 bit checksum components. City number with area code indicated as 755 representatives of Shenzhen, five card numbers from card number consisting of 36 hexadecimal, followed by two check code is generated by a certain algorithm is able to use the checksum to verify the card number legitimacy. In this case, we generate 10 card number corresponds to the maximum to meet the 60 million membership number, and is not repeated unique card number.

Category: PHP Scripts / Javascript

 

Using jQuery to achieve photo gallery over the information effect

Author: bamboo06 on 4-11-2014, 03:34, views: 5087

0 When you want to display more information in a limited space, we often take the mouse over pop more information layer to improve interaction. In particular, photo wall can be applied in the company, job recruitment website information display, and so the scene.
Using jQuery to achieve photo gallery  over the information effect

In this paper, with examples and share using jQuery to achieve over the picture show information effect. When the mouse slid photo will pop up the corresponding detailed information about the photo, see the demonstration effect.

Category: Javascript / Plugins

 

20 very useful CSS library in Web development

Author: bamboo06 on 3-11-2014, 02:29, views: 2968

1 In the past few years, CSS has become a most developers and designers favorite because it offers a range of functions and features. Every month, numerous tools have been developed around the CSS were released to simplify WEB development. Like CSS libraries, frameworks, application of such tools can do a lot of things for developers, but also allows developers to create innovative innovation WEB application.
In the past few years, CSS has become a most developers and designers favorite because it offers a range of functions and features. Every month, numerous tools have been developed around the CSS were released to simplify WEB development. Like CSS libraries, frameworks, application of such tools can do a lot of things for developers, but also allows developers to create innovative innovation WEB application.
In this file chapter we find a series of useful CSS developer libraries, they can help developers achieve creative and innovative results within a certain period of time. We hope this list can help you develop and for your convenience. Enjoy!
20 very useful CSS library in Web development

Category: CSS

 

Create a parallax scrolling effect using Skrollr page

Author: bamboo06 on 3-11-2014, 01:50, views: 5961

4 Parallax scrolling refers to a multi-layer background move at different speeds, the formation of three-dimensional motion effects, bringing excellent visual experience. As users of the increasing demands of visual experience, WEB developers to start adding various special effects elements in web pages to meet the needs of users. Today, this article has given you recommend a good parallax animation javascript library --Skrollr.js
Create a parallax scrolling effect using Skrollr page

Skrollr is a use of HTML5 and CSS3 parallax scrolling lightweight javascript library. It is not dependent on the independent libraries of other frameworks that lets you quickly create a parallax scrolling effect. It allows us to set the CSS property keyframes to any element, then it will automatically form animation. The more important point is that the use of these libraries do not write complex JS code and compatible with mainstream browsers, mobile phones and other mobile terminal adapter and other features.

Category: Javascript / CSS / HTML5 / Plugins