I use NetVibes for my browser home page and RSS feed reader and I’ve noticed over time that some of the feeds that I subscribe to have pictures embedded within their feed summary. Why doesn’t my feed have a picture in it? I thought that this was really neat because it gives you a quick [...]
Hello again. This time, I would like to share with you guys on how to insert youtube or any embedded-able streaming videos to your site.
How can we do that? Simply easy way was to use an easy wordpress plugin, called EasyTube. Installation provided at the detail site, but let me explain briefly on how [...]
This tutorial will explain how to add smilies a.k.a. emoticons to your post. Next I’ll tell you how to simply hack your template to insert smiley. There is another way to insert smiley manually, and that’s the simple way to do. And here it is another tutorial to insert non-manually smiley. It means you have to type smiley’s standard code and a correct smiley will appear.
Smiley or emoticon used
REPORT ZSOURCE1301.* Work areaTABLES CUSTOMERS.* Record used as alternative work areaDATA MY_CUSTOMER LIKE CUSTOMERS.* Inserting one entry from the work areaCUSTOMERS-ID = '12345678'.CUSTOMERS-NAME = 'Brown'.INSERT CUSTOMERS.IF SY-SUBRC 0. WRITE: / 'Entry already exists:', CUSTOMERS-ID.ENDIF.* Inserting one entry from the recordMY_CUSTOMER-ID = '11111111'.MY_CUSTOMER-NAME = 'Green'.INSERT INTO CUSTOMERS VALUES MY_CUSTOMER.IF SY-SUBRC 0. WRITE: / 'Entry already exists:', MY_CUSTOMER-ID.ENDIF.---------------------ABAPer, mail: abap.community@gmail.com http://abaplearner.blogspot.com
REPORT ZSOURCE1206.* Work area for a database tableTABLES CUSTOMERS.* Types for later useTYPES: BEGIN OF T_CUSTOMER_CITY, ID LIKE CUSTOMERS-ID, CITY LIKE CUSTOMERS-CITY, END OF T_CUSTOMER_CITY.* Internal table with two columnsDATA CUSTOMER_CITIES TYPE T_CUSTOMER_CITY OCCURS 100 WITH HEADER LINE.* Filling the internal tableSELECT * FROM CUSTOMERS. MOVE-CORRESPONDING CUSTOMERS TO CUSTOMER_CITIES. APPEND CUSTOMER_CITIES.ENDSELECT.* Inserting a line at a specified positionCUSTOMER_CITIES-ID = '00000005'.CUSTOMER_CITIES-CITY = 'Pleasant Site'.INSERT CUSTOMER_CITIES INDEX 3.* Displaying the resultLOOP AT CUSTOMER_CITIES. WRITE / CUSTOMER_CITIES-CITY.ENDLOOP.---------------------ABAPer, mail: abap.community@gmail.com http://abaplearner.blogspot.com
In this guide we will talk about how to add social bookmarking sites buttonin your posts all of you know thatsocial bookmarking sites can be a great source of traffic like stumbleupon and digg many people are using stumbleupon as their source of traffic like i do by just getting a few thumbs up you could get 100s of visitors to your site easily.In order to get more stumbles you willl need to add some stumbleupon buttons in your posts to make it easier for your readers to stumble don't worry about how to put the buttons in this post i will show you a nice trick to put social boookmarking buttons in your blogger post.How To Put Social Bookmarks on Blogger/Blogspot?Step1: Go to your tecmplate tab and click edit html and don't forget to tick "Expand Widget TemplatesStep2: . put this code below inside your head. it means you can find this code</head> and put the codes before it. so it becomes like this below,<style type="text/css">div.jackbook_socialmark ul { display: block;f
One of the great new features of Microsoft Word 2007 is the ability to ‘watermark’ your documents. For example, you can mark a document as confidential or not to be copied. Here’s how you do it:
Anoche una vez Mario Pergolini, le pegó a su rival televisivo Marcelo Tinelli y a su programa en el que cada vez bailan con menos ropa.
Segun CQC esta es la nueva sección de Bailando por un Sueño:
Dari sekian banyak bentukan sajian ikllan Adsense yang bermunculan di halaman blog, pasti kita pernah mengenali tampilan iklan yang terselip di dalam sebuah postingan. Ini bisa dimunculkan di tengah postingan atau bisa pula di akhir.
Usaha menampilkan iklan dengan menggabungkannya ke dalam postingan terbukti efektif bagi beberapa blog dengan pengunjung yang banyak berasal dari pembaca feed.
Tak dipungkiri bahwa bila kita menulis postingan dan menutupnya dengan mengklik "Publish" artinya semua materi yang kita tulis sudah tersebar di dunia maya. Tanpa batasan teritori, postingan kita yang berisikan teks (dan juga gambar) tadi sudah bisa diakses dan dilahap kalangan umum.
Imbasnya kadang ada beberapa materi kita yang digunakan oleh orang lain, baik yang ingin meneruskan dengan
Here's another way of inserting Adsense Code to New Blogger Template. Since adding Adsense as Page Element is limited to the setup provided by Blogger.com, you need to manually insert Adsense codes in other areas of the template not provided.Escaping Adsense Code Before Inserting in Blogger TemplateTo manually insert Adsense code in new Blogger template, you have to escape HTML characters or convert the HTML codes to HTML entities like these: < to <, > to > and " to ". Without escaping Adsense HTML codes, Adsense will not work properly. Your Adsense code should look like this example of large Google Ad (XXXXXXXXXXXXXXXX is the publisher ID):&lt;script type="text/javascript"><!--google_ad_client = "pub-XXXXXXXXXXXXXXXX";google_ad_width = 336;google_ad_height = 280;google_ad_format = "336x280_as";google_ad_type = "text_image";google_ad_channel = ""
Learn here how to insert Adsense codes to Blogger template As Page Element. I am referring to the New Blogger template. This is the non-FTP version of Blogger, which is being hosted in Google.com for free. FTP version is being hosted outside of Google.com. Methods of inserting Adsense code in FTP and non-FTP Blogger templates are different. If you're blogging with FTP Blogger, click here to learn inserting Adsense code.Inserting Adsense Code to New Blogger TemplateTo insert Adsense code in non-FTP new Blogger template, login to your Blogger Account and click layout in Blogger Dashboard. Then, click the Template tab and "Add and Arrange Page Elements" will be displayed, like this:This is the page where you can Click and drag to rearrange page elements on your blog. There are links "Add a Page Element" in the page layout. By clicking that link, you may add all or selected page element(s) or widget(s) including Adsense on the template area where you click the link.To insert Adsense codes
Having trouble inserting Adsense codes in your FTP Blogger template? Do you want to insert your Adsense codes before or after the Blogger Title? Between the Blogger Post Title and Blogger Post Body? In the Blogger Sidebar? Or in the Blogger Footer? Don't worry, you will learn how easy to insert Adsense codes in your FTP Blogger template in just few minutes.Knowing the Parts of a Blogger PageHere are the parts of a blogger page and its Blogger template code:Number - Blogger Page Part - Blogger Template Code1 - Blogger Title - <$BlogTitle$>2 - Blogger Description - <$BlogDescription$>3 - Blogger Post Title - <$BlogItemTitle$>4 - Google Ads after Blogger Post Title - Adsense code5 - Blogger Post Body - <$BlogItemBody$>6 - Bogger Sidebar - <div></div>7 - Blogger Footer - <div></div>8 - Text-wrapped Google Ads - Adsense codeTo edit the layout of your FTP Blogger, sign in to your Blogger account and click Template of your FTP Blog. Before edit
I have a new banner, and when I insert it, it stays very small. I inserted it 3 ways. One, the little mountain you see up there ^^, and both ways down on the bottom. The banner shows up but stays small. Any suggestions?
~Belladonna~:wave: