link text Adsterra teach design blog free: Widgets

Adsterra

Showing posts with label Widgets. Show all posts
Showing posts with label Widgets. Show all posts

Monday, February 26, 2024

Host Ai - Closing Contest

Host Ai - Closing Contest

"🌟 Introducing Host Ai - Your Ultimate Hosting Solution! 🌟

Experience lightning-fast servers and minimal downtime for all your websites with Host Ai! Our powerful hosting platform ensures high-speed performance and reliable service, keeping your websites running smoothly around the clock.

Say goodbye to sluggish loading times and frustrating downtime. With Host Ai, you can trust that your websites will always be up and running, providing your visitors with a seamless browsing experience.

Don't miss out on the opportunity to revolutionize your hosting experience. Click below to learn more about Host Ai and take your websites to the next level!

👉 [Click here to know more about Host Ai!] 👈"


Saturday, February 24, 2024

Canaltech News: iPhone 7 e 8, Netflix mais cara, chamada de vídeo no WhatsApple +


thе Cаnаltесh is аlѕо on social nеtwоrkѕFасеbооk, twitter, ѕnарсhаt, реrіѕсоре, іnѕtаgrаmYоu juѕt have tо lооk

Tuesday, November 15, 2016

How to share automatic by ifttt

Naturally presenting a web log entry on Facebook wont to be a take a look at. The thought was easy, that is to inform Facebook that you just have a web log you would like denote on your divider

Saturday, November 12, 2016

Cambodian Civil Society Concerned, Disappointed By US Election Result

Cambodian Civil Society Concerned, Disappointed By US Election Result
Chak Sopheap, director of the Cambodian Center for Human Rights, change of integrity the election watch at the US embassy


Ou Virak, the Cambodian-American president of the general public policy think factory, the long run Forum, same he was involved by the flip of events.

PHNOM PENH — 
Cambodian civil society teams have expressed considerations over the long run of human rights and democracy within their country following the sudden success of Donald Trump in the US election on.

President elect Trump, a true estate mogul, defeated the Democrat candidate Hillary Clinton in a very bitterly fought race for the White House in what has been referred to as the most important political upset in yank history.

Clinton came out of the vote with fewer than 230 body votes, despite winning a bigger share of the favored vote. a minimum of 270 body votes ar needed to secure an area within the government office.

At associate “election watch party” at the US Embassy in Cambodian capital, support for Clinton was widespread and therefore the mood turned flat once it became apparent that Trump would win.

Ou Virak, the Cambodian-American president of the general public policy think factory, the long run Forum, same he was involved by the flip of events.

“It’s a disappointment as Donald Trump is aggressive and discriminating against ladies and what he same to this point was a lucid lie,” he said.

“If the planet loses trust within the U.S, then every country can begin to shop for arms to strengthen their several muscle to defend themselves. however once a lot of and a lot of countries do this, it’s not smart for the planet.”

​M​oeun Tola, administrator of the Labor and Human Rights Alliance, a union, same he was involved that a Trump administration would “not pay full attention on human rights problems within the world particularly in poor countries.”

Similarly, Chak Sopheap, director of the Cambodian Center for Human Rights, same she had hoped to visualize a girl become US president which Clinton was well-versed in policy.

“The results of the U.S. election nowadays has created several yank and Cambodian citizen[s] afraid and aghast particularly for those that needed to visualize Hillary Clinton selected  to be the primary feminine president of the us,” she wrote on Facebook.

Thursday, November 3, 2016

New Blogger Widget: Contact form - Change Style & Install in a Static Page

Only a couple days prior, Blogger presented another gadget. It is about a contact shape that you can add to your blog effectively. It is exceptionally fundamental, on the grounds that - in any event for the time being, does not allow fusing documents or send something besides plain content.
The contact frame for Blogger has the accompanying components:
Field for the user name
Field for email
Field for the message (textarea)
Submit Button
Screenshot
 The plan is basic and the content hues acquire the area where you include it. Right now, this gadget has no setup alternatives and is not accessible for element sees.
How to Add Contact Form to Blogger

To add it to your blog, just select the Layout tab, then click on Add a gadget in the section you want to show, for example, in the sidebar. Then, select the More gadgets tab and add theContact Form gadget.

Styling Contact Form
As the background is transparent, the form will integrate well, aesthetically speaking, but nevertheless it is easy to modify using Style Sheets (CSS) to the appropriate selectors. Here's an example:
/* Contact Form Container */
.contact-form-widget {
width: 500px;
max-width: 100%;
margin: 0 auto;
padding: 10px;
background: #F8F8F8;
color: #000;
border: 1px solid #C1C1C1;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
border-radius: 10px;
}

/* Fields and submit button */
.contact-form-name, .contact-form-email, .contact-form-email-message {
width: 100%;
max-width: 100%;
margin-bottom: 10px;
}

/* Submit button style */
.contact-form-button-submit {
border-color: #C1C1C1;
background: #E3E3E3;
color: #585858;
width: 20%;
max-width: 20%;
margin-bottom: 10px;
}

/* Submit button on mouseover */
.contact-form-button-submit:hover{
background: #4C8EF9;
color: #ffffff;
border: 1px solid #FAFAFA;
}

This is how it will look like after applying the style:


To add this style, go to Template > Edit HTML, click on the sideways arrow next to <b:skin>...</b:skin> and paste the code just above ]]></b:skin> (press CTRL + F to find it):


The most effective method to Add Contact Form In A Static Page

Initial step is to include the Contact Form device (Layout) and second, to alter the format (Template > Edit HTML) to expel a large portion of the device. You need to hunt down the id "ContactForm", grow the gadget by tapping on the dark bolt on the left (same with the includable) and afterward erase the part that I have shaded in red (see underneath):

Part to be removed:
  <b:widget id='ContactForm1' locked='false' title='Contact Form' type='ContactForm'>
    <b:includable id='main'>
  <b:if cond='data:title != &quot;&quot;'>
    <h2 class='title'><data:title/></h2>
  </b:if>
  <div class='contact-form-widget'>
    <div class='form'>
      <form name='contact-form'>
        <p/>
        <data:contactFormNameMsg/>
        <br/>
        <input class='contact-form-name' expr:id='data:widget.instanceId + &quot;_contact-form-name&quot;' name='name' size='30' type='text' value=''/>
        <p/>
        <data:contactFormEmailMsg/> <span style='font-weight: bolder;'>*</span>
        <br/>
        <input class='contact-form-email' expr:id='data:widget.instanceId + &quot;_contact-form-email&quot;' name='email' size='30' type='text' value=''/>
        <p/>
        <data:contactFormMessageMsg/> <span style='font-weight: bolder;'>*</span>
        <br/>
        <textarea class='contact-form-email-message' cols='25' expr:id='data:widget.instanceId + &quot;_contact-form-email-message&quot;' name='email-message' rows='5'/>
        <p/>
        <input class='contact-form-button contact-form-button-submit' expr:id='data:widget.instanceId + &quot;_contact-form-submit&quot;' expr:value='data:contactFormSendMsg' type='button'/>
        <p/>
        <div style='text-align: center; max-width: 222px; width: 100%'>
          <p class='contact-form-error-message' expr:id='data:widget.instanceId + &quot;_contact-form-error-message&quot;'/>
          <p class='contact-form-success-message' expr:id='data:widget.instanceId + &quot;_contact-form-success-message&quot;'/>
        </div>
      </form>
    </div>
  </div>
  <b:include name='quickedit'/>
</b:includable>
  </b:widget>

After you have saved the template, go toPages and paste the following code into a new blank page with the title you want:
 <div class='widget ContactForm' id='ContactForm1'>
  <div class='contact-form-widget'>
    <div class='form'>
      <form name='contact-form'>
        <p>Name</p>
        <input class='contact-form-name' id='ContactForm1_contact-form-name' name='name' size='30' type='text' value=''/>
        <p>E-mail *</p>
        <input class='contact-form-email' id='ContactForm1_contact-form-email' name='email' size='30' type='text' value=''/>
        <p>Message *</p>
        <textarea class='contact-form-email-message' cols='25' id='ContactForm1_contact-form-email-message' name='email-message' rows='5'></textarea>
        <input class='contact-form-button contact-form-button-submit' id='ContactForm1_contact-form-submit' type='button' value='Submit'/>
        <p class='contact-form-error-message' id='ContactForm1_contact-form-error-message'></p>
        <p class='contact-form-success-message' id='ContactForm1_contact-form-success-message'></p>
      </form>
    </div>
  </div>
</div>
download 

Messages will be sent to the same email that you have registered in Blogger.

Here's a demo page where you can test it (it is an account that I don't use, so don't expect reply).
That's it! If you have any questions or comments please post below.

On-Page SEO Tips for Blogger

We realize that SEO Off Page alludes to the site design improvement strategies that should be possible outside of your site, for example, connect wheels, surveys, social bookmarking, online networking (references and supporters), sidebar joins, among different procedures. Be that as it may, without a legitimate on-page seo streamlining, all would total up to a non-advanced website page without quality, which won't achieve the movement anticipated that would have. This is for the most part since web indexes (particularly Google) give careful consideration to the alt and title labels (for pictures), meta labels, inner connections, robots et cetera, with a specific end goal to show the substance of your website page to the client who made a particular question in the pursuit. To never fall in this sadness of site design improvement, you can pick a decent and solid blog stage like Blogger. On the off chance that you are working just on Blogger, here are some on-page enhancement tips that may help you to end up fruitful in the blogging scene
Essential On-Page SEO Tips For Blogger
Essential On-Page SEO Tips For Blogger
Advancement of the robots.txt document: other than alarming Google web crawler, this record likewise helps us to keep certain pages being listed by Google with a specific end goal to secure our blog against copy content issues.

Title advancement: In the default blogger layout, post titles are not streamlined appropriately for the internet searchers. To illuminate this, we have to touch some code in the outline and upgrade both page and post titles.

Picture improvement: Whether your blog is about pictures or pictures as general points, by just adding a watchword identified with articles, packing the picture and putting the title="" and alt="' labels, we would streamline SEO On-Page a tiny bit more.

Inside connections: Internal connections inside posts on our blog won't just build online visits yet will likewise help us to be very much positioned in web indexes.

Blog's stacking time: When you begin with a blog either new or old, it's imperative to offer a client encounter loaded with a quick stacking time. Internet searchers give higher need to a speedier blog than to a moderate or soaked one.

Utilizing Google Webmaster Tools: After ensuring that your blog is 100% SEO, this astounding Google apparatus will furnish you bolster with both quick ordering and broken connections, HTML enhancements, page mistakes and numerous other particular proposals for your site.

Got some other thoughts or musings about characteristic and positive methods to enhance the On Page SEO on a site page?