Showing posts with label another. Show all posts
Showing posts with label another. Show all posts

Wednesday, March 1, 2017

Mobilink Plans For Another Round of Layoffs

Mobilink Plans For Another Round of Layoffs


Mobilink Plans For Another Round of Layoffs
Restructuring at Mobilink has entered in its next round where more employees are going to see the exit doors, most probably tomorrow evening.
Mobilink said that its aim is to fine-tune organization’s productivity with right-sizing the head-count to ultimately relieve pressure from increasing operating expenditure, which has become a major concern for VimpelCom.
It appears that group level brunt is now going to be borne by the Mobilink employees in Pakistan, which contributes major part of revenues for Moscow based VimpelCom group.
Our well placed sources tell that  Mobilink has plans to off-load at least two dozen employees from finance department this time, from the head office and other regions. Moreover, another few dozens employees from technical department are also going to lose their jobs with-in next few weeks.
Not to forget that at least 30 employees from sales department were shown the doors just last Friday. This was in addition to over 250 employees that were fired from Technical department with-in last six months.
Our sources say that restructuring has caused various positions at Mobilink to become redundant. For instance the finance tasks at various channels are now being handled by customer support people leaving finance guys to become almost valueless for the company.
Similarly, there are other efforts being made to add more functions and responsibilities for some of the staff to ultimately off-load the remaining work-force. Outsourcing technical department was part of the same strategy.
While there is no denying of the fact that Telecom industry is not in its best times these days (see financial reports of telcos for elaboration), however, such massive lays-off are definitely going to worsen the already weakening economy of the country.

Available link for download

Read more »

Monday, February 20, 2017

NEW! HOW TO COPY ALL POSTS FROM ONE BLOG TO ANOTHER

NEW! HOW TO COPY ALL POSTS FROM ONE BLOG TO ANOTHER


 This article is about how to copy all the posts from one blog to another, using Blogger.                          
Image result for NEW! HOW TO COPY ALL POSTS FROM ONE BLOG TO ANOTHER
For Blogger Blogs Only
                               

To copy all the Posts from one blog to another, you need to export them from the first blog, and import the file that was created into the second file.

Any Pages in the first blog, need to be moved individually, because pages arent currently included in the export file.
If you want to totally replace the contents of the destination blog with the contents of the source blog, then you should delete the existing posts from the destination blog before you import the file.  (NB   Delete posts by going to the Posting / Edit Posts screen, and pressing the Delete button that is beside the post.   Dont delete the entire blog, or you will lose access to the URL).


Follow these steps to copy all posts from one blog to another

1  Log in to Blogger.

2  Go to the export tab from the  Settings / Other tab.

3  Click on Export Blog.

Export-blog window on the old Blogger interface:
the new interface looks a little different, but has the same links

3a  If you are using the new interface, click Download Blog on the confirmation message window:
                                 


4  Your computer will download a file.   For Windows users, it will probably be put in the My Documents / Downloads file.  Or you system may use another place, or it may ask you where to put it.   Whatever happens, you will need to know where this file is saved to.

5  Open the blog that you want to move the posts to
(You may need to log out and in again, or perhaps just switch to different browser or tab) 

5  Delete (using Posting / Edit Posts) any Posts that are already there, but which you dont want in the refreshed blog.

6  Go to Settings > Other and click Import Blog.  When the box opens, choose the exported file that you made earlier, and enter the security-text.
Import file selection screen in the new interface:
the old version of Blogger is very similar.

7  Choose whether or not to automatically publish all imported posts.   
Only tick the box if you DO want the posts automatically imported.   If you dont tick it, the posts will be loaded, but with have status of Draft, so wont be visible by readers until you publish them.

8  Click Import Blog.

9  Check that the import worked successfully, by looking at the blog, and also at the list of posts under Edit Posts:  are the right number of posts there, do they have the right labels etc. 


Results

All the posts from the source blog will be copied to the destination blog.

Many of the post characteristics will be the same as in the original blog.  

This includes: 
  • title
  • post contents
  • published-date and time
  • label(s)
  • post-author.


Any comments from the source blog will also be copied over - sometimes it takes a few hours for the links for them to be re-establshed properly.

The URL for each post will be based on the URL of the blog you have imported them into and the publication-date that the posts had in the source blog - for example:
www.YourNewBlogName.blogspot.com/2017/13/name-based-on-post-title.html

Any internal links in the blog will still point to the post in the old blog
For example this link points to a popular article in SlausTec Blog  
If I export-and-imported this post into a new blog, the link would still point to the same place, ie the post in SlausTec Tz1 - not to the post in the new blog.

Any pictures, videos etc in the old blog will still be in the same place that they were in (Picasa-web-albums, YouTube, Google Videos etc).

If you have imported more than the number of posts that Blogger allows per day (currently 50 I think) then to make any more posts today you will need to complete the captcha-test (ie entering the letters in the funny-shaped word).   This will go away approximately 24 hours after you last enter more that the maximum-posts-per-day.


Importing to the same blog

If you try to import posts into the same blog that you exported them from, Blogger will not import any posts, and give you an error message. 

If you do want to do this (eg to create a duplicate set of posts), then do the export, change some small detail of the original posts title or date/time, and then do the import.

Available link for download

Read more »

Tuesday, February 14, 2017

How to Redirect Blogger to Another Website

How to Redirect Blogger to Another Website


How to Redirect Blogger to Another Website
There are a number of reasons you may want to automatically send visitors to your blog to another URL or from one blog to another.For example if you moved your blog, if you had two blogs and wanted to focus one just one and cover both topics.Automatically directing visitors to another URL is actually quiet easy and only requires a snippet of code added to the top of the template. In this post i will show you the code needed to automatically Redirect from a Blogger Blog to any other URL. Before i have share Add Google Translate Gadget to Blogger i hope you will like this post also and before Translate Gadget i have also share Add Flying Letters Below Mouse Pointer Animation.

Lets Start to Redirect Blogger to Another Website.

Now Follow These 6 Steps.

1. Log in to blogger  and Go to Layout >> Add GadgetsAdd a Gadgets


2. Click Add Gadget and select HTML/JavascriptHTML/Javascript

3. Paste below code

<form name="redirect">
<center>
<font face="Arial"><b>Your site will redirect within<br><br>
<form>
<input type="text" size="3" name="redirect2">
</form>
seconds</b></font>
</center>

<script>

var targetURL="http://www.RexHacker.Blogspot.com/"
var countdownfrom=10

var currentsecond=document.redirect.redirect2.value=countdownfrom+1
function countredirect(){
if (currentsecond!=1){
currentsecond-=1
document.redirect.redirect2.value=currentsecond
}
else{
window.location=targetURL
return
}
setTimeout("countredirect()",1000)
}

countredirect()
//-->
</script>
Note: You Can Copy This Code From This Link.

4.   Replace  var target URL  with redirect URL

5. Replace var countdownfrom value for your like. (redirect time)

6. Click Save you are Done.

Available link for download

Read more »