Pembaca Tegar

{jQuery Added} New Interface

Published 25 October 2013 at 5:16 pm ¦ Written by

As you can see, there's a weird button float at the left of the main content. This button will output some post details. Example, date & author.

Before
After
This button was officially launched at 4:50pm today. I used " jQuery " to create the animated sliding up/down content. A snippet from the code that I used,
$(document).ready(function() {
        $("#add_noti").click(function() {
$(this).hide();
$("#remove_noti").show();
            $("#detail_lo").slideDown("fast");
return false;
        });
$("#remove_noti").click(function() {
$(this).hide();
$("#add_noti").show();
            $("#detail_lo").slideUp("fast");
return false;
        });
    });
For a Professional Web Designer, this is not the first time they heard this. They often used this to make their design more animated & accurate with customer sense. For those who doesn't know what is " jQuery " yet, please read details below.


jQuery - Introduction



jQuery is a lightweight, " write less, do more ", JavaScript library. The purpose of jQuery is to make it much easier to use JavaScript on your website. So in a short way, jQuery is compressed code from JavaScript. jQuery takes a lot of common tasks that require many lines of JavaScript code to accomplish, and wraps them into methods that you can call with a single line of code and also simplifies a lot of the complicated things from JavaScript, like AJAX calls and DOM manipulation.

How to start working with jQuery ?
jQuery usually comes as a single JavaScript file containing everything comes out of the box with jQuery. It can be included within a web page using the following mark-up:

Load jQuery : <script type="text/javascript" src="jQuery file location"></script>
For an Example : <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
NOTE : Without this, jQuery can't functionally.
_________________________________________________________________________________


As a developer, the decision of where and how to write jQuery code lies on you. I prefer to use the second method as it ensures that my complete page is loaded in the browser and I am ready to play with any element available on the page.

The video of this chapter is available here.

Customize the 'via' on Facebook

Published 24 October 2013 at 7:51 pm ¦ Written by

Did you notice when some people or pages leave a status on Facebook, they would have their own custom ‘posted via..’ printed together at the bottom of the status. This custom status usually will show where the status was posted from and seems to be fixed according to the device they log the status in.


For example, post an FB status from your iPhone, Blackberry or even from your mobile web browser, and you will see the device name reflected at your status like ‘posted via iPhone’ and so on. Let’s take this up a notch and get our statuses posted ‘via le post office’ or ‘via a watch’, shall we? All it takes is a little trick.

Creating Facebook Application
The first action is you need to create a new Facebook application. Don’t worry, the Facebook ‘application’ here doesn’t mean anything difficult, rather they are steps to creating your own application ID that will reflect in your ‘posted via..’ status.

1. Go to Facebook Developer page and click on the Apps button. (Make sure your Facebook logged in)


2. Click Create New App button.


3. Insert App Name and click Continue. You can leave the ‘App Namespace’ and ‘App Category’ as we don’t need them here. The App Name is the name that will appear in your ‘posted via…’ status, so choose wisely.


4. Complete the security check box and click Submit.


5. Now in the next page, you will see more details to fill up. Since we are going to do something simple, you don’t have to customize much, just the edit icon and the image to have a more personalized custom status. Add your App Domain and enter your Site URL. Then click Save Changes.


6. Ok now down to the important step, that is to copy the ‘App ID’. In this tutorial, my App ID is 609260089136806. (For a security reason, please keep your App Secret as Hidden)


Posting A Custom Status To Facebook
You have now created your own Facebook App! Now let’s move on to posting with your new via status.

1. To share the post to your own Facebook Wall, you can simply copy the URM below, replace the ‘<APP_ID>’ with your own App ID that you have just created and open it in a new browser/tab.
https://www.facebook.com/dialog/feed?app_id=<APP_ID>&redirect_uri=http://www.zulfaqar.my/
2. Be sure to change the domain included in the last part of the URL to your own domain as stated in the Facebook Application form. In this case, I am using http://www.zulfaqar.my/.

3. When you open it in a new tab/browser, you will see a custom dialog box with your custom ‘posted via’ stated. Enter your message and click Share. Notice that in this example ‘via Zulfaqar.MY’ appears at the bottom of the status box.


4. After you share it on your wall, your friends will see as below, and when they click on the ‘posted via..’ link, it will bring them to the URL you specified in the Facebook Application page earlier. In this example, it will redirect to Zulfaqar.my.


5. Notice the Zulfaqar.my logo icon had appeared below the status together with ‘via Zulfaqar.MY’ link. Now you can place the URL link provided above in your Facebook or even on your website or blog so your friends or fans can use it too.


It is not so hard to create a custom status, and you can even share the URL with your friends and fans on Facebook, website or even on your own blog. The more people using and liking it, the better as you will be getting free directed traffic from your via status. And if you are creative enough, you can even create a web app for this.

Run an Android in PC

Published 23 October 2013 at 7:34 pm ¦ Written by

Interested in Android? You don’t have to buy a device or go to a physical electronics store (do those still exist?) to try it out. You can run individual Android apps and play with the latest versions of the Android operating system on Windows. These are Android emulators for PCs.

Whether you want to try Android before you buy, experiment with the latest version of Android or sync apps between your Android device and your PC, these Windows programs have you covered.



=> BlueStack <=
BlueStacks doesn’t replicate the full Android experience, it’s just an “app player” that runs individual apps on your PC. BlueStacks starts in full-screen mode, but can also be used in windowed mode.
Install BlueStacks, search for an Android app, and you’ll be able to install it on your PC.


You’ll have to set up a Google account to download apps via Google Play, but you can always make a new Google account just for this purpose. BlueStacks also supports other app stores, including the Amazon Appstore for Android. Its built-in search feature searches for apps across all the app stores it supports.


BlueStacks also works with your Android phone or tablet if you already have one. You can install the BlueStacks Cloud Connect app, available in the Google Play, to synchronize apps between your device and your PC.


=> YouWave or Virtual Box <=
YouWave provides a free ten-day trial, which is more than enough time to get a feel for Android apps. Unlike BlueStacks, YouWave offers a full Android system with a home screen, app menu, and everything else.

This program depends on its own instance of VirtualBox, so you can’t use it if you have VirtualBox installed — you’ll have to uninstall VirtualBox first.

If you’d rather install Android in VirtualBox on your own, you can find instructions for doing so on the Android x86 page. It’s a bit more work, but it’s completely free with no time limits.

YouWave doesn’t include many apps, but you can install Google Play inside it to get more apps. Click the View menu, select Online Content, and click the Google Play icon to download it. Click the View menu again, select Apps, and click the Google Play app — Google Play will be installed.


You can launch Google Play within the Android emulator to browse and install Android apps. You’ll need a Google account, but you can always create a new one specifically for YouWave.


=> Official Android Emulator <=
Google’s Android software development kit provides a free Android emulator, although it’s targeted at developers. You can run the latest version of Android with this method, so it’s a great way to try out the latest version of Android if you have a device that’s stuck on an older version.

First, you’ll need Java installed. You can then download the SDK Tools from Google. Click the Use an Existing IDE option on the page and download the SDK Tools package. After installing it, launch the SDK Manager and install the recommended files for the latest version of Android. Click the Install button and the SDK manager will automatically download and install the required software.


Click the Tools menu once the download has finished, select Manage AVDs and click the New button to create a new virtual device. Select a device — an older device like the Nexus S should be easier to emulate – and your installed version of Android. Name the virtual device and click OK to create it.


You’ll see your new virtual device in the virtual device manager window. Select it, click the Start button and click Launch to launch the Android emulator. It may take a while to start — perhaps over a minute, depending on your hardware.


However, you may even be able to install Android on an old netbook you have lying around — it’s worth a try if you aren’t getting much use out of that netbook anyway.

Facebook DOWN : User unable to post on social network

Published 22 October 2013 at 1:48 pm ¦ Written by


Facebook was broken 9 hour ago.

Facebook was not ‘down’ as such: users were still able to browse posts and click through their newsfeed, but likes, comments, posts and shares were not available.

Facebook has said it has fixed a problem which prevented users around the world updating their status or interacting with friends.

Some of the website's estimated 1.15 billion members were shown an an error message which read: "Couldn't update status. There was a problem updating your status. Please try again in a few minutes."

Some users also said they were unable to 'Like' posts, post comments or upload photos, although others experienced no difficulties using the website.

Hundreds of comments about the apparent service outage appeared on Twitter every few minutes during the outage.

A spokesman for Facebook said: "While performing some network maintenance, we experienced an issue that prevented some users from posting to Facebook for a brief period of time.

"We resolved the issue quickly and we are now back to 100%.
"We're sorry for any inconvenience we may have caused."

Update status error message

Michael Allen, a director at Compuware Corporation, which tracks internet down time using its Outage Analyzer tool, said the technical problems would have had an "enormous impact" on millions of people.

He said at least 3,500 other websites were affected, "although the actual number is likely to be far greater".

"This is because many other businesses and websites are connected to Facebook through the integration of its services," he said.

"For example, Facebook is used to enable people to login to many other sites and applications."

Founded in 2004 by Mark Zuckerburg, Facebook has around 700 million daily active users, according to its own figures.

It stores more than 100 petabytes (107 billion megabytes) of photos and videos at its three US data centres in Oregon, North Carolina and Iowa, as well as a fourth in Lulea, Sweden.

No word from the greeting card companies as to whether or not they saw a spike in sales. The send a birthday message function was down along with everything else.

‘What Does The Fox Say?’

Published 18 October 2013 at 4:21 pm ¦ Written by


Some memes spread — others explode. And that’s what happened this morning, when a music video by a Norwegian band named Ylvis didn’t so much go viral as it took over the collective attention of the entire internet for a few hours.

What Does the Fox Say? features adults in outlandish animal costumes reciting an Old McDonald’s-ish list of animal noises, before addressing the titular question in the chorus. There is thumping bass and a silly, easily imitatable dance: In short, it is the video internet hipsters and five-year-olds can finally agree on.


It's a song so zoologically off the mark it could probably turn David Attenborough to stone. But then again, maybe he'd just crack up laughing or spontaneously cut some rug at to its heavy dancefloor beat like most people.

Singer Biography :
Ylvis is a Norwegian comedy duo from Bergen, consisting of brothers Bård and Vegard Ylvisåker. They debuted as professional variety artists in 2000 and have since had a string of highly successful variety shows, humoristic concerts, TV shows, radio shows and music videos. Their song "The Fox" went viral on YouTube in September 2013, which brought the brothers to international attention.
More information.

You can listen the song here :

BBQ, SEASON KICKOFF, FRIENDS

Published 15 October 2013 at 11:04 pm ¦ Written by

Minggu lepas, aku dan member ada rancang buat BBQ. Perhh, memang best. Dari awal sampai akhir, tak henti-henti nak tangkap gambar. Rasa cam tak puas je..

Sepatutnya, BBQ ni mula jam 9:00PM. Tapi, kami datang lambat sikit so BBQ ni mula jam 9:30 PM dan berakhir jam 12:30AM. Sound crazy right ?

Kawan aku ambil dalam 20 minit nak bakar arang je, lambat gila. Bila dah menyala tu, kami start salai ayam tu.

Sementara tunggu masak, kami ambil gambar ler apa lagi. Dah takda kerja, pastu makan sikit snek-snek yang kami ada beli sebelum tu.
Memang best la masa ni, harap-harap tahun depan dapat buat lagi.

Member
Smilee. :D

Ramai juga ler

Fish eye lens

Published 13 October 2013 at 9:09 am ¦ Written by

Seperti yang sedia maklum, hp dah makin canggih. Kalau dulu, kita guna Nokia 3310 je, sekarang dah macam-macam nama ada, Oppo, HTC, Samsung & etc.

Masa jalan-jalan kat mall, ternampak lens ni. Nama lens ni, "fish eyes lens". Memandangkan hp aku dah ada "wide-angle & macho lens" feature, so aku beli fish eyes lens ni je.

Best thing about this,
Senang nak pasang kat hp, klip je pastu dah boleh guna. Boleh guna kat mana-mana hp rasanya. Memang best, boleh ambil gambar panorama 180°/360° yang lebih menarik.

The worse thing is,
Lens ni tak muat dalam kebanyakan hp. Guna lens ni tanpa pasang casing, kadang-kadang lens ni pandai lari dan memberikan hasil yang tidak memuaskan.
Where to buy ?
Aku beli benda ni online, boleh cari kat Lelong.com.my. Mahal la juga, RM100 (include postage cost). Kalau nak beli kat mall, boleh la cari dekat sekeliling, nak senang beli je online.

First Topic

Published 12 October 2013 at 9:39 pm ¦ Written by

Assalamualaikum dan selamat malam pembaca sekalian. Aku nak plan buat blog ni nak update berita-berita terkini mengenai diri aku dan yang paling penting aku nak share semua yang berkaitan dengan teknologi kat blog ni. Harap-harap korang keep follow blog ni k ?

Bagi yang belum kenal tu, boleh baca detail aku kat sini, Untuk pengetahuan anda, aku ni suka kucing, berkebun kat belakang rumah tapi tak nak cakap pasal tu la kat sini.