Showing posts with label items. Show all posts
Showing posts with label items. Show all posts

Sunday, December 24, 2017

How To Get Next 10 Items In Wordpress Blog Post Feed

How To Get Next 10 Items In Wordpress Blog Post Feed


Hi?, Ever wondered how or if  you could access more than the most recent X posts defined in a wordpress post feed??
Heres a Quick way to get Next 10 items from the feed. normally a wordpress feed link would look like this http://yoursite.com/feed ,

this would get the latest 10 items or the number set on feed settings in admin panel.
To get the next X of items from the feed, just add /?paged=2 at then end of your feed link.
I.e
yourwebsite.com/feed -> get last 10 posts
yourwebsite.com/feed/?paged=2 -> get next 10 posts
just incase, to get to the next X third Page Change ?paged=2  to ?paged=3 and so on.
I hope this helps.

If you have anything to say or ask, Kindly make use of the comment form below. If you also want me to post a short review of your company or product, on this blog, do not hesitate to contact me.

Please, do not forget to SUBSCRIBE to this blog, so that you can be receiving future articles, freebies DIRECTLY into your email inbox, even when you are not online.

CLICK HERE TO SUBSCRIBE NOW!

Cheers!

visit link download
Read more »

Saturday, December 23, 2017

HowTo Using SharePoint Calculated Columns to Display Current Month List Items

HowTo Using SharePoint Calculated Columns to Display Current Month List Items


Today I was asked by a co-worker to see if I could modify their SharePoint view to only show tasks created in the current month. I knew this option was not previously available as a standard choice but I have not done any SharePoint development in years so I was hoping SharePoint Services 3.0 would have added this feature.

After spending a couple minutes in Edit List it was apparent that it was not available. A quick Google search did not produce any "easy" solutions so I thought Id blog my solution.

My solutions involved creating two computed columns (both calculated columns return Date Only values):


  1. Created First Day Of Month

    =DATE(YEAR([Created]),MONTH([Created]),1)

  2. Created Last Day Of Month

    =DATE(YEAR([Created]),MONTH([Created])+1,1)-1

I then added the below filters to view:



Thats it. Basically I create a computed column for the first and last day of the month when the task was created and then filter by todays date being between the two. I found this to be an easy and quick method. Please comment and let me know if there is an easier method.



visit link download
Read more »

Sunday, December 3, 2017

How to move items from phone Memory to SD Card in Windows Phone

How to move items from phone Memory to SD Card in Windows Phone


                Hi this is raj techieguy in this tutorial i will show you how to move items from the phone memory to the SD card .Running out of storage space on your Windows Phone .You have probably filled it up with games, apps, photos, music and so on. If your Windows Phone has support for a SD card youre in luck. With a few steps you can move items from to your SD card from your phones internal storage. In the process freeing up your phones internal memory. You can also set it up so that new music, videos, podcasts, photos, apps and downloads automatically get stored in either your phone or SD card.

 Steps to Move
  • Step 1: In Windows Phone go to the "application list"

  • Step 2: Scroll to and open "Storage sense"

  • Step 3: Tap on the  "phone" option.

  • Step 4: Select a category  "apps + games, music, videos, podcasts, photos"  (which one you want to move to the SD card)

  • Step 5: if you want to move Apps from internal memory to the SD Card Select the "app"

  • Step 6: Select your apps and tap move to SD


  • Step 7: Finally Your app will now be moved from the phone to the SD card :-)

Note : The above steps are done in the windows 8.1 



visit link download
Read more »