Sunday, July 31, 2016
Catch Pikachu in Pokemon Go!
Friday, July 29, 2016
Best Drop Cap Tricks in CSS for all Web Designer and Developers
How to create a Drop Cap using CSS?
div { margin: 0; padding: 0; border: 1px dashed #666; /* set to none if you don't want border */ font-family: Georgia; font-size: 20px; background: #FFF; color: #3B444B; text-align: justify; } p:first-child:first-letter { float: left; color: #333; font-size: 75px; line-height: 60px; padding: 5px 5px 0 0; }
<div> <p>Simple drop cap effect with CSS styles. </p> <p>This is the second paragraph. </p> <p>This is the third paragraph. </p> </div>
Drop Cap with Border
div { margin: 0; padding: 0; border: 1px dashed #666; /* set to none if you don't want border */ font-family: Georgia; font-size: 20px; background: #FFF; color: #3B444B; text-align: justify; } p:first-child:first-letter { float: left; background: #EEE; color: #111; margin: 6px 3px 0 0; padding: 5px; font-size: 70px; line-height: 60px; border: 1px solid #111; }
Drop Cap Effects with Single Shadow
Classic Drop Cap
div { margin: 0; padding: 0; border: 1px dashed #666; font-family: Georgia; font-size: 20px; background: #FFF; color: #00611C; text-align: justify; } p:first-child:first-letter { float: left; color: #00611C; font-size: 75px; line-height: 60px; padding: 8px 6px 0 0; text-shadow: 0 2px 3px #698B69; }
Glowing Drop Cap
div { margin: 0; padding: 0; border: 1px dashed #666; font-family: Georgia; font-size: 20px; background: #111; color: #FFF; text-align: justify; } p:first-child:first-letter { float: left; padding: 10px 6px 0 0; background: #111; color: #FFF; font-size: 70px; line-height: 60px; text-shadow: 2px 2px 6px #eee; }
Stand Out Drop Cap
div { margin: 0; padding: 0; border: 1px dashed #666; font-family: Georgia; font-size: 20px; background: #FFF; color: #E0218A; text-align: justify; } p:first-child:first-letter { float: left; color: #E0218A; padding: 5px 5px 5px 0; font-size: 75px; line-height: 60px; text-shadow: 4px 4px 4px #666; }
Drop Cap Effects with Double Shadow
A Classic Double Shaded Drop Cap
div { margin: 0; padding: 0; border: 1px dashed #666; font-family: Georgia; font-size: 20px; background: #FFF; color: #3B444B; text-align: justify; } p:first-child:first-letter { float: left; color: #3B444B; font-size: 75px; line-height: 60px; padding: 6px 6px 0 0; text-shadow: 2px 2px 1px #EEE, 3px 3px 1px #3B444B; }
Embossed Drop Cap
div { margin: 0; padding: 0; border: 1px dashed #666; font-family: Georgia; font-size: 20px; background: #C19E82; color: #592720; text-align: justify; } p:first-child:first-letter { float: left; background: #C19E82; color: #C19E82; padding: 8px 5px 5px 0; font-size: 75px; line-height: 60px; text-shadow: -1px -1px 1px #fff, 1px 1px 1px #444; }
Drop Cap Effects with Multiple Shadows
3D Drop Cap
div { margin: 0; padding: 0; border: 1px dashed #666; font-family: Georgia; font-size: 20px; background: #FFF; color: #592720; text-align: justify; } p:first-child:first-letter { float: left; color: #F7E7CE; padding: 3px 10px 5px 0; font-size: 70px; line-height: 60px; text-shadow: 1px 1px 0 #C19A6B, 2px 2px 0 #C19A6B, 3px 3px 0 #592720, 4px 4px 0 #592720, 5px 5px 0 #592720, 6px 6px 0 #592720; }
Smoky Drop Cap
div { margin: 0; padding: 0; border: 1px dashed #666; font-family: Georgia; font-size: 20px; background: #FFF; color: #3B444B; text-align: justify; } p:first-child:first-letter { float: left; color: #FFF; margin: 6px 3px 0 0; padding: 5px 5px 5px 0; font-size: 70px; line-height: 60px; text-shadow: 2px 2px 16px #007FFF, -2px -2px 16px #007FFF, -2px 2px 16px #007FFF, 2px -2px 16px #007FFF; }
Hollow Outlined Drop Cap
div { margin: 0; padding: 0; border: 1px dashed #666; font-family: Georgia; font-size: 20px; background: #FFF; color: #0047AB; text-align: justify; } p:first-child:first-letter { float: left; color: #FFF; padding: 8px 5px 5px 0; font-size: 70px; line-height: 60px; text-shadow: 1px 1px 1px #0047AB, -1px -1px 1px #0047AB, -1px 1px 1px #0047AB, 1px -1px 1px #0047AB; }
Another 3D Style Drop Cap
div { margin: 0; padding: 0; border: 1px dashed #666; font-family: Georgia; font-size: 20px; background: #FFF; color: #A9203E; text-align: justify; } p:first-child:first-letter { float: left; color: #A9203E; padding: 5px 5px 10px 0; font-size: 75px; line-height: 60px; text-shadow: 0 1px 0 #999, 0px 2px 0 #888, 0px 3px 0 #777, 0px 4px 0 #666, 0px 5px 0 #555, 0px 6px 0 #444, 0px 7px 0 #333, 0px 8px 7px #001114; }
Final Thought
<div> <p><span>S</span>imple drop cap effect with CSS styles. </p> <p>This is the second paragraph. </p> <p>This is the third paragraph. </p> </div>
Saturday, July 23, 2016
Catch all the Pokemon without going anywhere using [ Xposed Pokemon ]
Xposed Pokemon module allows you to catch all the pokemons without going anywhere. The module allows you to fake location and allows you to go anywhere you want. The module provides navigation keys to navigate to any place.
Requirements
Root
Xposed Framework
Xposed Pokemon Module
How To
■ Enable Xposed Pokemon Module in Xposed Framework
■ Restart Device
■ Open the Xposed Pokemon application
■ set the start location in the map by touching the map. A marker will be shown in the map
■ Click "Start" in the list.
■ A small window with arrows will appear.
■ Open the Pokemon game and wait for it to load
■ The user will start at the selected location which we selected in the map
■ Using the arrow keys, you can move to that direction
Try it out and catch 'em all !!!
FAQ
■ Why cant I see the popup window when clicking start button?
Go to app security-premissions-premissions-xposed Pokemon and tap display pop up window
■ Why is the character moving in wrong direction?
the joystick works in north,east,south west directions irrespective of the character in the game. so you have to first align the character to face north by using the compass shown in the game.
SCREENSHOTS
Wednesday, July 20, 2016
Pokemon Go Forum in Asia is now launch!
We all know that pokemon go is release this years 2016, and it is announce officially, while other countries are enjoyig the pokemon go app game, some of countries like here in the Philippines is still waiting for the pokemon go app to be official release many of filipino are looking forward for this game as we all pinoy are also a BIG fan of Pokemon, so in this case we already launch the Pokemon Go Forum in Asia while waiting the app to be release you can now register/signup to this forum and get involve in all topics, share ideas, trading and some techniques.
Visit www.pokemongoasian.com and register for free it is all open to everyone so feel free to share just remember to post your thread on a right category or else we will going to delete it without notice.
THANKS!!!
Register or Signup Now!
Thursday, July 14, 2016
How to show or display number of post or topics from Child board topic in parent board SMF
1> login with admin username and password
2> goto Boards
3> Click on settings
4> mark Count child's posts in parent's totals
about recent items show
1> login with admin username and password
2> Click on current theme
3> Click on Themes and Settings
4> Number of recent posts to display on board index: [------]
To disable the recent posts bar set this value to zero
How to reset my SMF administrative password
How to reset my SMF administrative password
Wednesday, July 13, 2016
Do not Change or Fake your Location in Pokemon Go
Sunday, July 10, 2016
Pokémon GO is now release in several countries including Australia, New Zealand, and more countries
There are few games more hotly anticipated than Niantic Labs' Pokémon GO, and now the first non-beta players are getting their hands on it. The Play Store listing is now live for everyone, but only those in select countries will be able to install it right now. Well, unless you head over to APK Mirror where we have the game available for download too.
Pokémon GO is essentially Ingress with Pokémon. I'm sure this will appeal to many people, but don't expect it to be like a real life version of the classic games. I had a chance to play the beta a bit, and the mechanics seemed fairly simple. There weren't a lot of opportunities to battle, and the options available in those instances are very basic. That was the beta, so perhaps it's different now. The early reviews on the Play Store are good, though.
So far, it looks like the game is available to everyone in Australia and New Zealand. It might be live in Japan as well—that was another test market. No sign of official availability in the US yet. Pokémon GO still shows as incompatible for everyone not included in the beta test here. If you just can't wait, the app is available on APK Mirror. Note, the app won't work on Android N yet, and there are some in-app purchases. Those were not in the beta, so I don't know how aggressive they are.
1,000,000 - 5,000,000 downloads