{"id":70187,"date":"2021-08-29T04:10:04","date_gmt":"2021-08-29T08:10:04","guid":{"rendered":"http:\/\/bangla.salearningschool.com\/recent-posts\/bring-contents-articles-to-wordpress-113\/"},"modified":"2021-08-29T04:10:04","modified_gmt":"2021-08-29T08:10:04","slug":"bring-contents-articles-to-wordpress-113","status":"publish","type":"post","link":"http:\/\/bangla.sitestree.com\/?p=70187","title":{"rendered":"Bring contents\/articles to wordpress #113"},"content":{"rendered":"<p>Just an overview.<\/p>\n<ul>\n<li>I took all of my short-notes from http:\/\/computer.justetc.net to <a href=\"http:\/\/www.justetc.net\/sayedblog\">http:\/\/www.justetc.net\/sayedblog: wordpress blog<\/a><\/li>\n<li>How? take your categories into wp_categories table. You can take all your categories from your current web-site\/source\/database into wordpress in this way.<\/li>\n<li>You may bring both databases under the same MySQL host\/server. Will facilitate to write queries to transfer data.<\/li>\n<li>Take all your articles\/contents into wp_posts table. Map right &#8211; your table fields and wp_posts table fileds. You can use insert into wp_posts&#8230;&#8230;.select&#8230;..from your table . You know what I mean&#8230;&#8230;&#8230;<\/li>\n<li>Create articles and categories &#8211; mapping &#8211; in wp_post2cat table<\/li>\n<li>You may update wp_categories table to reflect the number of articles under that category<\/li>\n<li>In wp_posts table- guid field need to be appropriately generated. You can write a script to create guid\/actually the article url &#8211; using wordpress existing functions such as get_permalink(), and write_posts() functions<\/li>\n<li>You can also create guid manually. After you transfer your data into wp database, from wp-admin window, open each article by clicking the edit button and click on the save option. GUID will be generated. Article links will work<\/li>\n<li>You can also do such for categories. Open all categories one by one using the edit option, and then click on the save option. From your blogs the categories will also work.<\/li>\n<\/ul>\n<p>I know: creating another site with the same contents is not something that search engines love. What you can do, you can point your guide to your original location if you need both. For me, I wanted to link to my short-notes from linkedin.com, linkedin.com can display your blog contents\/feeds in your linkedin home page &#8211; but your blog has to be in wordpress or in blog link&#8230;so you know where I am going to. Alternatively, you can write an application for linkedin that can display feeds from your type of blogs &#8211; or you can write a very customizable application that can ask for content source\/type, db type, db name, table fields, password if any, and can show contents from the source. RSS feed should work &#8211; a simple way From: http:\/\/sitestree.com\/?p=5215<br \/> Categories:113<br \/>Tags:<br \/> Post Data:2011-12-07 03:19:01<\/p>\n<pre><code>    Shop Online: &lt;a href='https:\/\/www.ShopForSoul.com\/' target='new' rel=\"noopener\"&gt;https:\/\/www.ShopForSoul.com\/&lt;\/a&gt;\n    (Big Data, Cloud, Security, Machine Learning): Courses: &lt;a href='http:\/\/Training.SitesTree.com' target='new' rel=\"noopener\"&gt; http:\/\/Training.SitesTree.com&lt;\/a&gt; \n    In Bengali: &lt;a href='http:\/\/Bangla.SaLearningSchool.com' target='new' rel=\"noopener\"&gt;http:\/\/Bangla.SaLearningSchool.com&lt;\/a&gt;\n    &lt;a href='http:\/\/SitesTree.com' target='new' rel=\"noopener\"&gt;http:\/\/SitesTree.com&lt;\/a&gt;\n    8112223 Canada Inc.\/JustEtc: &lt;a href='http:\/\/JustEtc.net' target='new' rel=\"noopener\"&gt;http:\/\/JustEtc.net (Software\/Web\/Mobile\/Big-Data\/Machine Learning) &lt;\/a&gt;\n    Shop Online: &lt;a href='https:\/\/www.ShopForSoul.com'&gt; https:\/\/www.ShopForSoul.com\/&lt;\/a&gt;\n    Medium: &lt;a href='https:\/\/medium.com\/@SayedAhmedCanada' target='new' rel=\"noopener\"&gt; https:\/\/medium.com\/@SayedAhmedCanada &lt;\/a&gt;\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Just an overview. I took all of my short-notes from http:\/\/computer.justetc.net to http:\/\/www.justetc.net\/sayedblog: wordpress blog How? take your categories into wp_categories table. You can take all your categories from your current web-site\/source\/database into wordpress in this way. You may bring both databases under the same MySQL host\/server. Will facilitate to write queries to transfer data. &hellip; <\/p>\n<p><a class=\"more-link btn\" href=\"http:\/\/bangla.sitestree.com\/?p=70187\">Continue reading<\/a><\/p>\n","protected":false},"author":8,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1917],"tags":[],"class_list":["post-70187","post","type-post","status-publish","format-standard","hentry","category-fromsitestree-com","item-wrap"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":70215,"url":"http:\/\/bangla.sitestree.com\/?p=70215","url_meta":{"origin":70187,"position":0},"title":"Must Read: Database Driven Software Development #106","author":"Author-Check- Article-or-Video","date":"August 29, 2021","format":false,"excerpt":"If you are developing database driven applications, you must need to know and clearly understand the following concepts. Yes, you also need to apply them in your design and implementation. If you do not follow proper database design strategies, many complexities will arise, adjusting new requirements may become cumbersome to\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":70271,"url":"http:\/\/bangla.sitestree.com\/?p=70271","url_meta":{"origin":70187,"position":1},"title":"How to Build a Personal Web-site with ASP.Net #.Net Web Applications","author":"Author-Check- Article-or-Video","date":"August 31, 2021","format":false,"excerpt":"Brought and updated from: http:\/\/salearningschool.com\/displayArticle.php?table=Articles&articleID=967&title=How%20to%20Build%20a%20Personal%20Web-site%20with%20ASP.Net%20(VS%202008,%20.Net%202.0\/3.5) This actually is an old way of doing. Video Tutorial on this topic [youtube https:\/\/www.youtube.com\/watch?v=PmWqWvaelyg] Web-site Code used in this tutorial Steps Open visual studio (2008) IDE File -> new project -> Visual Basic -> Web -> ASP .Net Web Application Rename default.aspx to template.aspx\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":22039,"url":"http:\/\/bangla.sitestree.com\/?p=22039","url_meta":{"origin":70187,"position":2},"title":"Must know for senior software developer positions. #Software Engineering","author":"Author-Check- Article-or-Video","date":"March 9, 2021","format":false,"excerpt":"Must know for senior software developer positions. What do you think? useful resources or not?Though not complete but can provide some ideas. What do you think?Developers planning to go to other software related roles may find the resources useful. what do you think?Business Analysishttp:\/\/justetc.net\/knowledge\/index.php?table=Articles&categoryID=66&category=Business%20AnalysisBusiness Curriculumhttp:\/\/justetc.net\/knowledge\/index.php?table=Articles&categoryID=67&category=Business%20CurriculamDot Net Solution Architecturehttp:\/\/justetc.net\/knowledge\/index.php?table=Articles&categoryID=20&category=Dot%20Net%20Solution%20ArchitectureSoftware Usabilityhttp:\/\/justetc.net\/knowledge\/index.php?table=Articles&categoryID=62&category=Human%20Computer%20InteractionManagementhttp:\/\/justetc.net\/knowledge\/index.php?table=Articles&categoryID=51&category=ManagementProject Managementhttp:\/\/justetc.net\/knowledge\/index.php?table=Articles&categoryID=30&category=Project%20ManagementSoftware\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":70279,"url":"http:\/\/bangla.sitestree.com\/?p=70279","url_meta":{"origin":70187,"position":3},"title":"Providing Help in an ASP.Net Web-application #.Net Web Applications","author":"Author-Check- Article-or-Video","date":"August 31, 2021","format":false,"excerpt":"Brought from: http:\/\/salearningschool.com\/displayArticle.php?table=Articles&articleID=1124&title=Providing%20Help%20in%20an%20ASP.Net%20Web-application Use the Tooltip attribute of the ASP.Net controls to display help in Tooltip text You can create HTML pages to provide\/show help. Just as a simple web-page You can use Web Forms to display help information You can display help using HTML Help Viewer You can use\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":9058,"url":"http:\/\/bangla.sitestree.com\/?p=9058","url_meta":{"origin":70187,"position":4},"title":"AppML \u0995\u09c7\u09b8 \u09b8\u09cd\u099f\u09be\u09a1\u09bf &#8211; \u09b6\u09cd\u09b0\u09c7\u09a3\u09c0\u09ac\u09bf\u09ad\u09be\u0997 \u09b8\u09ae\u09c2\u09b9 (AppML Case Study &#8211; Categories)","author":"Author-Check- Article-or-Video","date":"May 26, 2015","format":false,"excerpt":"\u098f\u0987\u099a\u099f\u09bf\u098f\u09ae\u098f\u09b2 \u098f\u0987\u099a\u099f\u09bf\u098f\u09ae\u098f\u09b2 \u09b8\u09cb\u09b0\u09cd\u09b8: <!DOCTYPE html> <html lang=\"en-US\"> <title>Categories<\/title> <link rel=\"stylesheet\" href=\"http:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/3.2.0\/css\/bootstrap.min.css\"> <script src=\"http:\/\/www.w3schools.com\/appml\/2.0.3\/appml.js\"><\/script> <body> <div class=\"container\"> <h1>Categories<\/h1> <div id=\"Form01\" class=\"jumbotron\" style=\"display:none\" appml-data=\"local?model=model_categoriesform\" appml-controller=\"myFormController\"> \u00a0 <div appml-include-html=\"inc_formcommands.htm\"><\/div> \u00a0 <div class=\"form-group\"> \u00a0\u00a0\u00a0 <label>CategoryName:<\/label> \u00a0\u00a0\u00a0 <input id=\"CategoryName\" class=\"form-control\"> \u00a0 <\/div> \u00a0 <div class=\"form-group\"> \u00a0\u00a0\u00a0 <label>Description:<\/label> \u00a0\u00a0\u00a0 <input id=\"Description\" class=\"form-control\"> \u00a0 <\/div> <\/div> <div\u2026","rel":"","context":"In &quot;AppML : Application Modeling Language&quot;","block_context":{"text":"AppML : Application Modeling Language","link":"http:\/\/bangla.sitestree.com\/?cat=796"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":70265,"url":"http:\/\/bangla.sitestree.com\/?p=70265","url_meta":{"origin":70187,"position":5},"title":"ASP.Net Controls #.Net Web Applications","author":"Author-Check- Article-or-Video","date":"August 30, 2021","format":false,"excerpt":"Brought from: http:\/\/salearningschool.com\/displayArticle.php?table=Articles&articleID=746&title=ASP.Net%20Controls \u00a0 HTML Server Controls HtmlAnchor HtmlButton HtmlForm HtmlGeneric HtmlImage HtmlInputButton HtmlInputCheckBox HtmlInputFile HtmlInputHidden HtmlInputImage HtmlInputRadioButton HtmlInputText HtmlSelect HtmlTable HtmlTableCell HtmlTableRow HtmlTextArea Web Server Controls AdRotator Button Calendar CalendarDay CheckBox CheckBoxList DataGrid DataList DropDownList HyperLink Image ImageButton Label LinkButton ListBox ListItem Literal Panel PlaceHolder RadioButton RadioButtonList BulletedList Repeater\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/70187","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=70187"}],"version-history":[{"count":0,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/70187\/revisions"}],"wp:attachment":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=70187"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=70187"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=70187"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}