Warning: Declaration of tie_mega_menu_walker::start_el(&$output, $item, $depth, $args, $id = 0) should be compatible with Walker_Nav_Menu::start_el(&$output, $item, $depth = 0, $args = NULL, $id = 0) in /home1/rizzy/public_html/blog/wp-content/themes/RF/functions/theme-functions.php on line 1914
Development Help | Daily Updates with RF
Monday , 27 July 2026
Latest News
Home » Development Help

Development Help

Redirect All Pages to New Domain

htaccess redirect all pages to new domain

Proper redirection of all the pages on the old domain to the same location on the new domain will ensure that visitors to the old domain will end up in the right place. # Redirect everything except index.html to http://www.NewDomain.com <FilesMatch “(?<!index\.html)$”> Redirect 301 / http://www.NewDomain.com/ Read More »

Image Sources to Spice up Your Content (Part One)

Image Sources to Spice up Your Content

The pictures on your content are worth a thousand words. Sometimes a powerful picture on your site surely does all the talking for you and may even be the main reason to why you have many viewers. If you’re not really a ‘writing’ person, then you may wish to include many pictures and keep your readers engaged that way. When ... Read More »

Image Sources to Spice up Your Content (Part Two)

Image Sources to Spice up Your Content

Part one of this post relates to images you need to pay for. However, that is not the case for all. There are many sites that you can use, which not only give you a wide range of pictures, but all for free. When you are using sites for free images, there are a few things that you must keep ... Read More »

HTML Cheatsheet

HTML Cheatsheet

Keep this cheatsheet handy — it contains the most common HTML tags and their proper syntax. Contents Basic Tags Body Attributes Text Tags Links Formatting Tables Table Attributes Frames Frames Attributes Forms Basic Tags <html></html> Creates an HTML document <head></head> Sets off the title and other information that isn’t displayed on the web page itself <body></body> Sets off the visible portion of the ... Read More »

How to Edit a PDF Document in Word 2013

This is a frequent question, which is asked by many when it comes to Microsoft Word features. Keep reading and very soon you will know exactly how you can edit a PDF file in a Word document. When it comes to editing PDF files, then you usually have to go through the process of downloading the documents, printing them out ... Read More »