Skip to main content

Home/ tech-geeks/ Group items tagged in

Rss Feed Group items tagged

Chris Wherley

MakeItLink - Detecting URLs In Text And Making Them Links | Joseph Scott - 0 views

  •  
    class MakeItLink {     protected function _link_www( $matches ) {         $url = $matches[2];         $url = MakeItLink::cleanURL( $url );         if( empty( $url ) ) {             return $matches[0];         }           return "{$matches[1]}{$url}";     }       public function cleanURL( $url ) {         if( $url == '' ) {             return $url;         }           $url = preg_replace( "|[^a-z0-9-~+_.?#=!&;,/:%@$*'()x80-xff]|i", '', $url );         $url = str_replace( array( "%0d", "%0a" ), '', $url );         $url = str_replace( ";//", "://", $url );           /* If the URL doesn't appear to contain a scheme, we          * presume it needs http:// appended (unless a relative          * link starting with / or a php file).          */         if(             strpos( $url, ":" ) === false             && substr( $url, 0, 1 ) != "/"             && !preg_match( "|^[a-z0-9-]+?.php|i", $url )         ) {             $url = "http://{$url}";         }           // Replace ampersans and single quotes         $url = preg_replace( "|&([^#])(?![a-z]{2,8};)|", "&$1", $url );         $url = str_replace( "'", "'", $url );           return $url;     }       public function transform( $text ) {         $text = " {$text}";           $text = preg_replace_callback(             '#(?])(\()?([\w]+?://(?:[\w\\x80-\\xff\#$%&~/\-=?@\[\](+]|[.,;:](?![\s<])|(?(1)\)(?![\s<])|\)))*)#is',             array( 'MakeItLink', '_link_www' ),             $text         );           $text = preg_replace( '#(]+?>|>))]+?>([^>]+?)#i', "$1$3", $text )
Chris Wherley

CB Delimiter Field Magic :: Joomla! Community Magazine™ - 0 views

  •  
    "Hi [cb:userdata field="firstname" user="#me" /] , welcome to my profile. I am [cb:userdata field="firstname" /] and I am [cb:userfield field="cb_age" /] old and I live in [cb:userfield field="cb_country" /]."
Chris Wherley

Stu Nicholls | CSSplay | Validating drop down cross-browser menu - 0 views

  •  
    CSS - Cutting edge Cascading Style Sheets. Experiments in CSS
nehasaxena

Watch Google I/O 2024 Event Live Here and What to Expect - 0 views

  •  
    Don't miss Google I/O 2024! Live stream, keynotes & what to expect - all in one place! #GoogleIO2024 #GoogleIO2024Live #GoogleIOCommunity #ProductNewsAI #LetsTalkTech
nehasaxena

Steps on How to Survive Your Website from Google March 2024 Core Update - 0 views

  •  
    March Google Update Got You Sweating? Don't worry, we've got you covered! Learn steps to survive & thrive in the new search landscape. #GoogleCoreUpdate #GoogleAlgorithm #SEOtips
nehasaxena

Artificial Intelligence (AI) vs Mixed Reality (MR): Dominant Force in Future Reality - 0 views

  •  
    Dive into the future: Unraveling the dominance of Artificial Intelligence (AI) vs Mixed Reality (MR). Explore the evolving landscape of futuristic realities. #AI #MixedReality #FutureTech
nehasaxena

Creative Marketing Strategies to Connect with Customers - 0 views

  •  
    Unleash your inner maverick with these creative marketing strategies for business to captivate customers & build lasting connections. Dive in & ignite your brand! #CreativeMarketing #MarketingStrategies #CustomerEngagement #IgniteYourBrand
nehasaxena

The Impact of Good Website Design on Business Success.pdf - 0 views

  •  
    Is your website costing you customers? Discover the impact of good website design on business success in 2024. Learn how UX, mobile-friendliness, and content can boost conversions, build trust, and drive growth.
nehasaxena

Identity Management: Leveraging Blockchain for Secure Authentication in Enterprises - 0 views

  •  
    Level up your company's security! Explore how blockchain can revolutionize identity management for businesses. #BlockchainTechnology #IdentityManagement #EnterpriseSecurity #FutureOfWork
nehasaxena

AI-Enabled Virtual Reality (VR) Experiences in 3D Games - 0 views

  •  
    VR Games Get Smarter! How AI-Enabled VR is Revolutionizing 3D Gameplay. Imagine characters that learn, adapt, and react to you. Dive into the future of virtual reality gaming. #AIVR #VRGames #VRRevolution #FutureOfGaming
nehasaxena

Next-Generation AI - Personalized Gaming Experiences in iGaming - 0 views

  •  
    Step into the iGaming future, where AI is your ultimate gaming buddy. Get ready to be blown away! #AiiGaming #AI-powered personalization #GameChanger #FutureofGaming
nehasaxena

When and Why Should Companies Consider Hire MEAN Stack Developers? - 0 views

  •  
    Building a web app that's sleek, scalable, and packs a punch? Look no further. Read here, when and why should you Hire MEAN Stack Developers before you jump in. #webdev #MEANstack #developers #hiring #techcareers
nehasaxena

Is New Apple Tax Fair? Sparks Sour Mood for Developers in App Store Ecosystem - 0 views

  •  
    A new fee hike has app developers fuming. Dive into the sour mood sweeping the App Store and decide for yourself: Is new apple tax fair for developers or not? #NewAppleTax #European Commission #Digital Markets Act
nehasaxena

Roles and Responsibilities of Full Stack Developers: Unveiling the Versatility - 0 views

  •  
    Learn how dynamically Full Stack Developers, experts in both front and backend, shape digital innovation. #fullstackdeveloper #fullstackresponsibilities #fullstackroles #highpayingcareers #careerdevelopment #fullstackcommunity
nehasaxena

"Call Arc" Latest Feature of Arc Search that Lets You Asks Questions While on Call - 0 views

  •  
    Arc Search, which was launched in January, 2024 has got a latest update - "Call Arc," feature that lets you ask queries on a phone call. Explore this post for more details! #ArcSearch #CallArc #AskQuestionsOnAPhoneCall #SearchMadeEasy #FutureofSearch
nehasaxena

How to Fix Windows Recovery Server Issue on PC and Laptop - 0 views

  •  
    Major disruptions have been caused by recent global Microsoft Windows server outages in a variety of industries, such as retail, banking, and aviation. Many services have been discontinued as a result of user reports of blue screen issues. #WindowsHelp #WindowsRecoveryError #FixRecoveryServer #WindowsCommunity
« First ‹ Previous 41 - 60 of 106 Next › Last »
Showing 20 items per page